3.0.0-alpha
This commit is contained in:
parent
7420a9e090
commit
2dbae24beb
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# 3.0.0-alpha
|
||||||
|
* Rewrite, based on `Field` and `Form`, rather than strings.
|
||||||
|
|
||||||
# 2.0.2
|
# 2.0.2
|
||||||
* Deduplicate error messages.
|
* Deduplicate error messages.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: angel_validate
|
name: angel_validate
|
||||||
version: 3.0.0-alpha
|
version: 3.0.0-alpha
|
||||||
description: Strongly-typed form handlers and validators for Angel.
|
description: Strongly-typed form handlers and validators for the Angel framework.
|
||||||
homepage: https://github/angel-dart/validate
|
homepage: https://github/angel-dart/validate
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.0.0 <3.0.0"
|
sdk: ">=2.0.0 <3.0.0"
|
||||||
|
@ -8,6 +8,7 @@ dependencies:
|
||||||
angel_framework: ^2.0.0
|
angel_framework: ^2.0.0
|
||||||
duration: ^2.0.0
|
duration: ^2.0.0
|
||||||
html_builder: ^1.0.0
|
html_builder: ^1.0.0
|
||||||
|
http_parser: ^3.0.0
|
||||||
image: ^2.0.0
|
image: ^2.0.0
|
||||||
matcher: ^0.12.5
|
matcher: ^0.12.5
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
Loading…
Reference in a new issue