Skip to content

Releases: patmood/pocketbase-typegen

v1.2.1

30 Oct 04:54
b50cdb8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

17 Oct 23:59
ef5925f
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.1.13...v1.2.0

v1.1.13

01 Sep 04:00
3ab9ca6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.12...v1.1.13

v1.1.12

07 Aug 11:21
f049dcd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.11...v1.1.12

v1.1.11

28 Jun 05:25
087258c
Compare
Choose a tag to compare

What's Changed

  • Add option to use environment variables as url, email and password by @SeRyKii in #68

New Contributors

Full Changelog: v1.1.10...v1.1.11

v1.1.10

21 Jun 18:22
a74eac2
Compare
Choose a tag to compare

What's Changed

  • always include generic argument for expand by @patmood in #67

Full Changelog: v1.1.9...v1.1.10

v1.1.9

01 May 04:00
edb4d7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.8...v1.1.9

v1.1.8

26 Apr 04:51
ac532ed
Compare
Choose a tag to compare

What's Changed

  • log errors when using the url option by @patmood in #57

Full Changelog: v1.1.7...v1.1.8

v1.1.7

02 Mar 19:18
45a1c1f
Compare
Choose a tag to compare

What's Changed

  • generate and export CollectionResponses by @patmood in #51
  • fix system fields for view collection types by @patmood in #53

Full Changelog: v1.1.5...v1.1.7

v1.1.5

26 Feb 23:20
0812864
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5