Skip to content

v1.4.0

Compare
Choose a tag to compare
@petrosDemetrakopoulos petrosDemetrakopoulos released this 23 Nov 11:32
· 79 commits to master since this release

This release contains a BREAKING change.
With this release, callback responses for all functions of the library have changed to the "error-first" standard which means that the first argument of any callback returned from the library is the error and the second one is the actual returned value.

Apart from that, some dependencies were updated to the latest versions.