Skip to content

Releases: satohshi/pocketbase-ts

v1.3.0

12 Jan 00:46
99e9dbd
Compare
Choose a tag to compare

Warning

This release removes support for the official SDK v0.21.x

Minor Changes

  • 148ab83: update peerDependencies to >= 0.22.0

Patch Changes

  • fc258be: add autocomplete for batch.collection()

v1.2.6

01 Jan 16:26
9335478
Compare
Choose a tag to compare

Patch Changes

  • b39b26e: widen parameter types for filter helper (fixes #14)

v1.2.5

12 Dec 14:13
59919f0
Compare
Choose a tag to compare

Patch Changes

  • 02a45ae: add overloads and remove ts-ignore

v1.2.4

05 Dec 11:24
44f11ae
Compare
Choose a tag to compare

Patch Changes

  • d25cd39: add autocomplete for bodyParams

v1.2.3

04 Dec 09:38
bce8bed
Compare
Choose a tag to compare

Patch Changes

  • b76bcfc: update peerDependencies to support SDK v0.22 (for PocketBase v0.23.x)

v1.2.2

17 Nov 18:09
8ac23a4
Compare
Choose a tag to compare

Patch Changes

  • 7844946: remove macros from helper func
  • 7b55c75: fix peer dependency version for pocketbase

v1.2.1

17 Nov 17:33
27d5a2e
Compare
Choose a tag to compare

Patch Changes

  • 5986225: add helper for writing filter
  • 5b25707: add helper for writing sort
  • c93ab58: allow the same option syntax in subscribe

v1.2.0

16 Nov 18:01
3a08355
Compare
Choose a tag to compare

Minor Changes

  • 821e2f3: rename relFields to relations

v1.1.1

15 Nov 19:41
a445992
Compare
Choose a tag to compare

Patch Changes

  • def734e: move official sdk to peerDependeicies
  • 6d03103: type subscribe method

v1.1.0

14 Nov 12:47
cec8473
Compare
Choose a tag to compare

Minor Changes

  • 5131ee1: new syntax for schema declaration (fixes #3)

Patch Changes

  • 3146386: add UniqueCollection util (fixes #1)