Releases: terascope/fetch-github-release
Releases · terascope/fetch-github-release
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
WriteStream
close 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
v0.7.4
Add regenerator-runtime
to dependencies
v0.7.3
Upgrade multi-progress to 4.0.0