Skip to content

Commit cfe7196

Browse files
🚀 release v0.7.0
1 parent 60c530e commit cfe7196

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.7.0
2+
3+
Converts between Gregorian and Jalali (Persian) dates.
4+
5+
- Methods:
6+
- toJalali(y, m, d, twoDigits, separator) → Gregorian → Jalali
7+
- toGregorian(y, m, d, twoDigits, separator) → Jalali → Gregorian
8+
- Handles leap years, month boundaries, and validates inputs.
9+
- Pure Dart, no dependencies, suitable for Flutter and Dart projects.
10+
111
# 0.6.1
212

313
String options improvements

README-fa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
```yaml
6868
dependencies:
69-
pars_validator: ^0.6.1
69+
pars_validator: ^0.7.0
7070
```
7171
7272
سپس، دستور زیر را برای دریافت بسته اجرا کنید:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To use this package, add it to your `pubspec.yaml` file:
6868

6969
```yaml
7070
dependencies:
71-
pars_validator: ^0.6.1
71+
pars_validator: ^0.7.0
7272
```
7373
7474
Then, run the following command to fetch the package:

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ packages:
169169
path: ".."
170170
relative: true
171171
source: path
172-
version: "0.6.1"
172+
version: "0.7.0"
173173
path:
174174
dependency: transitive
175175
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.6.1
3+
version: 0.7.0
44
homepage: https://github.com/MohammadTaghipour/pars_validator
55

66
environment:

0 commit comments

Comments
 (0)