Skip to content

Releases: Programmer-Network/use-ajv-form

v1.0.35

29 Apr 13:35
Compare
Choose a tag to compare

Features

  • improve isValid calculation by using AJV validation #23 (LiKang6688)

Commits

  • c19fac8: bump version (Aleksandar Grbic)
  • bb18d42: Merge branch 'master' of github.com:agjs/use-ajv-form (Aleksandar Grbic)
  • 3d7a9c0: bump version to trigger CI (Aleksandar Grbic)

v1.0.34

25 Apr 12:05
Compare
Choose a tag to compare
format and bump

v1.0.33

01 Apr 08:02
Compare
Choose a tag to compare

Commits

  • 784d028: format and bump (Aleksandar Grbic)

v1.0.31

13 Feb 18:48
Compare
Choose a tag to compare

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

15 Dec 14:03
Compare
Choose a tag to compare

Chores

  • update CI badge in README and bump package version to 1.0.30 (Aleksandar Grbic)

v1.0.29

15 Dec 13:52
Compare
Choose a tag to compare

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

Add `data` property to useAjvForm

10 Dec 17:07
Compare
Choose a tag to compare
  • Added a data property to the return of useAjvForm that contains the state as a plain javascript object