Updated docs

This commit is contained in:
Alexandre Gomes Gaigalas 2023-02-13 19:18:16 -03:00
parent ecccfb853e
commit 3eb085af8f
4 changed files with 4 additions and 0 deletions

View file

@ -44,6 +44,7 @@ v::digit()->creditCard()->validate('5376747397208720'); // true
| Version | Description |
| ------- | ---------------------------------- |
| 2.2.4 | RuPay is now supported as a brand |
| 1.1.0 | Allow the define credit card brand |
| 0.3.9 | Created |

View file

@ -41,6 +41,7 @@ Message template for this validator includes `{{format}}`.
Version | Description
--------|-------------
2.2.4 | `v::dateTime('z')` is no longer supported.
2.0.0 | Created
***

View file

@ -28,6 +28,7 @@ v::decimal(1)->validate(1.50); // true
Version | Description
--------|-------------
2.2.4 | Float values with trailing zeroes are now valid
2.0.0 | Created
***

View file

@ -25,6 +25,7 @@ Extracted from [GeoNames](http://www.geonames.org/).
Version | Description
--------|-------------
2.2.4 | Cambodian postal codes now support 5 and 6 digits
0.7.0 | Created
***