We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaa8c0 commit acd408dCopy full SHA for acd408d
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Dart Package Versioning](https://dart.dev/tools/pub
7
8
## [Unreleased]
9
10
+## [1.1.0] - 2022-06-20
11
+
12
### Added
13
14
- Url and ReqUrl classes to validate both optional and mandatory Url form fields
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: formdator
2
description: A collection of form field validators that can be selected and grouped into various combinations through composition — Decorator Pattern.
3
-version: 1.0.0
+version: 1.1.0
4
homepage: https://dartoos.dev
5
repository: https://github.com/dartoos-dev/formdator
6
0 commit comments