Skip to content

Latest commit

 

History

History
123 lines (57 loc) · 5.49 KB

CHANGELOG.md

File metadata and controls

123 lines (57 loc) · 5.49 KB

2.6.0 (2025-04-18)

Bug Fixes

  • cleanup: apply filter when looking for outdated entries (205aaa3)
  • cleanup: clear whole store on error (161741e)

Features

  • schema: parse geoPoint fields (6067a4f)

2.5.0 (2025-04-09)

Bug Fixes

  • refresh: do not re-use realtime data when custom filter is set (16b0ec9)

Features

  • loader: add support for custom pocketbase filter (#35) (367af9a)

2.4.1 (2025-02-16)

2.4.0 (2025-02-15)

Bug Fixes

  • loader: print total numer of entries to simplify debugging (1c8cdfd)

Features

  • loader: support force refresh to update all entries (e22cc46)

2.3.1 (2025-02-02)

2.3.0 (2025-02-01)

Features

  • refresh: re-use realtime event data to refresh collection (efae282), closes #26

2.2.1 (2025-01-25)

Bug Fixes

2.2.0 (2025-01-21)

Bug Fixes

  • schema: remove default values from improved types (82b6b70)

Features

  • schema: add option to improve types (d8c9780)

2.1.0 (2025-01-11)

Features

  • refresh: check refresh context for mentioned collection (3bff3e5), closes #23

2.0.2 (2025-01-11)

2.0.1 (2024-12-31)

2.0.0 (2024-12-24)

Features

  • add support for PocketBase 0.23.0 (a98f1b4)

BREAKING CHANGES

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • release: update version number (901af52)

Documentation

  • README: add note for compatibility (2613918)

BREAKING CHANGES

  • release: This is the first stable release of this package.
  • README: This marks the first stable release of this package.