Releases: mikkopaderes/ember-cloud-firestore-adapter
Releases · mikkopaderes/ember-cloud-firestore-adapter
v0.7.2
Changes:
- #86 [STABILITY] Update Ember CLI
- #87 [BUGFIX] Fix
findRecord
not throwing errors
- #88 [UNDOCUMENTED-FEATURE] Add
unloadRecord
indicators
v0.7.1
Changes:
- #84 [BUGFIX] Fix
inFlight
errors
- #85 [STABILITY] Update mock-cloud-firestore
v0.7.0
Changes:
- #80 [FEATURE] Add auth support
- #81 [DOCS] Add reference links
v0.6.0
This release contains breaking changes
- #73 [FEATURE] Make realtime listeners as opt-in
- #74 [FEATURE] Allow true sub-collection fetching
- #75 [FEATURE] Support
buildReference
hook in create and update
- #77 [FEATURE] Support
buildReference
hook in delete
v0.5.0
Changes:
- #63 [STABILITY] Update mock-cloud-firestore
- #64 [FEATURE] Implement standalone
limit
API
- This should make things like pagination and infinite scrolling easier to implemenet
- Relevant docs here and here
v0.4.2
Changes:
- #61 [BUGFIX] Fix regressions
- Timestamp can now be serialized properly
adapterOptions.onServer
will now work when payload contains a relationship
v0.4.1
Changes:
- #58 [STABILITY] Update
mock-cloud-firestore
to fix regressions
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
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