angel3_mock_request 8.4.0
angel3_mock_request: ^8.4.0 copied to clipboard
Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc.
Change Log #
8.4.0 #
- Require Dart >= 3.8
- Updated
lintsto 6.0.0 - Updated dependencies to the latest release
8.3.0 #
- Require Dart >= 3.6
- Updated
lintsto 5.0.0 - Updated dependencies to the latest release
8.2.0 #
- Require Dart >= 3.3
- Updated
lintsto 4.0.0
8.1.1 #
- Updated repository link
8.1.0 #
- Updated
lintsto 3.0.0
8.0.0 #
- Require Dart >= 3.0
- Updated
httpto 1.0.0
7.0.1 #
- Fixed
BytesBuilderwarnings
7.0.0 #
- Require Dart >= 2.17
6.0.0 #
- Require Dart >= 2.16
5.0.0 #
- Skipped release
4.0.0 #
- Skipped release
3.0.0 #
- Skipped release
2.1.0 #
- Updated linter to
package:lints
2.0.2 #
- Updated README
- Updated test cases
2.0.1 #
- Updated README
2.0.0 #
- Migrated to work with Dart >= 2.12 NNBD
1.0.7 #
- Prepare for upcoming Dart SDK change where
HttpHeadersmethodsaddandsettake an additional optional parameterpreserveHeaderCase(thanks @domesticmouse!).
1.0.6 #
- Prepare for upcoming Dart SDK change whereby
HttpRequestimplementsStream<Uint8List>rather thanStream<List<int>>.
1.0.5 #
- Add
toStringtoMockHttpHeaders.
1.0.4 #
- Fix for
ifModifiedSince
1.0.3 #
- Dart2 fixes
- Apparently fix hangs that break Angel tests