Releases: mikkopaderes/mock-cloud-firestore
Releases · mikkopaderes/mock-cloud-firestore
v0.12.0
Changes:
- Update Firebase to 7.13.1 (#93)
- Implement FieldValue.increment() (#92)
v0.11.0
Changes:
- Bump mixin-deep from 1.3.1 to 1.3.2 (#82)
- Add support for 'array-contains-any' and 'in' query operators (#87)
- Fix undefined pathValue for contains operators (#89)
v0.10.0
Changes:
- [FEATURE] Adding naive transaction implementation (#81) @wovalle
v0.9.3
Changes:
- [BUGFIX] Fix query on empty collection (#79)
v0.9.2
Changes:
- #78 [BUGFIX] Fix regression on query ordering
v0.9.1
Changes:
- #75 [BUGFIX] Fix set and update behavior
- #77 [BUGFIX] Fix array regression
v0.9.0
Changes
- #66 [FEATURE] Add support for
getCollections
@iluuu1994
- #67 [FEATURE] Execute
WriteBatch
in order @iluuu1994
- #68 [BUGFIX] Update dependencies due to a security issue
- #70 [FEATURE] Add
listCollections
as alias of getCollections
@iluuu1994
- #71 [BUGFIX] Fix ESLint not running properly in Travis
v0.8.2
Changes:
- #56 [BUGFIX] Fix bug for nested updates of 3 or more levels
v0.8.1
Changes:
- #53 [BUGFIX] Fix Rollup config
- #54 [BUGFIX] Fix bug when having no fixture data
v0.8.0
Changes:
- #46 [FEATURE] Added
onSnapshot()
support (@erlendfh)
- #49 [BUGFIX] Fix nested deletes
- #50 [STABILITY] Use Rollup - Please repoint to
dist/mock-cloud-firestore.js
instead of dist/browser/mock-cloud-firestore.js