Skip to content

Releases: dockwa/simple-react-validator

More currencies, improved camelCase support, and Swedish locale support.

06 Oct 13:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.1...1.6.2

Longer tld support and Japanese locale

23 Jul 20:21
Compare
Choose a tag to compare

Fix negative integer rule

12 Nov 02:10
Compare
Choose a tag to compare

This update adds the ability for integers to be negative. Currently it only supports positive integers. If you want to continue to only use positive integers you can change your validator from integer to integer|min:num,0. Thanks to issues #215 and @henry132109 for pointing this out.

Add Dutch Locale

15 Oct 14:04
Compare
Choose a tag to compare

Add Dutch locale and other small readme and typescript updates.

More Locales and Readme Updates for Hooks

24 Jun 21:26
Compare
Choose a tag to compare

Hook readme updates for people using SRV with hooks from @garethfentimen #244
Readme update from @garethfentimen #243
Italian locale added from @bisark #241
Portuguese locale added from @fabricio-agnesm #240

Updated Indonesian and updated dependencies

09 Apr 21:47
Compare
Choose a tag to compare

Thanks to @haqim007 for the Indonesian contribution in PR #210
Updated a lot of other dependencies and ran an audit.

Add Greek Locale

21 Feb 22:18
Compare
Choose a tag to compare

Thanks to @efstathiosntonas for the pr #203 adding the Greek Locale!

Patch "accepted" validator

17 Jan 20:19
Compare
Choose a tag to compare

Patch to fix "accepted" validator, thanks to @charlie-barrows for bringing this to my attention in issue #197

Add Slovenian Locale

13 Jan 22:11
Compare
Choose a tag to compare
  • Add Slovenian support in PR #191 via @LeonSkrilec
  • Improve numeric validator to support negative numbers and fix some extra things that were broken.

Turkish Language Support

13 Jan 15:04
Compare
Choose a tag to compare

Added Turkish Language Support thanks to PR #184 by @oguzhanozpinar