Skip to content

Tags: pawcoding/astro-loader-pocketbase

Tags

v3.0.2

Toggle v3.0.2's commit message
chore(release): 3.0.2 [skip ci]

## [3.0.2](v3.0.1...v3.0.2) (2026-04-12)

### 🏗 Dependency updates

* **deps:** update dependencies ([ec2e828](ec2e828))

v3.0.1

Toggle v3.0.1's commit message
chore(release): 3.0.1 [skip ci]

## [3.0.1](v3.0.0...v3.0.1) (2026-04-09)

### 🛠️ Code Refactoring

* resolve new linter warnings ([000304b](000304b))

### 🏗 Dependency updates

* **deps:** update dependencies ([e2ceefb](e2ceefb))

v3.0.0

Toggle v3.0.0's commit message
chore(release): 3.0.0 [skip ci]

## [3.0.0](v2.10.2...v3.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](8e55b4c))

### 🩹 Bug Fixes

* **schema:** get type generation working for collections with files again ([dab3c82](dab3c82))

### 📖 Documentation

* **README:** update compatibility table ([bdd690d](bdd690d))

### 🛠️ Code Refactoring

* replace `ZodSchema` with `ZodType` ([9ca5fc7](9ca5fc7))
* **schema:** remove `improveTypes` option ([0cd6445](0cd6445))
* **schema:** update schema generation for astro@v6 ([f63c945](f63c945))
* update deprecated zod usage ([720c7c2](720c7c2))

### 🧪 Tests

* add tests for schema generation for collections with files ([31fa35a](31fa35a))
* **e2e:** improve performance by sharing test collections for some tests ([44d299e](44d299e))
* include pocketbase-loader in coverage ([16282dd](16282dd))
* **pocketbase-loader:** add e2e test for loader and live loader ([c9462fc](c9462fc))

### 🏗 Dependency updates

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

v3.0.0-next.1

Toggle v3.0.0-next.1's commit message
chore(release): 3.0.0-next.1 [skip ci]

## [3.0.0-next.1](v2.10.2...v3.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](8e55b4c))

### 🩹 Bug Fixes

* **schema:** get type generation working for collections with files again ([dab3c82](dab3c82))

### 📖 Documentation

* **README:** update compatibility table ([bdd690d](bdd690d))

### 🛠️ Code Refactoring

* replace `ZodSchema` with `ZodType` ([9ca5fc7](9ca5fc7))
* **schema:** remove `improveTypes` option ([0cd6445](0cd6445))
* **schema:** update schema generation for astro@v6 ([f63c945](f63c945))
* update deprecated zod usage ([720c7c2](720c7c2))

### 🧪 Tests

* add tests for schema generation for collections with files ([31fa35a](31fa35a))
* **pocketbase-loader:** add e2e test for loader and live loader ([c9462fc](c9462fc))

### 🏗 Dependency updates

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

v3.0.0-astro-v6.4

Toggle v3.0.0-astro-v6.4's commit message
chore(release): 3.0.0-astro-v6.4 [skip ci]

## [3.0.0-astro-v6.4](v3.0.0-astro-v6.3...v3.0.0-astro-v6.4) (2026-03-16)

### 🩹 Bug Fixes

* **schema:** get type generation working for collections with files again ([dab3c82](dab3c82))

### 🧪 Tests

* add tests for schema generation for collections with files ([31fa35a](31fa35a))
* **pocketbase-loader:** add e2e test for loader and live loader ([c9462fc](c9462fc))

v3.0.0-astro-v6.3

Toggle v3.0.0-astro-v6.3's commit message
chore(release): 3.0.0-astro-v6.3 [skip ci]

## [3.0.0-astro-v6.3](v3.0.0-astro-v6.2...v3.0.0-astro-v6.3) (2026-03-14)

### 🩹 Bug Fixes

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

### 🏗 Dependency updates

* **deps:** update dependencies ([d42b988](d42b988))
* **deps:** update dependencies ([616f0d2](616f0d2))
* **deps:** update dependencies ([949c4d6](949c4d6))

v2.10.2

Toggle v2.10.2's commit message
chore(release): 2.10.2 [skip ci]

## [2.10.2](v2.10.1...v2.10.2) (2026-02-28)

### Bug Fixes

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

v2.10.2-next.1

Toggle v2.10.2-next.1's commit message
chore(release): 2.10.2-next.1 [skip ci]

## [2.10.2-next.1](v2.10.1...v2.10.2-next.1) (2026-02-28)

### Bug Fixes

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

v3.0.0-astro-v6.2

Toggle v3.0.0-astro-v6.2's commit message
chore(release): 3.0.0-astro-v6.2 [skip ci]

## [3.0.0-astro-v6.2](v3.0.0-astro-v6.1...v3.0.0-astro-v6.2) (2026-01-17)

### 🏗 Dependency updates

* **deps:** update dependencies ([f33c819](f33c819))

v3.0.0-astro-v6.1

Toggle v3.0.0-astro-v6.1's commit message
chore(release): 3.0.0-astro-v6.1 [skip ci]

# [3.0.0-astro-v6.1](v2.10.1...v3.0.0-astro-v6.1) (2025-12-16)

### Build System

* **deps:** upgrade to astro@v6 ([0dd4456](0dd4456))

### Code Refactoring

* **schema:** remove `improveTypes` option ([0cd6445](0cd6445))
* **schema:** update schema generation for astro@v6 ([f63c945](f63c945))

### Features

* **live-loader:** stabilize live content loader ([8e55b4c](8e55b4c))

### 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.