Releases: js-data/js-data-firebase
Releases · js-data/js-data-firebase
1.1.1
1.1.1 - 27 March 2015
Backwards compatible bug fixes
- #9 - Race condition with missing IDs
1.1.0
1.1.1 - 27 March 2015
Backwards compatible bug fixes
- #9 - Race condition with missing IDs
1.0.1
1.0.1 - 25 February 2015
Backwards compatible bug fixes
- #7 - Does not properly throw error in find() (like other adapters) when the item cannot be found
1.0.0
1.0.0 - 03 February 2015
Stable Version 1.0.0
1.0.0-beta.1
1.0.0-beta.1 - 10 January 2015
Now in beta.
Backwards compatible API changes
1.0.0-alpha.1
1.0.0-alpha.1 - 01 November 2014
Stable Version 1.0.0-alpha.1
0.4.3
0.4.3 - 18 October 2014
Backwards compatible bug fixes
- #1 - Create doesn't play well with idAttribute that isn't automatically assigned
0.4.2
0.4.2 - 01 October 2014
Other
- Improved checking for dependencies
0.4.1
0.4.1 - 28 September 2014
Backwards compatible bugfixes
- Corrected to use
resourceConfig.endpoint
rather than resourceConfig.class
0.4.0
0.4.0 - 27 September 2014
Breaking API changes
- Refactored from
baseUrl
to basePath
, as baseUrl
doesn't make sense for all adapters, but basePath
does