Releases: robinraju/release-downloader
Releases · robinraju/release-downloader
Release Downloader v1.11
What's Changed
- Fix
No assets found in release
error by @robinraju in #722 - Update project config and dependencies by @robinraju in #723
- Bump @types/tar from 6.1.12 to 6.1.13 in the npm-development group by @dependabot in #724
- Bump the npm-development group with 3 updates by @dependabot in #725
- Bump the npm-development group across 1 directory with 4 updates by @dependabot in #730
- Bump tar from 7.0.1 to 7.1.0 by @dependabot in #727
- Bump the npm-development group across 1 directory with 7 updates by @dependabot in #742
- Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group by @dependabot in #737
- Bump tar from 7.1.0 to 7.4.0 by @dependabot in #741
- Bump typed-rest-client from 1.8.11 to 2.0.1 by @dependabot in #744
Full Changelog: v1.10...v1.11
Release Downloader v1.10
What's Changed
- Update README.md by @robinraju in #680
- Bump actions/checkout from 3 to 4 by @dependabot in #687
- Bump actions/setup-node from 3 to 4 by @dependabot in #686
- Bump nock from 13.3.8 to 13.5.1 by @dependabot in #685
- Bump @types/node from 20.11.8 to 20.11.10 by @dependabot in #682
- Bump typescript from 5.0.4 to 5.3.3 by @dependabot in #683
- Bump @vercel/ncc from 0.36.1 to 0.38.1 by @dependabot in #684
- Bump eslint-plugin-prettier from 5.0.1 to 5.1.3 by @dependabot in #681
- fix: change zip library to fix garbled extract file under node 20 by @jackie-linz in #707
- Fix tests on windows, and package bundled js by @robinraju in #710
- Bump undici from 5.27.2 to 5.28.4 by @dependabot in #705
- Bump tar from 6.2.0 to 6.2.1 by @dependabot in #711
- Grouped dependancy updates by @robinraju in #713
New Contributors
- @jackie-linz made their first contribution in #707
Full Changelog: v1.9...v1.10
Release Downloader v1.9
What's Changed
- Correct minor typo in extract action input by @philostler in #666
- Fix broken link to CI status badge on README by @robinraju in #672
- Upgrade node runtime to v20 by @xelaris in #673
- Add release name to output variable by @robinraju in #677
- Throw error when a release with no assets are obtained by @robinraju in #678
- Download latest pre-release by @robinraju in #679
Dependancy Updates
- Update dependencies by @robinraju in #671
- Bump @types/node from 20.9.4 to 20.11.8 by @dependabot in #674
- Bump @typescript-eslint/parser from 6.12.0 to 6.19.1 by @dependabot in #675
- Bump eslint from 8.54.0 to 8.56.0 by @dependabot in #676
New Contributors
- @philostler made their first contribution in #666
- @xelaris made their first contribution in #673
Full Changelog: v1.8...v1.9
Release Downloader v1.8
What's Changed
- Add support to extract release archives - fixes #612 by @hegerdes in #613
- Read booleans from input using
getBooleanInput
by @robinraju in #627 - implement feature #616 by @vcup in #628
Dependency Updates
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #586
- Bump @types/node from 18.16.0 to 18.16.1 by @dependabot in #626
- Bump @typescript-eslint/parser from 5.59.0 to 5.59.1 by @dependabot in #625
- Bump @typescript-eslint/parser from 5.59.1 to 5.59.2 by @dependabot in #631
- Bump nock from 13.3.0 to 13.3.1 by @dependabot in #630
- Bump @types/node from 18.16.1 to 18.16.3 by @dependabot in #629
New Contributors
Full Changelog: v1.7...v1.8
Release Downloader v1.7
What's Changed
- feat: get release by api id by @kevcube in #563
- fix reading releaseId from inputs by @robinraju in #564
Dependency Updates
- Bump qs from 6.10.2 to 6.11.0 by @dependabot in #568
- Dependabot updates by @robinraju in #569
- Dependency updates by @robinraju in #578
New Contributors
Full Changelog: v1.6...v1.7
Release Downloader v1.6
What's Changed
- Bump @actions/core from 1.9.1 to 1.10.0 by @jonz94 in #540
- Fail loudly if an asset is missing from the release by @robinraju in #542
Dependency Updates
- dependabot updates by @robinraju in #543
New Contributors
Full Changelog: v1.5...v1.6
v1.5
What's Changed
- Add
ncc build --license
to generate a distributable file with third party notice by @robinraju in #462 - Configurable api url to add support for GitHub enterprise server by @robinraju in #464
- Add output variable
tag_name
to the action by @robinraju in #480 - Add github actions to Dependabot updates by @robinraju in #494
Dependency updates
- Bump typescript from 4.7.3 to 4.7.4 by @dependabot in #469
- Bump prettier from 2.6.2 to 2.7.1 by @dependabot in #465
- Bump @types/node from 17.0.42 to 18.0.1 by @dependabot in #476
- Bump eslint from 8.17.0 to 8.19.0 by @dependabot in #474
- Bump nock from 13.2.6 to 13.2.8 by @dependabot in #473
- Bump @actions/core from 1.8.2 to 1.9.0 by @dependabot in #479
- Bump jest-circus from 28.1.1 to 28.1.2 by @dependabot in #478
- Bump @typescript-eslint/parser from 5.28.0 to 5.30.5 by @dependabot in #475
- Bump nock from 13.2.8 to 13.2.9 by @dependabot in #495
- Bump eslint-plugin-github from 4.3.6 to 4.3.7 by @dependabot in #496
- Bump @actions/core from 1.9.0 to 1.9.1 by @dependabot in #500
- Grouped dependency updates from dependabot by @robinraju in #517
Full Changelog: v1.4...v1.5
v1.4
What's Changed
- Add logging for latest tag name by @robinraju in #374
- Update README.md by @briantist in #430
- Set default value for repository. by @robinraju in #436
- Add macos and windows runners to build workflow by @robinraju in #440
- Add GITHUB_TOKEN as the default to prevent rate limit on macOS runner by @robinraju in #441
- ci(Mergify): configuration update by @robinraju in #447
- Refactor downloader by @robinraju in #448
- Remove unwanted prefix from zipBall and tarBall file names by @robinraju in #455
- Fix filename, add repo name as prefix to tag_name by @robinraju in #456
- Added filename wildcard support by @ricklambrechts in #460
- Fix test failure on windows runner by @robinraju in #461
Dependency updates
- Bump jest-circus from 27.4.2 to 27.4.5 by @dependabot in #346
- Bump typescript from 4.5.2 to 4.5.3 by @dependabot in #343
- Bump @typescript-eslint/parser from 5.6.0 to 5.7.0 by @dependabot in #342
- Bump typescript from 4.5.3 to 4.5.4 by @dependabot in #349
- Bump @types/node from 16.11.12 to 17.0.13 by @dependabot in #368
- Bump typescript from 4.5.4 to 4.5.5 by @dependabot in #370
- Bump eslint-plugin-jest from 24.7.0 to 26.0.0 by @dependabot in #371
- Bump @types/node from 17.0.13 to 17.0.14 by @dependabot in #372
- Bump jest-circus from 27.4.5 to 27.4.6 by @dependabot in #373
- Bump @types/jest from 27.0.3 to 27.4.0 by @dependabot in #363
- Bump eslint from 7.32.0 to 8.8.0 by @dependabot in #367
- Bump @typescript-eslint/parser from 5.7.0 to 5.10.2 by @dependabot in #366
- Bump dependencies by @robinraju in #375
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #395
- Bump eslint-plugin-jest from 26.0.0 to 26.1.4 by @dependabot in #401
- Bump jest from 27.4.7 to 27.5.1 by @dependabot in #381
- Bump @types/node from 17.0.14 to 17.0.25 by @dependabot in #402
- Bump @typescript-eslint/parser from 5.10.2 to 5.20.0 by @dependabot in #403
- Bump @vercel/ncc from 0.33.1 to 0.33.4 by @dependabot in #408
- Bump prettier from 2.5.1 to 2.6.2 by @dependabot in #407
- Bump eslint from 8.8.0 to 8.13.0 by @dependabot in #409
- Bump @actions/io from 1.1.1 to 1.1.2 by @dependabot in #411
- Bump typescript from 4.5.5 to 4.6.3 by @dependabot in #410
- Bump eslint-plugin-github from 4.3.5 to 4.3.6 by @dependabot in #406
- Bump @types/jest from 27.4.0 to 27.4.1 by @dependabot in #405
- Bump ts-jest from 27.1.3 to 27.1.4 by @dependabot in #404
- Bump @actions/core from 1.6.0 to 1.7.0 by @dependabot in #416
- Bump @typescript-eslint/parser from 5.20.0 to 5.21.0 by @dependabot in #415
- Bump eslint from 8.13.0 to 8.14.0 by @dependabot in #414
- Bump eslint-plugin-jest from 26.1.4 to 26.1.5 by @dependabot in #413
- Bump jest-circus from 27.5.1 to 28.0.0 by @dependabot in #412
- Bump @types/node from 17.0.25 to 17.0.31 by @dependabot in #421
- Bump typescript from 4.6.3 to 4.6.4 by @dependabot in #419
- Bump jest-circus from 28.0.0 to 28.0.3 by @dependabot in #418
- Bump @typescript-eslint/parser from 5.21.0 to 5.22.0 by @dependabot in #420
- Bump @actions/core from 1.7.0 to 1.8.2 by @dependabot in #429
- Bump @types/node from 17.0.31 to 17.0.35 by @dependabot in #432
- Bump eslint-plugin-jest from 26.1.5 to 26.2.2 by @dependabot in #434
- Bump @typescript-eslint/parser from 5.22.0 to 5.25.0 by @dependabot in #431
- Bump jest-circus from 28.0.3 to 28.1.0 by @dependabot in #424
- Bump eslint from 8.14.0 to 8.16.0 by @dependabot in #433
- Bump @typescript-eslint/parser from 5.25.0 to 5.26.0 by @dependabot in #438
- Bump @types/node from 17.0.35 to 17.0.36 by @dependabot in #446
- Bump typescript from 4.6.4 to 4.7.2 by @dependabot in #444
- Bump @typescript-eslint/parser from 5.26.0 to 5.27.0 by @dependabot in #442
- Bump @vercel/ncc from 0.33.4 to 0.34.0 by @dependabot in #443
- Bump typed-rest-client from 1.8.6 to 1.8.9 by @dependabot in #445
- Bump @types/node from 17.0.36 to 17.0.40 by @dependabot in #452
- Bump typescript from 4.7.2 to 4.7.3 by @dependabot in #449
- Bump @typescript-eslint/parser from 5.27.0 to 5.27.1 by @dependabot in #451
- Bump eslint from 8.16.0 to 8.17.0 by @dependabot in #450
- Bump eslint-plugin-jest from 26.2.2 to 26.5.3 by @dependabot in #453
- Bump jest-circus from 28.1.0 to 28.1.1 by @dependabot in #459
- Bump @typescript-eslint/parser from 5.27.1 to 5.28.0 by @dependabot in #458
- Bump @types/node from 17.0.40 to 17.0.42 by @dependabot in #457
New Contributors
- @briantist made their first contribution in #430
- @ricklambrechts made their first contribution in #460
Full Changelog: v1.3...v1.4
v1.3
What's Changed
- Fix for download failure when rest-client follows HTTP redirect by @robinraju in #334
- Upgrade node runtime to v16 by @robinraju in #341
Dependency updates
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #305
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #335
- Bump prettier from 2.3.2 to 2.5.1 by @dependabot in #337
- Bump @actions/core from 1.5.0 to 1.6.0 by @dependabot in #340
- Bump @types/node from 16.7.1 to 16.11.11 by @dependabot in #339
- Bump @typescript-eslint/parser from 3.10.1 to 5.6.0 by @dependabot in #338
Full Changelog: v1.2...v1.3