platform/packages/validate/CHANGELOG.md
2022-01-04 20:03:52 +08:00

772 B

Change Log

4.1.0

  • Updated linter to package:lints

4.0.2

  • Updated broken links in README
  • All 7 unit test passed

4.0.1

  • Updated README

4.0.0

  • Migrated to support Dart SDK 2.12.x NNBD

3.0.0

  • Migrated to work with Dart SDK 2.12.x Non NNBD

2.0.2

  • Deduplicate error messages.

2.0.1+1

  • Fix bug in the implementation of maxLength.

2.0.1

  • Patch for updated body parsing.

2.0.0

  • Finish update for Angel 2.

2.0.0-alpha.1

  • Update for Angel 2.

1.0.5-beta

  • Use wrapMatcher on explicit values instead of throwing.
  • Add async matchers.
  • Add context-aware matchers.

1.0.4

  • isNonEmptyString trims strings.
  • ValidationException extends AngelHttpException.
  • Added requireField and requireFields.