Update the library to match changes in PocketBase v0.8
Versions
This will not be 100% backwards compatible with previous versions. System fields and URL based schema fetching will not work between versions.
When using PocketBase v0.8.x, use pocketbase-typegen
v1.1.x
Users of PocketBase v0.7.x should use pocketbase-typegen
v1.0.x
Every release is a painful reminder that I should have started at v0.0.1 and matched pocketbase version numbers...
Changelog
- Add auth collection type system fields
- Update system fields for all collections
- Use enums for select fields
- user field is deprecated
- Update login URL (thanks @o2dependent !)
- Introduce linting, formatting, and integration tests for the repo