Releases: mikkopaderes/ember-cloud-firestore-adapter
Releases · mikkopaderes/ember-cloud-firestore-adapter
v0.4.0
Changes:
- #50 [CLEANUP] Code cleanup
- #52 [BUGFIX] Revert Firestore service
- #53 [FEATURE] Add option to rename
cloudFirestoreReference
- #54 [STABILITY] Update
ember-firebase-service
to v5.0.0- This will also update Firebase to 5.x
- #55 [BUGFIX] Fix bug that prevents listening for
hasMany
changes - #56 [STABILITY] Update
mock-cloud-firestore
to v0.3.1
v0.3.1
v0.3.0
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Breaking change release
Changes:
- New API on almost every part of the library. See the guides for more info.
- The TL;DR; of the API changes is that you'll use more of Firebase JS SDK's API rather than this library reinventing those for Ember Data.
- Replace Mirage test helpers with
mock-cloud-firestore
for a smoother testing experience in your apps - Remove
Model
extension that adds acloudFirestoreReference
attribute as this is no longer necessary with the new API