v1.1.0
- 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