Releases: fityannugroho/img-dl
Releases · fityannugroho/img-dl
v0.8.0
What's Changed
BREAKING CHANGES!
#32 by @fityannugroho :
options.name
andoptions.directory
now can contain extension- Ensure the
originalExtension
is an image extension, throw error if not options.extension
now must be one of supported image extension bysharp
, throw error if not- Use
sharp
to actually convert the image format ifoptions.extension
specified image.directory
now always return absolute path of the output directory
Full Changelog: v0.7.4...v0.8.0
v0.7.4
What's Changed
- fix CLI hang when
imgdl
throw error, set--end
flag default by @fityannugroho in #31
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- fix(cli): unresolved
imgdl
promise by @fityannugroho in #30
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- chore(deps-dev): bump @types/node from 20.14.9 to 20.14.11 by @dependabot in #22
- chore(deps-dev): bump @eslint/js from 9.5.0 to 9.7.0 by @dependabot in #23
- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #24
- chore(deps-dev): bump @vitest/coverage-v8 from 2.0.2 to 2.0.3 by @dependabot in #26
- Migrate from
npm
topnpm
, improve the tests by @fityannugroho in #28 - Fix CLI crash, Improving error handling by @fityannugroho in #29
Full Changelog: v0.7.0...v0.7.2
v0.7.0
What's Changed
- Add URL-level options and improve the Overwrite Prevention by @fityannugroho in #20
- Debug failed test by @fityannugroho in #21
Full Changelog: v0.6.1...v0.7.0
v0.6.1
⚠️ BREAKING CHANGES ⚠️
imgdl
now returns void
and there are another updates. See the README.
What's Changed
- Revamp by @fityannugroho in #14
- Awaiting for
queue.add
in the wrong scope caused concurrency blocking by @fityannugroho in #15 Image.url
now returnURL
class instance instead ofstring
by @fityannugroho in #16- Fix missing
await
insidedownload
, update tests, upgradevitest
to v2 by @fityannugroho in #17
Full Changelog: v0.5.1...v0.6.1
v0.5.1
What's Changed
- fix(cli):
-v
flag not showing package version (6ef6e5d) - ci: update GitHub Actions to use
actions/checkout@v4
andactions/setup-node@v4
(67c2644)
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- chore(deps-dev): bump vite from 5.0.7 to 5.0.12 by @dependabot in #7
- chore(deps-dev): bump vite from 5.0.12 to 5.2.8 by @dependabot in #8
- Upgrade dependencies, update code linter & formatter by @fityannugroho in #9
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- CLI: abort the process with Ctrl+C by @fityannugroho in #5
- chore(deps-dev): bump vite from 4.4.11 to 5.0.6 by @dependabot in #6
- bump devDependencies (df78307)
New Contributors
- @dependabot made their first contribution in #6
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add
headers
,step
, andinterval
options by @fityannugroho in #3
Full Changelog: v0.2.0...v0.3.0