Releases: js-data/js-data-localstorage
Releases · js-data/js-data-localstorage
2.1.1
2.1.1 - 10 July 2015
Backwards compatible bug fixes
- Fix for loading relations in find() and findAll()
2.1.0
2.1.0 - 10 July 2015
Upgraded dependencies
Backwards compatible API changes
- #10 - Add support for loading relations in find()
- #11 - Add support for loading relations in findAll()
2.0.1
2.0.1 - 02 July 2015
Removed unnecessary dependency
2.0.0
2.0.0 - 02 July 2015
Stable Version 2.0.0
2.0.0-rc.1
2.0.0-rc.1 - 27 June 2015
Breaking API changes
- Removed use of
getEndpoint()
, now just using endpoint
. Data will now potentially be stored under different keys than before.
2.0.0-beta.4
2.0.0-beta.4 - 18 April 2015
Fix
2.0.0-beta.3
2.0.0-beta.3 - 18 April 2015
Backwards compatible bug fixes
- #9 - Race condition, tasks need to be atomic
2.0.0-beta.1
2.0.0-beta.1 - 17 April 2015
Prepare for 2.0.
1.1.1
1.1.1 - 25 March 2015
Using import
instead of require. Fix possible value undefined errors.
1.1.0
1.1.0 - 25 March 2015
Upgrade dependencies. js-data is now a peer dependency.
Fixed #7