Releases: terascope/fetch-github-release
Releases · terascope/fetch-github-release
v2.2.1
v2.2.0
What's Changed
This release was not published to npm due to a CI error. Use 2.2.1 instead
Yarn 4 upgraded from v1.22.19 to v4.9.1
Dependency Updates
- bundled dependency updates for 3-24-2025 by @busma13 in #367
- bundled deps 2025-03-31 by @sotojn in #370
- Bundled dependency updates for 4-7-2025 by @busma13 in #374
- bundled deps update 2025-04-14 by @sotojn in #377
- Bundled deps 2025-04-21 by @sotojn in #381
- Bump eslint from 9.24.0 to 9.25.0 by @dependabot in #378
- bundled dependency updates for 5-19-2025 by @busma13 in #382
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- [feat] Add dry-run parameter by @sotojn in #360
- The
dry-runflag will allow the user to only gather metadata on what was filtered from the github api instead of downloadingdry-runwill display only the release name in the case that-q quietis also enabled
- The new
outputflag accepts eitherjsonortext(default) for the user to choose what format the dry-run info will printed in stdout
- The
Dependencies
- Bump @types/node from 22.10.1 to 22.10.2 by @dependabot in #327
- Bump @terascope/eslint-config from 1.1.2 to 1.1.3 by @dependabot in #328
- Bump eslint from 9.16.0 to 9.17.0 by @dependabot in #329
- Bundled dependency updates 2025-1-13 by @busma13 in #333
- Bump @types/node from 22.10.5 to 22.10.7 by @dependabot in #335
- Bundled dependency updates by @busma13 in #339
- Dependency updates 2025-2-18 by @busma13 in #346
- bundled deps update 2025-02-24 by @sotojn in #350
- bundled dependency updates by @busma13 in #354
- Bundled deps 2025-03-10 by @sotojn in #359
- Bump (minor): v2.1.0 by @sotojn in #363
New Contributors
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
Breaking changes
node.engines is now set to >=18.0.0. Previous node version are not tested.
Dependency updates
- Bump @types/jest from 29.5.12 to 29.5.14
- Bump @terascope/eslint-config from 0.8.0 to 1.1.2
- Bump @types/node from 22.0.2 to 22.10.1
- Bump eslint from 8.1.0 to 9.16.0
- Bump got from 11.4.0 to 13.0.0
- Bump nock from 13.5.4 to 13.5.6
- Bump rimraf from 5.0.9 to 5.0.10
- Bump ts-jest from 29.2.4 to 29.2.5
- bump typescript from 4.4.3 to 5.2.2
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Breaking changes
This repo has been converted to ESM and no longer supports require statements
What's Changed
- Update dependabot frequency and assignees by @peterdemartini in #201
- Fix: race condition between
WriteStreamclose and process exit by @andrewjanssen in #281 - Convert from travis to GitHub actions by @busma13 in #284
- readme fix by @godber in #288
- Update eslint-config to 0.8.0, update publish workflow, add lint rule to ignore naming-convention by @busma13 in #292
- Export got http error by @busma13 in #301
Package updates
- Bump @terascope/eslint-config from 0.6.1 to 0.7.1 by @dependabot in #199
- Bump got from 11.8.2 to 11.8.3 by @dependabot in #200
- Bump @types/tmp from 0.2.1 to 0.2.3 by @dependabot in #208
- Bump yargs from 17.2.1 to 17.3.1 by @dependabot in #210
- Bump ts-jest from 27.0.5 to 27.1.3 by @dependabot in #218
- Bump nock from 13.1.0 to 13.2.4 by @dependabot in #225
- Bump node-notifier from 10.0.0 to 10.0.1 by @dependabot in #226
- Bump jest from 27.2.4 to 27.5.1 by @dependabot in #228
- Bump @types/jest from 27.0.2 to 27.4.1 by @dependabot in #234
- Bump typescript from 4.4.3 to 4.6.2 by @dependabot in #237
- Bump eslint from 7.32.0 to 8.23.0 by @dependabot in #259
- Bump jest-extended from 0.11.5 to 4.0.2 by @dependabot in #278
- Bump rimraf from 3.0.2 to 5.0.7 by @dependabot in #285
- Remove gauge and update packages by @godber in #287
- Bump tmp from 0.2.1 to 0.2.3 by @dependabot in #291
- bump @types/node from ^16.10.2 to ^18.14.2 by @busma13 in #295
- Bump stream-buffers from 3.0.2 to 3.0.3 by @dependabot in #296
- Bump rimraf from 5.0.7 to 5.0.9 by @dependabot in #299
New Contributors
- @busma13 made their first contribution in #284
- @andrewjanssen made their first contribution in #281
Full Changelog: v0.8.7...v1.0.0
v0.8.1
- Fix CLI
- Fix issue with include the typescript declarations
v0.8.0
- Switch to typescript
- When using as a library use
import { downloadRelease }instead ofimport downloadRelease
v0.7.7
Merge pull request #157 from terascope/ensure-output-dir-exists v0.7.7 - Ensure output dir exists
v0.7.6
Fix more typescript definitions
v0.7.5
- Fix typescript type definition for
downloadRelease - Fix README.md example