Skip to content

Releases: 0x80/typed-firestore-server

v2.3.1

17 Feb 17:58

Choose a tag to compare

What's Changed

  • Add compile-time type tests for SelectedDocument by @0x80 in #23

Full Changelog: v2.3.0...v2.3.1

v2.3.0

17 Feb 17:06

Choose a tag to compare

What's Changed

  • Add publishing workflow with OIDC provenance by @0x80 in #20
  • Upgrade all deps and use modern toolchain by @0x80 in #21
  • Support TypeScript 6 by @0x80 in #22

Full Changelog: v2.2.0...v2.3.0

v2.2.0

05 Dec 09:26

Choose a tag to compare

What's Changed

  • Add getDataOnCreated to README by @sethhen in #15
  • Add addDocumentTx for transaction support by @0x80 in #16
  • Add processDocumentRefs convenience functions by @0x80 in #17
  • Add addDocument and addDocumentTx to README by @0x80 in #18

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

11 Sep 09:15

Choose a tag to compare

What's Changed

  • Allow using limit above 1k for getDocuments and processDocuments by @0x80 in #11
  • Use explicit return types and adhere to strict typed linting rules by @0x80 in #14

Full Changelog: v2.0.0...v2.1.0

v2.0.0

12 Aug 18:58
7bd1cc0

Choose a tag to compare

What's Changed

  • Rename transaction functions to use Tx by @0x80 in #9

Full Changelog: v1.5.0...v2.0.0

v1.5.0

10 Aug 19:37
8d67403

Choose a tag to compare

What's Changed

  • Fix github action checks by @IjzerenHein in #3
  • Add deleteDocument by @IjzerenHein in #2
  • Apply select properly for null queries by @0x80 in #7
  • Fix type inference for update inside processDocuments by @0x80 in #8

New Contributors

Full Changelog: v1.0.0...v1.5.0

v1.0.0

30 Jan 21:38

Choose a tag to compare

Initial Release