Releases: david-plugge/typed-pocketbase
Releases · david-plugge/typed-pocketbase
v0.1.1
Patch Changes
- 65ca205: Add main field to package.json
v0.1.0
Minor Changes
Patch Changes
- f462286: fix sort param parsing
- f462286: correctly type empty select
- f462286: fix filters
- f462286: realtime support
- f462286: remove cjs bundle
- f462286: only expose supported types for subscribe options
- f462286: account for plural relations
- f462286: allow deleting files by providing null as value
- f462286: make password and passwordConfirm optional on update
- f462286: expand can be undefined
v0.0.8
Patch Changes
- bbadb7c: Fix: Filter with empty and()/or() results in Invalid filter parameters.
v0.0.5
Patch Changes
- 19bce54: fix multiple relation type generation
v0.0.4
Patch Changes
- 7aa71f3: support json fields and Date and URL objects
- 0a96bf9: allow Date type for date fields
v0.0.3
Patch Changes
- dd52f65: rework codegen cli and support all field types and modifiers
- 4201a28: export TypedRecord
- 5b60b0c: fix entrypoints and file thumbs type when none are specified
- 376dc88: Add expand and nested filter support