Skip to content

v0.4.0

Compare
Choose a tag to compare
@macbre macbre released this 11 Jan 14:52
· 781 commits to devel since this release

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