Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
135 lines (68 loc) · 7.32 KB

CHANGELOG.md

File metadata and controls

135 lines (68 loc) · 7.32 KB

svelte-query-pocketbase

1.1.0

Minor Changes

  • f5c1603 Thanks @goknsh! - feat: add support for the optional fields introduced in v0.15.0 of the Pocketbase SDK. If the fields key is present in the queryParams object passed to any of the libraries functions, id and updated will be added since the library uses them internally.

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

Patch Changes

  • 293013b Thanks @goknsh! - fix: correct argument for hasSubscriptionListeners in all collection queries

  • e00c1f9 Thanks @goknsh! - chore: allow pocketbase ^0.11.1 || ^0.12.0

  • (breaking) fix!: remove id arg from all collection prefetches, and better log messages

  • 2026df7 Thanks @goknsh! - fix: stringify query keys in debug messages

  • 55f6b76 Thanks @goknsh! - fix: fix generic type for all stores

  • b362724 Thanks @goknsh! - fix: correct filterFunction's return type

  • 8a8d2a2 Thanks @goknsh! - fix: change how queries are invalidated

  • 89e1e8e Thanks @goknsh! - (breaking) fix!: correct implementation of queryKey factory and internal usages of it

  • 40e97e3 Thanks @goknsh! - fix: collection deletes are now processed correctly

  • 438a755 Thanks @goknsh! - chore: make README.md prettier

  • 7e7def0 Thanks @goknsh! - refactor: all queries are simplified, now update cache immutably, and infinite queries should work correctly now

  • 5c4e065 Thanks @goknsh! - chore: update pocketbase to ^0.11.1, use getFullList w/o batchSize, RecordService type, and sort imports

  • 4705c05 Thanks @goknsh! - chore: export infinite collection query

  • 379b302 Thanks @goknsh! - chore: prepare for first release

0.0.1-beta.12

Patch Changes

  • e00c1f9 Thanks @goknsh! - chore: allow pocketbase ^0.11.1 || ^0.12.0

0.0.1-beta.11

Patch Changes

  • 5c4e065 Thanks @goknsh! - chore: update pocketbase to ^0.11.1, use getFullList w/o batchSize, RecordService type, and sort imports

0.0.1-beta.10

Patch Changes

0.0.1-beta.9

Patch Changes

  • 40e97e3 Thanks @goknsh! - fix: collection deletes are now processed correctly

0.0.1-beta.8

Patch Changes

  • 7e7def0 Thanks @goknsh! - refactor: all queries are simplified, now update cache immutably, and infinite queries should work correctly now

0.0.1-beta.7

Patch Changes

0.0.1-beta.6

Patch Changes

0.0.1-beta.5

Patch Changes

  • 293013b Thanks @goknsh! - fix: correct argument for hasSubscriptionListeners in all collection queries

0.0.1-beta.4

Patch Changes

  • 89e1e8e Thanks @goknsh! - (breaking) fix!: correct implementation of queryKey factory and internal usages of it

0.0.1-beta.3

Patch Changes

  • 2026df7 Thanks @goknsh! - fix: stringify query keys in debug messages

0.0.1-beta.2

Patch Changes

  • (breaking) fix!: remove id arg from all collection prefetches, and better log messages

0.0.1-beta.1

Patch Changes

0.0.1-beta.0

Patch Changes