Releases: patmood/pocketbase-typegen
Releases · patmood/pocketbase-typegen
v1.2.1
What's Changed
- Update RecordService import by @seofernando25 in #87
New Contributors
- @seofernando25 made their first contribution in #87
Full Changelog: v1.2.0...v1.2.1
v1.2.0
You can now automatically type the whole PocketBase SDK using the TypedPocketBase
type generated by this library 🎉
import { TypedPocketBase } from "./pocketbase-types"
const pb = new PocketBase('http://127.0.0.1:8090') as TypedPocketBase
You need to be using PocketBase SDK v0.18.3+. If using a lower version of PocketBase SDK and v1.2.0 of this package, pass the --no-sdk
option for full compatibility.
Thanks to @scriptcoded for quickly adding this.
What's Changed
- Generate typed PocketBase type by @scriptcoded in #82
- Bump @babel/traverse from 7.19.4 to 7.23.2 by @dependabot in #83
New Contributors
- @scriptcoded made their first contribution in #82
Full Changelog: v1.1.13...v1.2.0
v1.1.13
v1.1.12
v1.1.11
v1.1.10
v1.1.9
v1.1.8
v1.1.7
v1.1.5
What's Changed
- Bump jest and @types/jest by @dependabot in #46
- Bump typescript from 4.8.4 to 4.9.5 by @dependabot in #45
- Bump ts-jest from 29.0.3 to 29.0.5 by @dependabot in #44
- Bump @typescript-eslint/eslint-plugin from 5.42.1 to 5.51.0 by @dependabot in #43
- Bump esbuild-node-externals from 1.5.0 to 1.6.0 by @dependabot in #42
- Refactor fields by @patmood in #48
- Add support for
view
collection type by @patmood in #50
Full Changelog: v1.1.4...v1.1.5