Skip to content

Commit

Permalink
Added changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrvel committed Apr 18, 2021
1 parent e0b3ba2 commit 18f8a5f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
25 changes: 21 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,50 @@
## 2.0.0

New feature:

- Added `shouldPass`

## 2.0.0-nullsafety.0

Added nullsafety

## 1.2.0+3

Fixes:
- Fixed `email` validation

- Fixed `email` validation

## 1.2.0+1

New feature:
- Added `trim`, `upperCase` and `lowerCase` rule **options**


- Added `trim`, `upperCase` and `lowerCase` rule **options**

## 1.1.0

Breaking changes:
- `regex` now expects a RegExp object instead of String

- `regex` now expects a RegExp object instead of String

## 1.0.2+1

- Added copyWith extension method for Rule and GroupRule

## 1.0.1+7

- Updated and cleaned README

## 1.0.1+5

- Updates: Now 'customErrors' has higher priority than 'customErrorText'

## 1.0.1+4

- README updated
- Docs updated

## 1.0.0

- Initial release
- Rules
- GroupRules
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1815,6 +1815,11 @@ class _UpdateUserScreen extends State<UpdateUserScreen> {
```

### Changelogs
##### 2.0.0
New feature:
- Null safety
- Added `shouldPass`

##### 1.2.0+1
New feature:
- Added `trim`, `upperCase` and `lowerCase` rule **options**
Expand Down

0 comments on commit 18f8a5f

Please sign in to comment.