Releases: patmood/pocketbase-typegen
Releases · patmood/pocketbase-typegen
v1.3.1
What's Changed
- readme example naming by @patmood in #109
- Improved Expand type by @patmood in #119
- Implement token auth CLI option by @tranadam in #123
- ignore build files by @patmood in #125
- Fixed Pocketbase compatibility by @melihsd in #126
- version bump by @patmood in #127
- Add support for geoPoint field by @patmood in #128
- support .env overrides and token based auth in .env by @patmood in #129
- Update dependencies by @patmood in #130
New Contributors
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Breaking changes to support PocketBase v0.23.x. Thanks to @skowrons for making this happen!
What's Changed
- Support PocketBase version 0.23.0-rc12 by @skowrons in #103
- Draft: Fix cli shorthand conflict by @skowrons in #104
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #105
- Bump tar from 6.1.11 to 6.2.1 by @dependabot in #106
New Contributors
Full Changelog: v1.2.1...v1.3.0
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