Skip to content

Releases: finsweet/fireworkers

v0.4.0

11 Mar 17:48
0d2d909
Compare
Choose a tag to compare

Minor Changes

v0.3.2

10 Mar 19:13
3898098
Compare
Choose a tag to compare

Patch Changes

  • a664a3e: fix: include missing OR operator for structured queries.

v0.3.1

26 Oct 06:38
00de6db
Compare
Choose a tag to compare

Patch Changes

  • b157152: fix: expose Fireworkers.set method

v0.3.0

25 Oct 07:55
54732f1
Compare
Choose a tag to compare

Minor Changes

  • 945dc3c: This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of fireworkers in your package.json file (recommended) or be using a version range syntax that only accepts patch upgrades such as ^0.2.0 or ~0.2.0. See npm's documentation about semver for more information.

    • feat: add new Firestore.set() method that matches the behavior of the SDK's setDoc.
    • fix: update Firestore.update() to match the behavior of the SDK's updateDoc:
      • Fields will be merged instead of overriding the entire document.
      • Operations will fail if the document doesn't exist.

Patch Changes

  • 9d619ba: - fix: process numbers as double instead of integer.

v0.2.1

19 Sep 12:23
2bc2f2d
Compare
Choose a tag to compare

Patch Changes

  • 395d097: fix: wrong firestore endpoint URL constructor

v0.2.0

18 Sep 09:24
c3382ad
Compare
Choose a tag to compare

Minor Changes

  • e6a9bf5: - added support for querying sub-collections
    • (internal) refactored endpoints constructor

v0.1.2

10 Jan 20:44
4aabcc8
Compare
Choose a tag to compare

Patch Changes

  • f2846f9: set pkg.sideEffects to false

v0.1.1

10 Jan 20:34
493d4d1
Compare
Choose a tag to compare

Patch Changes

v0.1.0

10 Jan 15:14
80cdf32
Compare
Choose a tag to compare

Minor Changes

  • 45ad92f: refactored firestore methods, added support for nested paths

v0.0.4

10 Jan 09:26
5c78aea
Compare
Choose a tag to compare

Patch Changes