Releases: dockwa/simple-react-validator
More currencies, improved camelCase support, and Swedish locale support.
What's Changed
- Bump @babel/core from 7.14.8 to 7.15.8 by @dependabot in #354
- Bump @babel/plugin-proposal-object-rest-spread from 7.14.7 to 7.15.6 by @dependabot in #352
- Bump @babel/preset-env from 7.14.8 to 7.15.8 by @dependabot in #353
- Bump @babel/core from 7.15.8 to 7.16.7 by @dependabot in #369
- Bump @babel/plugin-proposal-object-rest-spread from 7.15.6 to 7.16.7 by @dependabot in #367
- Bump @babel/plugin-proposal-class-properties from 7.14.5 to 7.16.7 by @dependabot in #368
- Bump camelcase from 6.2.0 to 6.3.0 by @dependabot in #370
- Bump @babel/preset-env from 7.15.8 to 7.16.8 by @dependabot in #371
- Bump @babel/core from 7.16.7 to 7.16.10 by @dependabot in #372
- Bump @babel/preset-env from 7.16.8 to 7.16.10 by @dependabot in #373
- Bump @babel/preset-env from 7.16.10 to 7.16.11 by @dependabot in #374
- Bump @babel/core from 7.16.10 to 7.16.12 by @dependabot in #375
- Bump @babel/core from 7.16.12 to 7.17.0 by @dependabot in #377
- Bump @babel/core from 7.17.0 to 7.17.2 by @dependabot in #378
- Bump @babel/core from 7.17.2 to 7.17.4 by @dependabot in #379
- Bump @babel/plugin-proposal-object-rest-spread from 7.16.7 to 7.17.3 by @dependabot in #380
- Bump @babel/core from 7.17.4 to 7.17.5 by @dependabot in #381
- Bump @babel/core from 7.17.5 to 7.17.7 by @dependabot in #386
- Bump @babel/core from 7.17.7 to 7.17.8 by @dependabot in #387
- Add GBP, Euro and Yen support for currency rule by @joestandring in #383
- Bump @babel/core from 7.17.8 to 7.17.12 by @dependabot in #396
- Bump @babel/plugin-proposal-class-properties from 7.16.7 to 7.17.12 by @dependabot in #397
- Bump @babel/plugin-proposal-object-rest-spread from 7.17.3 to 7.17.12 by @dependabot in #395
- Bump @babel/preset-env from 7.16.11 to 7.17.12 by @dependabot in #394
- Bump @babel/core from 7.17.12 to 7.18.9 by @dependabot in #411
- Bump @babel/plugin-proposal-object-rest-spread from 7.17.12 to 7.18.9 by @dependabot in #410
- Bump @babel/preset-env from 7.17.12 to 7.18.9 by @dependabot in #409
- Bump @babel/plugin-proposal-class-properties from 7.17.12 to 7.18.6 by @dependabot in #405
- Bump @babel/core from 7.18.9 to 7.18.10 by @dependabot in #416
- Bump @babel/preset-env from 7.18.9 to 7.18.10 by @dependabot in #415
- Bump @babel/core from 7.18.10 to 7.19.3 by @dependabot in #423
- Bump @babel/preset-env from 7.18.10 to 7.19.3 by @dependabot in #424
- Create sv.js by @prince17dec in #422
- fix #201 by @EgoMaw in #425
New Contributors
- @joestandring made their first contribution in #383
- @prince17dec made their first contribution in #422
- @EgoMaw made their first contribution in #425
Full Changelog: 1.6.1...1.6.2
Longer tld support and Japanese locale
Fix negative integer rule
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
Add Dutch locale and other small readme and typescript updates.
More Locales and Readme Updates for Hooks
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
Add Greek Locale
Thanks to @efstathiosntonas for the pr #203 adding the Greek Locale!
Patch "accepted" validator
Patch to fix "accepted" validator, thanks to @charlie-barrows for bringing this to my attention in issue #197
Add Slovenian Locale
- 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
Added Turkish Language Support thanks to PR #184 by @oguzhanozpinar