platform/packages/test/CHANGELOG.md

106 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2021-07-10 02:51:07 +00:00
# Change Log
2024-06-23 08:42:16 +00:00
## 8.2.1
* Updated dependencies
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 02:39:45 +00:00
## 8.1.0
* Updated `lints` to 3.0.0
* Fixed linter warnings
2023-11-04 02:18:44 +00:00
## 8.0.1
2023-11-05 09:34:41 +00:00
* Fixed `hasStatus` mismatch message
* Fixed `hasContentType` mismatch message
* Fixed `hasValidBody` mismatch message
* Fixed `hasHeader` mismatch message
* Fixed `hasHeader` failed test case
2023-11-04 02:18:44 +00:00
2023-05-26 22:58:32 +00:00
## 8.0.0
* Require Dart >= 3.0
* Upgraded `http` to 1.0.0
2022-08-16 11:19:04 +00:00
## 7.0.0
* Require Dart >= 2.17
2022-02-22 00:07:01 +00:00
## 6.0.0
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.16
2022-02-22 00:07:01 +00:00
## 5.0.0
2022-04-23 04:21:39 +00:00
* Skipped release
2022-02-22 00:07:01 +00:00
2021-09-29 07:40:27 +00:00
## 4.1.1
* Fixed NNBD issues
2021-09-25 14:51:11 +00:00
## 4.1.0
* Updated linter to `package:lints`
2021-07-10 02:51:07 +00:00
## 4.0.3
* Updated README
* Fixed NNBD issue
## 4.0.2
2021-05-18 11:43:58 +00:00
* Resolved static analysis warnings
2021-07-10 02:51:07 +00:00
## 4.0.1
2021-05-15 08:48:20 +00:00
* Updated AUTHORS and LICENSE
2021-07-10 02:51:07 +00:00
## 4.0.0
2022-08-16 11:19:04 +00:00
* Migrated to support Dart >= 2.12 NNBD
2021-05-02 04:12:43 +00:00
2021-07-10 02:51:07 +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 04:12:43 +00:00
2021-07-10 02:51:07 +00:00
## 2.0.1
2019-01-06 17:58:41 +00:00
* Update badge.
* Handle userInfo + basic auth.
2021-07-10 02:51:07 +00:00
## 2.0.0
2019-01-06 17:58:41 +00:00
* Update to work with `client@2`.
2019-01-06 17:41:06 +00:00
2021-07-10 02:51:07 +00:00
## 2.0.0-alpha.4
## 2.0.0-alpha.3
2018-11-08 21:57:56 +00:00
* Update `http` dependency.
2021-07-10 02:51:07 +00:00
## 2.0.0-alpha.2
2018-10-22 23:10:37 +00:00
* Explicitly import `package:angel_framework/http.dart`.
2021-07-10 02:51:07 +00:00
## 2.0.0-alpha.1
2018-10-21 08:22:41 +00:00
* Update for compliance with newer `angel_client`.
2021-07-10 02:51:07 +00:00
## 2.0.0-alpha
* Depend on Dart 2 and Protevus 2.
2018-08-28 14:24:44 +00:00
2021-07-10 02:51:07 +00:00
## 1.1.0+1
2018-07-09 16:10:25 +00:00
* Dart 2/strong mode fixes.
* Pass a `useZone` flag to `ProtevusHttp` through `TestServer`.