This commit is contained in:
2025-10-05 13:52:22 +02:00
commit 63929c2dce
65 changed files with 10729 additions and 0 deletions

38
doc/CHANGELOG.md Normal file
View File

@@ -0,0 +1,38 @@
# doc
## 0.4.0
### Minor Changes
- middleware is externalized in src/lib/pocketbase/middleware.ts
## 0.3.1
### Patch Changes
- 0c3e99c: change default naming from Model to Record as pocketbase calls it
## 0.3.0
### Minor Changes
- 23c9e7f: remove eleventy fetch in favoi of pocketbase sdk and refine the way content is updated
## 0.2.0
### Minor Changes
- c1027d0: add cacheDir option for fetching
## 0.1.0
### Minor Changes
- 8901c7e: add enum options
- 99172d0: add ignore option
## 0.0.2
### Patch Changes
- 21cb879: add eleventy-fetch peer dependency mention