Skip to content

Commit 4250203

Browse files
committed
deploy: prepare release
1 parent b0b9bd9 commit 4250203

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.1.0
2+
- Implement `VineBasics` validation rules
3+
- Implement `VineGroup` validation rules
4+
- Implement `VineDate` validation rules
5+
- Optimize validation algorithm
6+
- Enhance performance of the library, `~22 000 000` -> `~29 500 000` ops/sec (`+34%`)
7+
18
## 1.0.0
29
**Initial release**
310

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: vine
22
description: Vine is a robust, typed validation library for Dart/Flutter, designed to simplify and secure data management in applications
3-
version: 1.0.0
3+
version: 1.1.0
44
repository: https://github.com/LeadcodeDev/vine
55

66
platforms:
@@ -15,7 +15,6 @@ topics:
1515
- validator
1616
- data
1717

18-
1918
environment:
2019
sdk: ^3.5.3
2120

0 commit comments

Comments
 (0)