Releases: macbre/nodemw
Releases · macbre/nodemw
v0.5.0
This release of nodemw
brings the dry-run mode (i.e. disable edits, moves, deletes and uploads) and a helper function for generating diffs than can be displayed in CLI mode.
The full list of changes:
v0.4.2
v0.4.1
v0.4.0
This release of nodemw
brings node.js style of callback (err
object will always be passed as the first argument). Promises are no longer supported and can be added via 3rd party libraries.
Please note that this version of nodemw
is not backward compatible due to the change of callback arguments.
- #38 - Use node-style callbacks throughout