From ed43716efd49242982a71b238948c2bd4b883ee3 Mon Sep 17 00:00:00 2001 From: Bram Date: Sun, 19 May 2024 11:42:00 -0700 Subject: [PATCH] V8.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 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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: