v2.8.1
Many thanks to @harish2704, @THirrrsch and @Fuasmattn who have contributed the PRs included in this release!
Duplicate field id fix
In some cases it was possible for multiple fields to get the same id, see issue #61. This issue has now been fixed by @harish2704 who contributed PR #62 with the fix. As a bonus, the field id's should now also be less CPU intensive to calculate!
Improvements for working with ajv-errors
In previous versions the errorMessage
property used byajv-errors
did not work, but thanks to @THirrrsch and @Fuasmattn who have contributed PR #68 which implements support for this feature. Their PR also included a fix for in the code which generates paths used to determine whether a field is required or not.
Dependency upgrades
The ajv
and lodash
dependencies have now been updated to the latest versions.