Skip to content

Releases: finsweet/fireworkers

v0.4.2

05 Feb 11:19
7454f6d

Choose a tag to compare

Patch Changes

  • 87a9436: chore: updated dependencies
  • e7a065c: fix: support document IDs that contain hashes

v0.4.1

13 Jan 08:26
3391f70

Choose a tag to compare

Patch Changes

  • c942c2b: fix: remove global flag on timestamp regex

v0.4.0

11 Mar 17:48
0d2d909

Choose a tag to compare

Minor Changes

v0.3.2

10 Mar 19:13
3898098

Choose a tag to compare

Patch Changes

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

v0.3.1

26 Oct 06:38
00de6db

Choose a tag to compare

Patch Changes

  • b157152: fix: expose Fireworkers.set method

v0.3.0

25 Oct 07:55
54732f1

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

Choose a tag to compare

Patch Changes

  • 395d097: fix: wrong firestore endpoint URL constructor

v0.2.0

18 Sep 09:24
c3382ad

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

Choose a tag to compare

Patch Changes

  • f2846f9: set pkg.sideEffects to false

v0.1.1

10 Jan 20:34
493d4d1

Choose a tag to compare

Patch Changes