Releases: mikkopaderes/ember-cloud-firestore-adapter
Releases · mikkopaderes/ember-cloud-firestore-adapter
v0.3.1
Changes:
- #48 Makes firestore a singleton and sets correct timestamp setting [@douweh]
- #49 Fix deprecation for timestamp transform
v0.3.0
Changes:
- #44 [FEATURE] Support
buildReference
hook for hasMany
in non-manyToOne relationships
v0.2.4
Changes:
#42 Fix another fastboot issue ;)
v0.2.3
Changes:
- #41 Fix FastBoot bug when deploying to server
v0.2.2
Changes:
- #39 Fix relationship bug
- #40 Fix FastBoot
v0.2.1
Changes:
- #35 Update
ember-firebase-service
to v4.0.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 a cloudFirestoreReference
attribute as this is no longer necessary with the new API
v0.1.3
Changes
#13 Fix regression caused by assigning arrays and objects in init()
hooks. We use immutability to avoid leaking object states.
v0.1.2
Changes
#12 Fix mirage query not working when providing a non-existing path
v0.1.1
Changes:
#10 Fix bug that prevents relationships from being fetched under a production environment build