Releases: dockwa/simple-react-validator
Indonesian support
Fix url regex and add new "check" method.
Release for pr #179
Another bug fix for new phone validator
Phone validator bug fix
PR #170 fixed a bug with the new phone validator addition.
Add Persian localization, better phone validator, and fix local missing warning
Merges #169 thanks to @pdpol and #162 thanks to @kindslayer.
Fixed a bug where the the local warning was always showing in console if you did not specify a local.
Serbian local added and bug fixes
Serbian language support added by @lukkoro in #144
Small bug fix to not double add to visibleFields
array reported by @e-gauthier in #140
It is really easy to add more localization support if you know a different language, feel free to open a pull request for different languages!
Better Typescript Support
Thanks to @e-gauthier for help with the improved Typescript support!
Bug Fix: Fix Typo
Thanks to @sukhminderx for reporting this issue in #124
If you are running v1.2.1 you should update to get his fix.
Required now excludes empty spaces.
-
The required field and making a field required now will classify a field with only spaces as failing. Thanks @gcatala-cr for the idea in #104
-
Update the typescript file in #116
Localization and Typescript Support
- Adds localization support. Checkout the docs for how it works: https://github.com/dockwa/simple-react-validator#6-locale
- Adds a typescript file.
Thanks @nader2560 for the help with localization. #100
Thanks @byr-gdp for the help with typescript. #101