Skip to content

Releases: fwal/effect-firebase

v1.0.0-beta.2

v1.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@fwal fwal released this 01 Jul 12:33
Immutable release. Only release title and notes can be modified.
d0e0669

1.0.0-beta.2 (2026-07-01)

Initial release of 1.0.0 beta aka "next" on rpm

v0.11.0

Choose a tag to compare

@fwal fwal released this 27 Apr 14:00
Immutable release. Only release title and notes can be modified.
598e7ef

0.11.0 (2026-04-27)

🚀 Features

  • add support for recursive deletes (092544de5)

v0.10.0

Choose a tag to compare

@fwal fwal released this 26 Mar 11:21
ce4856e

0.10.0 (2026-03-26)

🚀 Features

  • add document path annotation to logs (5f7169a)

🩹 Fixes

  • properly encode array field values (b9d8b2d)

v0.9.1

Choose a tag to compare

@fwal fwal released this 11 Mar 09:27
3d0a487

0.9.1 (2026-03-11)

🩹 Fixes

  • add missing yield in onDocumentUpdatedEffect (bb715ab)

v0.9.0

Choose a tag to compare

@fwal fwal released this 08 Mar 21:51
f2bcfd2

0.9.0 (2026-03-08)

🚀 Features

  • Add support for deletable fields (c2f1588)
  • Add support for array atomic updates (8a297a9)
  • Add array support and isolate fields (bd35fb8)

v0.8.1

Choose a tag to compare

@fwal fwal released this 06 Mar 15:03
0af3950

0.8.1 (2026-03-06)

🩹 Fixes

  • Make sure timestamps are correctly passed (1046bfb)
  • Add spans to cloud functions

v0.8.0

Choose a tag to compare

@fwal fwal released this 04 Mar 15:04
ddeb7c6

0.8.0 (2026-03-04)

🚀 Features

  • Add support for deleting fields (38ce66d)

v0.7.0

Choose a tag to compare

@fwal fwal released this 25 Feb 10:35
8a641e7

0.7.0 (2026-02-25)

🚀 Features

  • ⚠️ Enable passing app and firebase instance (9fc4cee)
  • ⚠️ dataSchema is renamed to schema on onTaskDispatchedEffect (9fc4cee)
  • Loosened peer dependency versions

⚠️ Breaking Changes

  • Enable passing app and firebase instance (9fc4cee)
  • dataSchema is renamed to schema on onTaskDispatchedEffect (9fc4cee)

v0.6.10

v0.6.10 Pre-release
Pre-release

Choose a tag to compare

@fwal fwal released this 23 Feb 14:00
707be14

0.6.10 (2026-02-23)

  • Add explicit return type for repositories
  • Update Firebase dependencies

v0.6.9

v0.6.9 Pre-release
Pre-release

Choose a tag to compare

@fwal fwal released this 23 Feb 13:20
f8b4dfc

0.6.9 (2026-02-23)

🚀 Features

  • Add support for cloud task triggers (423946a)