Skip to content

Commit 5888618

Browse files
committed
feat: release version 1.6.0 with schema.example() method for OpenApi reporter
1 parent 9b0ee3e commit 5888618

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.6.0
2+
- Add `schema.example()` method to decorate OpenApi reporter
3+
14
## 1.5.1
25
- Change `Map<String, dynamic>` entry data to `dynamic` in `tryValidate`
36

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.5.1
3+
version: 1.6.0
44
repository: https://github.com/LeadcodeDev/vine
55

66
platforms:

0 commit comments

Comments
 (0)