From 2dbae24beba28054770f851819ddd433210d69f4 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 16 Oct 2019 21:59:41 -0400 Subject: [PATCH] 3.0.0-alpha --- CHANGELOG.md | 3 +++ pubspec.yaml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b22eb77..e0da8ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 3.0.0-alpha +* Rewrite, based on `Field` and `Form`, rather than strings. + # 2.0.2 * Deduplicate error messages. diff --git a/pubspec.yaml b/pubspec.yaml index b36e1a0d..98243ebd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: angel_validate 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 environment: sdk: ">=2.0.0 <3.0.0" @@ -8,6 +8,7 @@ dependencies: angel_framework: ^2.0.0 duration: ^2.0.0 html_builder: ^1.0.0 + http_parser: ^3.0.0 image: ^2.0.0 matcher: ^0.12.5 dev_dependencies: