Releases: mikkopaderes/mock-cloud-firestore
Releases · mikkopaderes/mock-cloud-firestore
v0.7.0
Changes:
- #42 [BUGFIX] Fix dirty data being included in fetch
- #43 [FEATURE] Support nested set/update
- #44 [BUGFIX] Fix error when setting
null
value
v0.6.0
Changes:
- #35 [FEATURE] Add support for new array APIs
- #36 [STABILITY] Update babel Node.js target to 8.12.0
v0.5.1
Changes:
- #28 [BUGFIX] Add
onSnapshot
delay and fix toDate
issue
v0.5.0
Changes:
- #25 [FEATURE] Nested where query (@lewisdaly)
- #26 [STABILITY] Code cleanup
- #27 [BUGFIX] Fix validation bug
v0.4.0
Changes:
- #18 [STABILITY] Use ES6 modules
- #19 [BUGFIX] Fix being able to query for deleted docs
v0.3.2
Changes:
- #15 [BUGFIX] Fix bug that prevents timestamp from being saved
v0.3.1
Changes:
- #12 [BUGFIX] Fix timestamp not properly supporting
.toDate()
- #13 [CLEANUP] Code cleanup
v0.3.0
Changes:
- #9 [FEATURE] Add support for paths
- #10 [FEATURE] Add settings API
v0.2.1
Changes:
- #7 [BUGFIX] Fix querying for newly saved reference type field
v0.2.0
Changes
- #6 [FEATURE] Add support for
QuerySnapshot.size
API