platform/packages/validate/CHANGELOG.md

98 lines
1.2 KiB
Markdown
Raw Normal View History

2021-07-09 05:39:39 +00:00
# Change Log
2024-06-23 04:09:26 +00:00
## 8.2.0
* Require Dart >= 3.3
* Updated `lints` to 4.0.0
2023-12-25 03:45:10 +00:00
## 8.1.1
* Updated repository link
2023-12-24 01:52:57 +00:00
## 8.1.0
* Updated `lints` to 3.0.0
2023-11-05 10:07:52 +00:00
## 8.0.2
* Fixed incorrect mismatch message handling
2023-10-29 07:02:05 +00:00
## 8.0.1
2023-11-04 02:18:44 +00:00
* Fixed missing mismatch errors
2023-10-29 07:02:05 +00:00
2023-05-21 11:06:47 +00:00
## 8.0.0
* Require Dart >= 3.0
2022-11-18 13:52:12 +00:00
## 7.0.1
* Fixed linter warnings
2022-08-16 11:19:04 +00:00
## 7.0.0
* Require Dart >= 2.17
## 6.0.0
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.16
## 5.0.0
2022-04-23 04:21:39 +00:00
* Skipped release
2022-01-04 12:03:52 +00:00
## 4.1.0
* Updated linter to `package:lints`
2022-01-05 04:03:02 +00:00
* Updated `build_runner` to major version 2.1.0
* Updated `build_web_compilers` to major version 3.2.0
2022-01-04 12:03:52 +00:00
2021-07-09 05:39:39 +00:00
## 4.0.2
* Updated broken links in README
* All 7 unit test passed
## 4.0.1
* Updated README
## 4.0.0
2021-05-15 06:35:45 +00:00
2022-08-16 11:19:04 +00:00
* Migrated to support Dart >= 2.12 NNBD
2021-05-02 06:02:08 +00:00
2021-07-09 05:39:39 +00:00
## 3.0.0
2022-08-16 11:19:04 +00:00
* Migrated to work with Dart >= 2.12 Non NNBD
2021-05-02 06:02:08 +00:00
2021-07-09 05:39:39 +00:00
## 2.0.2
2019-09-27 13:25:37 +00:00
* Deduplicate error messages.
2021-07-09 05:39:39 +00:00
## 2.0.1+1
2019-08-11 18:48:11 +00:00
* Fix bug in the implementation of `maxLength`.
2021-07-09 05:39:39 +00:00
## 2.0.1
2018-12-10 17:51:10 +00:00
* Patch for updated body parsing.
2021-07-09 05:39:39 +00:00
## 2.0.0
2018-11-06 19:18:48 +00:00
* Finish update for Angel 2.
2021-07-09 05:39:39 +00:00
## 2.0.0-alpha.1
2018-11-02 00:55:28 +00:00
* Update for Angel 2.
2021-07-09 05:39:39 +00:00
## 1.0.5-beta
2018-06-28 15:07:04 +00:00
* Use `wrapMatcher` on explicit values instead of throwing.
2018-06-28 16:34:05 +00:00
* Add async matchers.
* Add context-aware matchers.
2018-06-28 15:07:04 +00:00
2021-07-09 05:39:39 +00:00
## 1.0.4
2018-06-28 02:34:05 +00:00
* `isNonEmptyString` trims strings.
* `ValidationException` extends `AngelHttpException`.
2021-07-09 05:39:39 +00:00
* Added `requireField` and `requireFields`.