Skip to content

v4.2.1

Choose a tag to compare

@brettski brettski released this 09 May 22:32
· 10 commits to master since this release
35c2f03

fix: Fix issue where validate isn't exported correctly due to Babel
Babel referencing validateImpl.default which didn't exist as the validate/index file doesn't export a default value.
Couldn't locate a babel update to correct, so changed the way the module is imported.