Releases: js-data/js-data-rethinkdb
Releases · js-data/js-data-rethinkdb
3.0.0-alpha.6
3.0.0-alpha.6 - 01 March 2016
Backwards compatible bug fixes
- Couple of fixes based on the latest js-data-adapter-tests
3.0.0-alpha.5
3.0.0-alpha.5 - 27 February 2016
Backwards compatible API changes
- Added ability to override query operators used by RethinkDBAdapter#filterSequence.
Other
- Improved JSDoc comments.
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.3 - 26 February 2016
Backwards compatible API changes
- Removed returnDeletedIds option
- Added insertOpts, updateOpts, deleteOpts, and runOpts options
3.0.0-alpha.3 API Reference Docs.
3.0.0-alpha.2 - 26 February 2016
Backwards compatible bug fixes
- Fixed edge case with returnDeletedIds
3.0.0-alpha.2 API Reference Docs.
3.0.0-alpha.1 - 26 February 2016
Breaking API changes
- Now depends on js-data 3.x
- Now longer uses internal
defaults
property, settings are on the adapter instance itself
Backwards compatible API changes
- Added createMany and updateMany methods
- Added lifecycle hooks for all methods
- Added contains, notContains, |contains, and |notContains operators