3.0.0-alpha

This commit is contained in:
Tobe O 2019-10-16 21:59:41 -04:00
parent 7420a9e090
commit 2dbae24beb
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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: