V1.0.8
1 Support for NO-js forms
If you're using no js to submit forms getValidatedFormData is smart enough to gather your formData and create an object to be tested against the schema behind the scenes
2 Support for GET methods
You can now use getValidatedFormData inside of loaders and it will try to get the data from the search parameters instead of formData
test coverage
increased test coverage for the package
Full Changelog: v1.0.6...v1.0.8