Releases: csandman/yup-phone-lite
Releases · csandman/yup-phone-lite
2.0.1
2.0.0
What's Changed
- New internals Fix by @csandman in #14
- Add CodeSandbox CI integration for testing before releases
- Fix #12
- Remove
rollup
entirely in favor of an approach using strictlybabel
- Also remove the UMD build (only CJS or ESM)
- Remove
This is a major release because of the removal of rollup along with UMD bundles. If anything else is broken due to this version, leave an issue and it will be addressed.
Full Changelog: v1.2.0...v2.0.0
1.2.0
1.1.2
1.1.1
What's Changed
- refactor(lib): update dependencies, replace deprecated by @mihai-ro in #6
- Other behind the scenes changes to keep code up to date such as:
- New scripts for linting, formatting, and publishing
- Pre-commit hooks with husky and lint-staged
New Contributors
Full Changelog: v1.1.0...v1.1.1
1.1.0
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.