Skip to content

Releases: macbre/nodemw

v0.3.9

14 Sep 21:30
Compare
Choose a tag to compare

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

  • #19 - Use winston for logging
  • #22 - Move JSHint setup to package.json

v0.3.8

18 Aug 14:01
Compare
Choose a tag to compare

Improvements

  • #23 - allow extra parameters in bot.upload

v0.3.7

13 Aug 20:58
Compare
Choose a tag to compare

Bug fixes

  • @77f9cff99b - fixed POST requests with big payload (make sure data is POSTed, not encoded in URL)
  • #21 - re-enable cookies in request so login will work again (thanks @kcivey)

v0.3.6

12 Aug 21:03
Compare
Choose a tag to compare

Improvements

  • #9 - Add unit tests
  • @e66b563 - Add setConfig and getConfig 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)