2.6.0 (2025-04-18)
- cleanup: apply filter when looking for outdated entries (205aaa3)
- cleanup: clear whole store on error (161741e)
- schema: parse
geoPoint
fields (6067a4f)
2.5.0 (2025-04-09)
- refresh: do not re-use realtime data when custom filter is set (16b0ec9)
2.4.1 (2025-02-16)
2.4.0 (2025-02-15)
- loader: print total numer of entries to simplify debugging (1c8cdfd)
- loader: support force refresh to update all entries (e22cc46)
2.3.1 (2025-02-02)
2.3.0 (2025-02-01)
2.2.1 (2025-01-25)
- refresh: handle array in refresh context data (5a51b97), closes pawcoding/astro-integration-pocketbase#10
2.2.0 (2025-01-21)
- schema: remove default values from improved types (82b6b70)
- schema: add option to improve types (d8c9780)
2.1.0 (2025-01-11)
2.0.2 (2025-01-11)
2.0.1 (2024-12-31)
2.0.0 (2024-12-24)
- add support for PocketBase 0.23.0 (a98f1b4)
- This also removes support for PocketBase 0.22. There are a lot of breaking changes in this new version of PocketBase, e.g. new endpoint for login, new collection schema format, etc.
Since this version already brings a lot of changes, I used this chance to refactor some of the internals and configuration options. Please refer to the new README for more details.
1.0.2 (2024-12-16)
1.0.1 (2024-12-14)
- load: only print update message when package was previously installed (2977878)
- load: use correct date format for updated entries request (c9df0d2), closes #18
1.0.0 (2024-12-07)
- release: update version number (901af52)
- README: add note for compatibility (2613918)
- release: This is the first stable release of this package.
- README: This marks the first stable release of this package.