Skip to content

Releases: mikkopaderes/mock-cloud-firestore

v0.12.0

07 Apr 06:14
96e7ea7
Compare
Choose a tag to compare

Changes:

  • Update Firebase to 7.13.1 (#93)
  • Implement FieldValue.increment() (#92)

v0.11.0

15 Dec 06:47
5f87e86
Compare
Choose a tag to compare

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

03 Oct 15:56
Compare
Choose a tag to compare

Changes:

  • [FEATURE] Adding naive transaction implementation (#81) @wovalle

v0.9.3

14 May 16:40
Compare
Choose a tag to compare

Changes:

  • [BUGFIX] Fix query on empty collection (#79)

v0.9.2

09 Feb 10:50
Compare
Choose a tag to compare

Changes:

  • #78 [BUGFIX] Fix regression on query ordering

v0.9.1

18 Jan 01:23
Compare
Choose a tag to compare

Changes:

  • #75 [BUGFIX] Fix set and update behavior
  • #77 [BUGFIX] Fix array regression

v0.9.0

14 Dec 04:30
Compare
Choose a tag to compare

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

01 Nov 18:04
Compare
Choose a tag to compare

Changes:

  • #56 [BUGFIX] Fix bug for nested updates of 3 or more levels

v0.8.1

29 Oct 16:16
Compare
Choose a tag to compare

Changes:

  • #53 [BUGFIX] Fix Rollup config
  • #54 [BUGFIX] Fix bug when having no fixture data

v0.8.0

29 Oct 04:44
Compare
Choose a tag to compare

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