blob: 44d987f9836f657acdc0878d4f792f6aed823ccb [file] [view] [edit]
## 0.2.1-dev
## 0.2.0
* Migrate to null safety.
* Fix a number of lints affecting package maintenance score.
* **BREAKING** `null` may not be passed for most named arguments, instead the
argument must be omitted.
## 0.1.1+3
* Support the latest `pkg:http` release.
## 0.1.1+2
* Set max SDK version to `<3.0.0`, and adjust other dependencies.
## 0.1.1+1
* Update SDK version to 2.0.0-dev.17.0.
## 0.1.1
* Add a `whenError()` parameter to allow requests to be retried when they
encounter networking errors.
## 0.1.0
* Initial version.