platform/packages/mock_request/CHANGELOG.md
2021-05-15 14:14:04 +08:00

22 lines
545 B
Markdown

# 2.0.1
* Updated README
# 2.0.0
* Migrated to work with Dart SDK 2.12.x NNBD
# 1.0.7
* Prepare for upcoming Dart SDK change where `HttpHeaders` methods
`add` and `set` take an additional optional parameter `preserveHeaderCase` (thanks @domesticmouse!).
# 1.0.6
* Prepare for upcoming Dart SDK change whereby `HttpRequest` implements
`Stream<Uint8List>` rather than `Stream<List<int>>`.
# 1.0.5
* Add `toString` to `MockHttpHeaders`.
# 1.0.4
* Fix for `ifModifiedSince`
# 1.0.3
* Dart2 fixes
* Apparently fix hangs that break Angel tests