Skip to content

v1.1.0

Compare
Choose a tag to compare
@dmcquay dmcquay released this 22 Apr 04:15
· 52 commits to master since this release
  • Errors are now returned as the first parameter of the callback function, instead of being processed by a separate OnError function. Note: This breaks backwards compatibility with previous versions where errors are processed by a separate function. If you still need the old OnError function, you'll need to grab an old version from git.
  • OperationHelper.execute now supports promises
  • Internal improvements such as more robust testing