Skip to content

Releases: pawcoding/astro-loader-pocketbase

v3.0.1

09 Apr 08:02

Choose a tag to compare

3.0.1 (2026-04-09)

🛠️ Code Refactoring

  • resolve new linter warnings (000304b)

🏗 Dependency updates

  • deps: update dependencies (e2ceefb)

v3.0.0

21 Mar 07:20

Choose a tag to compare

3.0.0 (2026-03-21)

⚠ BREAKING CHANGES

  • live-loader: The experimentalPocketbaseLiveLoader as been renamed
    to pocketbaseLiveLoader, incl. all it's option and filter types. The
    liveTypesOnly option 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: improveTypes is 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 ZodSchema with ZodType (9ca5fc7)
  • schema: remove improveTypes option (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

  • deps: update dependencies (3f0e737)
  • deps: update dependencies (d42b988)
  • deps: update dependencies (616f0d2)
  • deps: update dependencies (f33c819)
  • deps: update linter + rule set (a351995)
  • deps: upgrade to astro@v6 (0dd4456)

v3.0.0-next.1

16 Mar 17:59

Choose a tag to compare

v3.0.0-next.1 Pre-release
Pre-release

3.0.0-next.1 (2026-03-16)

⚠ BREAKING CHANGES

  • live-loader: The experimentalPocketbaseLiveLoader as been renamed
    to pocketbaseLiveLoader, incl. all it's option and filter types. The
    liveTypesOnly option 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: improveTypes is 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 ZodSchema with ZodType (9ca5fc7)
  • schema: remove improveTypes option (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

  • deps: update dependencies (d42b988)
  • deps: update dependencies (616f0d2)
  • deps: update dependencies (f33c819)
  • deps: update linter + rule set (a351995)
  • deps: upgrade to astro@v6 (0dd4456)

v2.10.2

28 Feb 14:38

Choose a tag to compare

2.10.2 (2026-02-28)

Bug Fixes

  • files: prevent double slash in file path when base url contains trailing slash (96b143c)

v2.10.2-next.1

28 Feb 14:29

Choose a tag to compare

v2.10.2-next.1 Pre-release
Pre-release

2.10.2-next.1 (2026-02-28)

Bug Fixes

  • files: prevent double slash in file path when base url contains trailing slash (96b143c)

v2.10.1

13 Dec 10:29

Choose a tag to compare

2.10.1 (2025-12-13)

v2.10.0

22 Nov 09:22

Choose a tag to compare

2.10.0 (2025-11-22)

Features

  • export transformFileUrl via public API (b1a7c66)

v2.10.0-next.2

22 Nov 09:20

Choose a tag to compare

v2.10.0-next.2 Pre-release
Pre-release

2.10.0-next.2 (2025-11-22)

v2.10.0-next.1

02 Nov 09:36

Choose a tag to compare

v2.10.0-next.1 Pre-release
Pre-release

2.10.0-next.1 (2025-11-02)

Features

  • export transformFileUrl via public API (b1a7c66)

v2.9.0

01 Nov 10:12

Choose a tag to compare

2.9.0 (2025-11-01)

Bug Fixes

  • superuser-token: retry authentication after hitting rate limit (842c3e4), closes #70

Features

  • live-loader: throw typed errors (a7f533b)