0.11.0 (2023-10-02)
- adds FieldObjectKind type and dict (42f0078)
- adds instructions, descriptions and usage examples to the README.md (d1ee988)
- adds real usage examples (d1ee988)
- adds resource field to APIFieldObject (42f0078)
- refactors zod integration function to accept only APIField and not APIFieldUnion (42f0078)
- deps-dev: bump word-wrap from 1.2.3 to 1.2.4 (912a42d)
- adds a README.md to examples (2172610)
- adds example screenshot to README.md (64ca047)
- adds examples directory link to the reference in the main README.md (2172610)
- adds github actions build status for the repo (2172610)
- adds MIT LICENSE file (2172610)
0.10.1 (2023-06-14)
- adds missing localization to addMultipleValidation (a8dbb98)
0.10.0 (2023-06-01)
- improves image and file field validation (55ed15e)
0.9.4 (2023-05-13)
- fixes react-hook-form not rendering the field correctly (88b5568)
0.9.3 (2023-05-13)
- adds missing validationSchemaBuilder initializer (2cb1ddd)
- fixes getValidationSchema override validation object value type (a248503)
0.9.2 (2023-05-12)
- makes extra props or validation optional for getFieldListFormField and getValidationSchema (b4f4b81)
0.9.1 (2023-05-12)
- fixes getFieldDisplay value type (bc6066e)
0.9.0 (2023-05-12)
- makes display function returns a generic and makes it more lax by defaulting it to string|null (31280b3)
- makes react-hook-form adapter return more lax by allowing it to return JSX.Element | null (31280b3)
0.8.1 (2023-05-12)
- removes export of a removed file (36d41e1)
0.8.0 (2023-05-12)
- refactors resource manager to depend less on resource types
- adds playground to package.json scripts (b78aa8b)
- changes github release action (cc455ca)
- removes unused dep semantic-release (c179259)
- refactors resource manager to depend less on resource types (b78aa8b)