Releases: mikkopaderes/ember-cloud-firestore-adapter
Releases · mikkopaderes/ember-cloud-firestore-adapter
v0.7.5
Changes:
- #93 [BUGFIX] Change default Firestore settings
- #94 [BUGFIX] Fix query not reflecting new records on update
v0.7.4
Changes:
- #92 [BUGFIX] Force timestamp to be a Date locally
v0.7.3
Changes:
- #91 [STABILITY] Update mock-cloud-firestore
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