v0.0.1-alpha.8 (2023-04-26)
- export the dot notation functions (53ca3f5)
v0.0.1-alpha.7 (2023-04-01)
- expose validate, validateAttribute and setErrors to the context (18f0610)
v0.0.1-alpha.6 (2023-03-25)
- add main prop to the package.json (c92531c)
- add better generic support for useAttribute hook (7682422), closes #152
- allow null to be returned from a validation function (bcdd9f3), closes #170
- pass the changed attribute though the onChange form callback (e751896), closes #143
v0.0.1-alpha.5 (2023-03-23)
- export use attribute hooks (996267f), closes #150
- use es5 syntax for the package build (6a44b18), closes #149
v0.0.1-alpha.4 (2023-02-07)
- add
validator.clone()
function (25dc286) - allow a validation function to be async (29e1125)
- allow errors to be passed in as props (fce8f65)
- allow errors to be set from the onSubmit callback (a745f3a)
- pass the event to the onSubmit callback (1550d48)
- split out the
OnSubmitFunction
type (29176f4)
v0.0.1-alpha.3 (2023-01-20)
v0.0.1-alpha.2 (2022-12-21)
- add hooks for setting different attributes of different data types (eaff039)
- implement remove list item (0ff581c), closes #38
v0.0.1-alpha.1 (2022-11-19)
- nested attribute errors (47fba6d), closes #36
- remove dependency warnings when installing (968762c), closes #20