Releases: Programmer-Network/use-ajv-form
Releases · Programmer-Network/use-ajv-form
v1.0.35
v1.0.34
format and bump
v1.0.33
v1.0.31
Commits
- 638e1cb: Bump braces from 3.0.2 to 3.0.3 (dependabot[bot]) #12
- 92ef780: Bump ws from 8.16.0 to 8.18.0 (dependabot[bot]) #13
- 0c7e45d: Bump micromatch from 4.0.5 to 4.0.8 (dependabot[bot]) #15
- 44c1935: Bump vite from 5.0.2 to 5.1.8 (dependabot[bot]) #14
- 1db827e: Fixed an issue where options.errors were unsued (Aleksandar Grbic)
v1.0.30
Chores
- update CI badge in README and bump package version to 1.0.30 (Aleksandar Grbic)
v1.0.29
Features
- implement CI/CD workflow and update package version to 1.0.29 (Aleksandar Grbic)
- add 'data' option to README and bump version to 1.0.30 (Aleksandar Grbic)
Bug Fixes
- fix type error #10 (Johan Book)
Chores
- bump version to 1.0.28 in package.json (Aleksandar Grbic)
- streamline CI workflow by removing redundant PNPM installation step (Aleksandar Grbic)
- bump version to 1.0.31 (Aleksandar Grbic)
- downgrade package version to 1.0.29 and update dependencies (Aleksandar Grbic)
- update CI workflow by removing redundant PNPM installation step and enhance deployment instructions in README (Aleksandar Grbic)
Commits
- ba6c312: Bump to 1.0.11 (Aleksandar Grbic)
- 39eb344: form.set should support setting multiple values (Aleksandar Grbic)
- bdaa732: Expose "setErrors" function from useAjvForm (Aleksandar Grbic)
- 38d349c: Add "setErrors" to README (Aleksandar Grbic)
- 0190fc5: Fix isValid state expression (Aleksandar Grbic)
- 613ff35: Bump version to 1.0.15 in package.json (Aleksandar Grbic)
- 5c6fcf5: Organize deps and install ajv keywords from npm (Aleksandar Grbic)
- 3660c08: Bump ajv (Aleksandar Grbic)
- e3a3da1: Extend useAjvForm schema with SchemaObject (Aleksandar Grbic)
- d55caf9: Bump use-ajv-form to 1.0.19 (Aleksandar Grbic)
- 3563aa0: Remove isDirty check from validation (Johan Book) #7
- d12a160: Fix failing test (Johan Book) #7
- c8ab3c6: Enable users to pass their own AJV instance (Aleksandar Grbic) #8
- b848e93: Conditional Errors, Add Logger, etc (Aleksandar Grbic)
- e002c43: Merge branch 'master' of github.com:agjs/use-ajv-form (Aleksandar Grbic)
- f28b1db: Bump version to 1.0.22 and remove unused Ajv import from tests (Aleksandar Grbic)
- 6e5bee0: Bump version to 1.0.23 (Aleksandar Grbic)
- 9cbaf25: Enhance README with development setup instructions and improve clarity; fix import path in index.ts (Aleksandar Grbic)
- 5b0d089: Add debug option to README for enhanced logging and debugging (Aleksandar Grbic)
- 9df04ac: Bump cross-spawn from 7.0.3 to 7.0.6 (dependabot[bot]) #9
- 8e517dd: Bump version to 1.0.24 and adjust debounce time to 1000ms; enhance validation conditions (Aleksandar Grbic)
- 854e3de: Update debounce time in tests to 1000ms and enhance error message validation (Aleksandar Grbic)
- c4fc270: Bump version to 1.0.25; add isRequired property to form state and update validation logic (Aleksandar Grbic)
- aa1b80d: Refactor form validation logic and rename utility functions for clarity (Aleksandar Grbic)
- 6b85ac1: Improve validation result type (Johan Book) #10
- fe117bb: Bump version to 1.0.26 in package.json (Aleksandar Grbic)
- 84e2314: Merge branch 'master' of github.com:agjs/use-ajv-form (Aleksandar Grbic)
- c5489c1: Fix issue when introducing new field (Johan Book) #17
Add `data` property to useAjvForm
- Added a
data
property to the return ofuseAjvForm
that contains the state as a plain javascript object