Releases: pawcoding/astro-loader-pocketbase
Releases · pawcoding/astro-loader-pocketbase
v3.0.1
v3.0.0
3.0.0 (2026-03-21)
⚠ BREAKING CHANGES
- live-loader: The
experimentalPocketbaseLiveLoaderas been renamed
topocketbaseLiveLoader, incl. all it's option and filter types. The
liveTypesOnlyoption for the base loader is still experimental though. - schema: astro does not automatically generate typescript types
anymore, instead content loaders need to implement this logic
themselves. - schema:
improveTypesis now always enabled, so the
configuration option was removed entirely. - deps: With v6 astro changed the way custom content loaders
provide their schemas. Please check the official documentation for
breaking changes.
🚀 Features
- live-loader: stabilize live content loader (8e55b4c)
🩹 Bug Fixes
- schema: get type generation working for collections with files again (dab3c82)
📖 Documentation
- README: update compatibility table (bdd690d)
🛠️ Code Refactoring
- replace
ZodSchemawithZodType(9ca5fc7) - schema: remove
improveTypesoption (0cd6445) - schema: update schema generation for astro@v6 (f63c945)
- update deprecated zod usage (720c7c2)
🧪 Tests
- add tests for schema generation for collections with files (31fa35a)
- e2e: improve performance by sharing test collections for some tests (44d299e)
- include pocketbase-loader in coverage (16282dd)
- pocketbase-loader: add e2e test for loader and live loader (c9462fc)
🏗 Dependency updates
v3.0.0-next.1
3.0.0-next.1 (2026-03-16)
⚠ BREAKING CHANGES
- live-loader: The
experimentalPocketbaseLiveLoaderas been renamed
topocketbaseLiveLoader, incl. all it's option and filter types. The
liveTypesOnlyoption for the base loader is still experimental though. - schema: astro does not automatically generate typescript types
anymore, instead content loaders need to implement this logic
themselves. - schema:
improveTypesis now always enabled, so the
configuration option was removed entirely. - deps: With v6 astro changed the way custom content loaders
provide their schemas. Please check the official documentation for
breaking changes.
🚀 Features
- live-loader: stabilize live content loader (8e55b4c)
🩹 Bug Fixes
- schema: get type generation working for collections with files again (dab3c82)
📖 Documentation
- README: update compatibility table (bdd690d)
🛠️ Code Refactoring
- replace
ZodSchemawithZodType(9ca5fc7) - schema: remove
improveTypesoption (0cd6445) - schema: update schema generation for astro@v6 (f63c945)
- update deprecated zod usage (720c7c2)
🧪 Tests
- add tests for schema generation for collections with files (31fa35a)
- pocketbase-loader: add e2e test for loader and live loader (c9462fc)
🏗 Dependency updates
v2.10.2
v2.10.2-next.1
2.10.2-next.1 (2026-02-28)
Bug Fixes
- files: prevent double slash in file path when base url contains trailing slash (96b143c)