Releases: macbre/nodemw
Releases · macbre/nodemw
v0.3.10
v0.3.9
These minor release brings support for logging to both console and files located in log
subdirectory of current working dir (e.g. log for makeEdits.js
script will created under ./log/makeEdits.log
).
Setting verbose
option to true
in config will enable even more verbose logging (with HTTP requests and requests queue length included).
Improvements
v0.3.8
v0.3.7
v0.3.6
Improvements
- #9 - Add unit tests
- @e66b563 - Add
setConfig
andgetConfig
methods - @445ae89 - Add platform (eg.
linux x64
) to user agent string - #16 - Use "request" NPM module to handle HTTP request
- @f87263d - huge code linting using jshint
- @cfbbe31 - Add
getQueryPage
method
Bug fixes
- #17 - Fix example config file in README.md (thanks @Hikerplaces)