Releases: JonathanPeterCole/dart-cancellation-token-http
Releases · JonathanPeterCole/dart-cancellation-token-http
v2.1.0
Based on version 1.2.2 of the HTTP package.
- Requires Dart 3.3 or later
- Merge v1.2.2 changes to the HTTP package
v2.0.0
Based on version 1.1.0 of the HTTP package.
- Requires Dart 3.0 or later
- Merge changes from v1.1.0 of the HTTP package
v1.3.0
Based on version 0.13.6 of the HTTP package.
- Merge latest changes to the HTTP package
- Update
cancellation_token
to 2.0.0
v1.2.0
Based on version 0.13.5 of the HTTP package.
- Merge latest changes to the HTTP package
v1.1.0
- Update
cancellation_token
to 1.4.0
v1.0.0
- Initial stable release.
- Update
cancellation_token
to 1.3.4 - Rename
cancellable_http.dart
tohttp.dart
, matching thehttp
package.
v1.0.0-dev.1
- List platforms in
pubspec.yaml
- Formatting fix.
v1.0.0-dev
Based on version 0.13.4 of the HTTP package.
- Initial dev release.
- Made requests cancellable using CancellationTokens.