Skip to content

Releases: mikkopaderes/mock-cloud-firestore

v0.7.0

23 Oct 05:00
f1372a5
Compare
Choose a tag to compare

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

11 Oct 16:01
Compare
Choose a tag to compare

Changes:

  • #35 [FEATURE] Add support for new array APIs
  • #36 [STABILITY] Update babel Node.js target to 8.12.0

v0.5.1

26 Sep 03:05
Compare
Choose a tag to compare

Changes:

  • #28 [BUGFIX] Add onSnapshot delay and fix toDate issue

v0.5.0

03 Aug 03:31
Compare
Choose a tag to compare

Changes:

  • #25 [FEATURE] Nested where query (@lewisdaly)
  • #26 [STABILITY] Code cleanup
  • #27 [BUGFIX] Fix validation bug

v0.4.0

27 May 07:00
Compare
Choose a tag to compare

Changes:

  • #18 [STABILITY] Use ES6 modules
  • #19 [BUGFIX] Fix being able to query for deleted docs

v0.3.2

13 May 11:15
b6f9745
Compare
Choose a tag to compare

Changes:

  • #15 [BUGFIX] Fix bug that prevents timestamp from being saved

v0.3.1

13 May 08:08
22899ac
Compare
Choose a tag to compare

Changes:

  • #12 [BUGFIX] Fix timestamp not properly supporting .toDate()
  • #13 [CLEANUP] Code cleanup

v0.3.0

12 May 15:00
4675b07
Compare
Choose a tag to compare

Changes:

  • #9 [FEATURE] Add support for paths
  • #10 [FEATURE] Add settings API

v0.2.1

03 May 01:46
Compare
Choose a tag to compare

Changes:

  • #7 [BUGFIX] Fix querying for newly saved reference type field

v0.2.0

26 Apr 05:29
Compare
Choose a tag to compare

Changes

  • #6 [FEATURE] Add support for QuerySnapshot.size API