Skip to content

Releases: dockwa/simple-react-validator

Indonesian support

02 Jan 22:19
Compare
Choose a tag to compare

Added Indonesian Locale thanks to @frankyso in PR #180
Also improved the locale file declaration to make it simpler.

Fix url regex and add new "check" method.

20 Dec 20:17
bb14ad0
Compare
Choose a tag to compare

Another bug fix for new phone validator

04 Dec 21:34
Compare
Choose a tag to compare

Phone validator bug fix

04 Dec 20:46
Compare
Choose a tag to compare

PR #170 fixed a bug with the new phone validator addition.

Add Persian localization, better phone validator, and fix local missing warning

04 Dec 20:03
Compare
Choose a tag to compare

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

11 Sep 15:22
Compare
Choose a tag to compare

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

05 Sep 19:29
Compare
Choose a tag to compare

Thanks to @e-gauthier for help with the improved Typescript support!

Bug Fix: Fix Typo

30 Jul 14:43
Compare
Choose a tag to compare

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.

29 Jul 15:24
Compare
Choose a tag to compare
  • 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

12 Jun 01:59
733f6d2
Compare
Choose a tag to compare

Thanks @nader2560 for the help with localization. #100
Thanks @byr-gdp for the help with typescript. #101