Skip to content

Releases: JonathanPeterCole/dart-cancellation-token-http

v2.1.0

02 Nov 21:42
Compare
Choose a tag to compare

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

29 Sep 07:12
Compare
Choose a tag to compare

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

08 May 17:11
Compare
Choose a tag to compare

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

01 Dec 16:57
Compare
Choose a tag to compare

Based on version 0.13.5 of the HTTP package.

  • Merge latest changes to the HTTP package

v1.1.0

11 May 19:57
Compare
Choose a tag to compare
  • Update cancellation_token to 1.4.0

v1.0.0

12 Mar 18:57
Compare
Choose a tag to compare
  • Initial stable release.
  • Update cancellation_token to 1.3.4
  • Rename cancellable_http.dart to http.dart, matching the http package.

v1.0.0-dev.1

27 Feb 21:49
Compare
Choose a tag to compare
  • List platforms in pubspec.yaml
  • Formatting fix.

v1.0.0-dev

27 Feb 21:01
Compare
Choose a tag to compare

Based on version 0.13.4 of the HTTP package.

  • Initial dev release.
  • Made requests cancellable using CancellationTokens.