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