diff --git a/CHANGELOG.md b/CHANGELOG.md index fb357e8..90fe1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 8.5.2 + +* Removes references to `dart:html` to allow web compilation using WASM. Note the package still does not work on the web +* Adds auto-decode of `post` field if Map or List. Throws if `jsonEncode` cannot convert the object, in which case you have to encode it yourself using a custom encoder + ## 8.5.1 * Fixes an issue where temporary files were not deleted when canceling a paused parallel download task diff --git a/pubspec.yaml b/pubspec.yaml index 32f02ba..16bce5a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: background_downloader description: A multi-platform background file downloader and uploader. Define the task, enqueue and monitor progress -version: 8.5.1 +version: 8.5.2 repository: https://github.com/781flyingdutchman/background_downloader environment: