|
1 | 1 | # svelte-query-pocketbase
|
2 | 2 |
|
| 3 | +## 1.0.0 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- [`ccbd040`](https://github.com/goknsh/svelte-query-pocketbase/commit/ccbd0404f82b8ad2120f32c5fcdbfa014a31007a) Thanks [@goknsh](https://github.com/goknsh)! - chore: create first major release |
| 8 | + |
| 9 | +### Patch Changes |
| 10 | + |
| 11 | +- [`293013b`](https://github.com/goknsh/svelte-query-pocketbase/commit/293013bb3d3d0d4ee060c37f5f56f0125acf5320) Thanks [@goknsh](https://github.com/goknsh)! - fix: correct argument for hasSubscriptionListeners in all collection queries |
| 12 | + |
| 13 | +- [`e00c1f9`](https://github.com/goknsh/svelte-query-pocketbase/commit/e00c1f98c32aab9abf4ac5daf39bf57988e25491) Thanks [@goknsh](https://github.com/goknsh)! - chore: allow pocketbase ^0.11.1 || ^0.12.0 |
| 14 | + |
| 15 | +- (breaking) fix!: remove id arg from all collection prefetches, and better log messages |
| 16 | + |
| 17 | +- [`2026df7`](https://github.com/goknsh/svelte-query-pocketbase/commit/2026df711b59c079c47f8e9dadd4f94e02cf98dc) Thanks [@goknsh](https://github.com/goknsh)! - fix: stringify query keys in debug messages |
| 18 | + |
| 19 | +- [`55f6b76`](https://github.com/goknsh/svelte-query-pocketbase/commit/55f6b76c3a591835a2f70b5efb51e8b01043178b) Thanks [@goknsh](https://github.com/goknsh)! - fix: fix generic type for all stores |
| 20 | + |
| 21 | +- [`b362724`](https://github.com/goknsh/svelte-query-pocketbase/commit/b362724a5e86f2ecdabd96e7024e6c539a9563d2) Thanks [@goknsh](https://github.com/goknsh)! - fix: correct filterFunction's return type |
| 22 | + |
| 23 | +- [`8a8d2a2`](https://github.com/goknsh/svelte-query-pocketbase/commit/8a8d2a28a002d3caf55b785e73f57a7f523e1f88) Thanks [@goknsh](https://github.com/goknsh)! - fix: change how queries are invalidated |
| 24 | + |
| 25 | +- [`89e1e8e`](https://github.com/goknsh/svelte-query-pocketbase/commit/89e1e8e42993151802f9e25af799a90ebde68a33) Thanks [@goknsh](https://github.com/goknsh)! - (breaking) fix!: correct implementation of queryKey factory and internal usages of it |
| 26 | + |
| 27 | +- [`40e97e3`](https://github.com/goknsh/svelte-query-pocketbase/commit/40e97e339a1f7081f319f846eb2c300227ed52dd) Thanks [@goknsh](https://github.com/goknsh)! - fix: collection deletes are now processed correctly |
| 28 | + |
| 29 | +- [`438a755`](https://github.com/goknsh/svelte-query-pocketbase/commit/438a75513e0ae845884fa79abc5605e44f06b167) Thanks [@goknsh](https://github.com/goknsh)! - chore: make README.md prettier |
| 30 | + |
| 31 | +- [`7e7def0`](https://github.com/goknsh/svelte-query-pocketbase/commit/7e7def0c8caa35ff06b04918fb30c92e20a77ebd) Thanks [@goknsh](https://github.com/goknsh)! - refactor: all queries are simplified, now update cache immutably, and infinite queries should work correctly now |
| 32 | + |
| 33 | +- [`5c4e065`](https://github.com/goknsh/svelte-query-pocketbase/commit/5c4e06557f387949d6728d3c8d63912e25af41b5) Thanks [@goknsh](https://github.com/goknsh)! - chore: update pocketbase to ^0.11.1, use getFullList w/o batchSize, RecordService type, and sort imports |
| 34 | + |
| 35 | +- [`4705c05`](https://github.com/goknsh/svelte-query-pocketbase/commit/4705c059a034857fd6f9e04926d5b8d178374f26) Thanks [@goknsh](https://github.com/goknsh)! - chore: export infinite collection query |
| 36 | + |
| 37 | +- [`379b302`](https://github.com/goknsh/svelte-query-pocketbase/commit/379b3020539999b51aea2b7715cdd876b9b131ac) Thanks [@goknsh](https://github.com/goknsh)! - chore: prepare for first release |
| 38 | + |
3 | 39 | ## 0.0.1-beta.12
|
4 | 40 |
|
5 | 41 | ### Patch Changes
|
|
0 commit comments