Skip to content

v0.3.9

Compare
Choose a tag to compare
@macbre macbre released this 14 Sep 21:30

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