Skip to content

1.1.0

Compare
Choose a tag to compare
@csandman csandman released this 19 Aug 23:29
· 66 commits to main since this release

This release fixes an issue made on the original repo (abhisekp/yup-phone#313) in which an empty string fails, even though that should be left to yups native .required() function.

Thanks to @tomdye for bringing this to my attention!

Breaking Changes

If you were previously using this package without the .required() chained function and are expecting validation to fail on an empty string, you will need to add .required() to make it validate in the same way.