Skip to content

v1.0.29

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 13:52
· 21 commits to master since this release

Features

Bug Fixes

Chores

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