Skip to content

Commit 2b54f68

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.2...v2.0.0) (2024-12-24) ### Features * add support for PocketBase 0.23.0 ([a98f1b4](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 parent 58f6517 commit 2b54f68

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.0.0](https://github.com/pawcoding/astro-loader-pocketbase/compare/v1.0.2...v2.0.0) (2024-12-24)
2+
3+
4+
### Features
5+
6+
* add support for PocketBase 0.23.0 ([a98f1b4](https://github.com/pawcoding/astro-loader-pocketbase/commit/a98f1b41d07bd66aca244f1ed2f473027d011be2))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* This also removes support for PocketBase 0.22.
12+
There are a lot of breaking changes in this new version of PocketBase,
13+
e.g. new endpoint for login, new collection schema format, etc.
14+
15+
Since this version already brings a lot of changes, I used this chance
16+
to refactor some of the internals and configuration options. Please
17+
refer to the new README for more details.
18+
119
## [1.0.2](https://github.com/pawcoding/astro-loader-pocketbase/compare/v1.0.1...v1.0.2) (2024-12-16)
220

321
## [1.0.1](https://github.com/pawcoding/astro-loader-pocketbase/compare/v1.0.0...v1.0.1) (2024-12-14)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-loader-pocketbase",
3-
"version": "2.0.0-next.4",
3+
"version": "2.0.0",
44
"description": "A content loader for Astro that uses the PocketBase API",
55
"license": "MIT",
66
"author": "Luis Wolf <development@pawcode.de> (https://pawcode.de)",

0 commit comments

Comments
 (0)