platform/packages/mock_request/CHANGELOG.md

42 lines
670 B
Markdown
Raw Normal View History

2021-06-24 11:59:11 +00:00
# Change Log
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
2021-05-14 08:08:17 +00:00
* Migrated to work with Dart SDK 2.12.x 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