1.0.0 stable release, now depending on js-data@3.0.0
- Upgrade build process
- Upgraded dependencies
- #10 - fix(adapter): moves loadRelationsFor logic into separate method
- Upgraded dependencies
- #6 - Remove references to mock by @nvahalik
- Options weren't being passed to the
Component
constructor
- Requiring latest rc of js-data
- Updated dependencies
- #4, #5 response metadata not getting passed to findAll by @nickescallon
- Updated dependencies
- Relations specified by
opts.with
weren't being passed through
- Improve findAllGroupedWhere test
- Tweak deps
- Fix for findAll tests
- Added tests for grouped "where" clauses. Flag:
findAllGroupedWhere
- Moved general adapter tests into this project
- Fixed typo in js-data-adapter.d.ts
- Fixed missing uses of
withoutRelations(...)
- Fixed some comments
- Updated some dependencies
dist/js-data-adapter.d.ts
is now is ES6 module format
- Added
typings
field topackage.json
- Added
typings.json
- Added Typescript definitions
- Moved dist files to another branch
Updated for js-data v3 beta
Re-worked use of js-data utils
Added count and sum methods
Added support for filtering on "with" sub queries
Fix for localKeys
Pulled a lot more common adapter functionality into js-data-adapter.
Fix for loadHasMany
Fix for Response class
Added makeHasManyForeignKeys
Fixed a comment. Upgraded js-data-repo-tools.
Initial release