platform/packages/mock_request/CHANGELOG.md

84 lines
1 KiB
Markdown
Raw Normal View History

2021-06-24 11:59:11 +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-05-21 00:53:53 +00:00
## 8.0.0
* Require Dart >= 3.0
2023-06-10 04:10:21 +00:00
* Updated `http` to 1.0.0
2023-05-21 00:53:53 +00:00
2022-09-19 14:28:39 +00:00
## 7.0.1
* Fixed `BytesBuilder` warnings
2022-08-16 11:19:04 +00:00
## 7.0.0
* Require Dart >= 2.17
2022-02-13 16:48:37 +00:00
## 6.0.0
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.16
2022-02-13 16:48:37 +00:00
## 5.0.0
2022-04-23 04:21:39 +00:00
* Skipped release
2022-02-13 16:48:37 +00:00
## 4.0.0
2022-04-23 04:21:39 +00:00
* Skipped release
2022-02-13 16:48:37 +00:00
## 3.0.0
2022-04-23 04:21:39 +00:00
* Skipped release
2022-02-13 16:48:37 +00:00
2022-01-04 12:03:52 +00:00
## 2.1.0
* Updated linter to `package:lints`
2021-06-24 11:59:11 +00:00
## 2.0.2
* Updated README
* Updated test cases
## 2.0.1
2021-05-15 06:14:04 +00:00
* Updated README
2021-06-24 11:59:11 +00:00
## 2.0.0
2022-08-16 11:19:04 +00:00
* Migrated to work with Dart >= 2.12 NNBD
2021-06-24 11:59:11 +00:00
## 1.0.7
* Prepare for upcoming Dart SDK change where `HttpHeaders` methods
`add` and `set` take an additional optional parameter `preserveHeaderCase` (thanks @domesticmouse!).
2021-06-24 11:59:11 +00:00
## 1.0.6
* Prepare for upcoming Dart SDK change whereby `HttpRequest` implements
`Stream<Uint8List>` rather than `Stream<List<int>>`.
2021-06-24 11:59:11 +00:00
## 1.0.5
* Add `toString` to `MockHttpHeaders`.
2021-06-24 11:59:11 +00:00
## 1.0.4
* Fix for `ifModifiedSince`
2021-06-24 11:59:11 +00:00
## 1.0.3
* Dart2 fixes
* Apparently fix hangs that break Angel tests