Skip to content

Commit

Permalink
V8.5.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
781flyingdutchman committed May 19, 2024
1 parent f15312b commit ed43716
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ed43716

Please sign in to comment.