Releases: finsweet/fireworkers
Releases · finsweet/fireworkers
v0.3.2
Patch Changes
- a664a3e: fix: include missing
OR
operator for structured queries.
v0.3.1
Patch Changes
- b157152: fix: expose
Fireworkers.set
method
v0.3.0
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
Patch Changes
- 395d097: fix: wrong firestore endpoint URL constructor
v0.2.0
Minor Changes
- e6a9bf5: - added support for querying sub-collections
- (internal) refactored endpoints constructor
v0.1.2
Patch Changes
- f2846f9: set pkg.sideEffects to false
v0.1.0
Minor Changes
- 45ad92f: refactored firestore methods, added support for nested paths