From 0563f7cd7510983113625508192262059bc2f85d Mon Sep 17 00:00:00 2001 From: Ehsan Aramide Date: Thu, 17 Jun 2021 19:36:29 +0430 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d1510..df1f40d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## 1.0.0 + +- Stabled features + - Removing ordinal suffixes + - Adding ordinal suffixes + - Adding and removing separator to / from numbers + - Converting Persian numbers to Arabic / English numbers and reverse + - Checking a string has/is Persian + - Validating Iranians national id + - Finding city and province names by national id + - Calculating bills + - Checking IBAN of the bank account (_SHEBA_) + - Validating ATM card number + - Validating Iranians phone number + - Finding banks name by ATM card number + - Getting information from vehicle plate + - Fixing and decoding URLs with whitespace + +- New features + - Converting Persian words to number + - Converting Persian numbers to word + ## 0.1.0 - Initial version diff --git a/pubspec.yaml b/pubspec.yaml index 55e34e8..1409678 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: > An anthology of a variety of tools for the Persian language which you can use in all platform that dart supports -version: 0.1.0 +version: 1.0.0 homepage: https://github.com/persian-tools/dart-persian-tools repository: https://github.com/persian-tools/dart-persian-tools issue_tracker: https://github.com/persian-tools/dart-persian-tools/issues