f5c1603
Thanks @goknsh! - feat: add support for the optional fields introduced in v0.15.0 of the Pocketbase SDK. If thefields
key is present in thequeryParams
object passed to any of the libraries functions,id
andupdated
will be added since the library uses them internally.
-
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 -
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
5c4e065
Thanks @goknsh! - chore: update pocketbase to ^0.11.1, use getFullList w/o batchSize, RecordService type, and sort imports
7e7def0
Thanks @goknsh! - refactor: all queries are simplified, now update cache immutably, and infinite queries should work correctly now
293013b
Thanks @goknsh! - fix: correct argument for hasSubscriptionListeners in all collection queries
89e1e8e
Thanks @goknsh! - (breaking) fix!: correct implementation of queryKey factory and internal usages of it
- (breaking) fix!: remove id arg from all collection prefetches, and better log messages