Skip to content

Commit d0d0a88

Browse files
🚀 release version 0.5.6
1 parent 889cf0c commit d0d0a88

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
# 0.5.6
2+
3+
Update Documentations
4+
5+
- Add Persian readme
6+
17
# 0.5.5
28

3-
Improve general utilities
9+
Improve general and national utilities
410

511
- OTP verification validator
612
- Validate passwords with customizable parameters

README-fa.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
```yaml
6767
dependencies:
68-
pars_validator: ^0.5.5
68+
pars_validator: ^0.5.6
6969
```
7070
7171
سپس، دستور زیر را برای دریافت بسته اجرا کنید:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To use this package, add it to your `pubspec.yaml` file:
6767

6868
```yaml
6969
dependencies:
70-
pars_validator: ^0.5.5
70+
pars_validator: ^0.5.6
7171
```
7272
7373
Then, run the following command to fetch the package:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pars_validator
22
description: "A lightweight Flutter library for validating Persian-specific data formats like national codes,bank card numbers, phone numbers, Shamsi dates, and more."
3-
version: 0.5.5
3+
version: 0.5.6
44
homepage: https://github.com/MohammadTaghipour/pars_validator
55

66
environment:

0 commit comments

Comments
 (0)