Skip to content

Latest commit

History

History
101 lines (52 loc) 路 3.93 KB

CHANGELOG.md

File metadata and controls

101 lines (52 loc) 路 3.93 KB

2.0.1 (2022-01-22)

Bug Fixes

  • node-fetch security upgrade (d9e4574)

2.0.0 (2021-12-13)

Features

BREAKING CHANGES

  • Many packages have been updated to major versions

1.0.0 (2020-11-07)

Features

  • DOSDownload: add digitalocean spaces download task (#15) (c886ab3)

BREAKING CHANGES

  • DOSDownload: This release change and improve a lot of things in multiple tasks (Delete & Upload).

  • docs: update links to use repository instead of wiki

  • chore: upgrade packages and node to v14

  • fix(DOSDelete): refactor filter files

  • refactor(DOSUpload): use common filter files

  • feat: add task to download from space

  • fix(DOSDownload): get stream errors on pipe and before

  • test(DOSDownload): add error tests

  • chore: reduce code duplication on tests

  • test: refactor parameters tests

  • docs(readme): add tips and tweaks links

  • chore: remove unused package

  • chore(DOSUpload): add matcher package

  • chore: remove inner packages to allow webpack implementation

  • chore: add webpack

  • fix(DOSUpload): remove unused resource path

  • fix(DOSDownload): source & target path, icon, getInput instead of path

0.5.0 (2020-10-22)

Features

  • DOSUpload: add advanced options to concurrency and retry limit (b44872a)

0.4.0 (2020-10-20)

Bug Fixes

  • DOSDelete: disable filename patterns glob when enable semver (964516c)

Features

  • DOSUpload: add retry failed upload (f441ac0)

0.3.0 (2020-10-19)

Features

  • DOSUpload: add upload queue concurrency (4857f46), closes #12

0.2.2 (2020-10-16)

Bug Fixes

  • DOSDelete: remove isTruncated and use eachPage instead, add tests (e2644f1)

0.2.1 (2020-10-09)

Bug Fixes

  • rework upload implementation, add tests and new configurations (ca69b14)

0.2.0 (2019-01-21)

Features

  • spaces-upload: allow setting content-type and auto-detect common ones (#7) (0b85658)

0.1.1 (2018-08-07)

Bug Fixes

  • spaces-delete: include filter to remove non string to sort (0d1b65d)