Releases: goknsh/svelte-query-pocketbase
Releases · goknsh/svelte-query-pocketbase
v1.1.0
Minor Changes
f5c1603
Thanks @goknsh! - 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 library's functions, id
and updated
will be added since the library uses them internally.
v0.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
v0.0.1-beta.9
Patch Changes
40e97e3
Thanks @goknsh! - fix: collection deletes are now processed correctly
v0.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