Skip to content

Latest commit

 

History

History
114 lines (54 loc) · 5.06 KB

File metadata and controls

114 lines (54 loc) · 5.06 KB

Changelog

0.11.0 (2023-10-02)

Features

  • 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)

Code Refactoring

  • refactors zod integration function to accept only APIField and not APIFieldUnion (42f0078)

Build System

  • deps-dev: bump word-wrap from 1.2.3 to 1.2.4 (912a42d)

Miscellaneous

  • 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)

Bug Fixes

  • adds missing localization to addMultipleValidation (a8dbb98)

0.10.0 (2023-06-01)

Features

  • improves image and file field validation (55ed15e)

0.9.4 (2023-05-13)

Bug Fixes

  • fixes react-hook-form not rendering the field correctly (88b5568)

0.9.3 (2023-05-13)

Bug Fixes

  • adds missing validationSchemaBuilder initializer (2cb1ddd)
  • fixes getValidationSchema override validation object value type (a248503)

0.9.2 (2023-05-12)

Bug Fixes

  • makes extra props or validation optional for getFieldListFormField and getValidationSchema (b4f4b81)

0.9.1 (2023-05-12)

Bug Fixes

  • fixes getFieldDisplay value type (bc6066e)

0.9.0 (2023-05-12)

Features

  • 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)

Bug Fixes

  • removes export of a removed file (36d41e1)

0.8.0 (2023-05-12)

⚠ BREAKING CHANGES

  • refactors resource manager to depend less on resource types

Features

  • adds playground to package.json scripts (b78aa8b)

Build System

  • changes github release action (cc455ca)

Miscellaneous

  • removes unused dep semantic-release (c179259)

Code Refactoring

  • refactors resource manager to depend less on resource types (b78aa8b)