Skip to content

Releases: terascope/fetch-github-release

v2.0.0

09 Dec 20:36
44b34f1
Compare
Choose a tag to compare

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

01 Aug 22:46
8be5fc9
Compare
Choose a tag to compare

Breaking changes

This repo has been converted to ESM and no longer supports require statements

What's Changed

Package updates

New Contributors

Full Changelog: v0.8.7...v1.0.0

v0.8.1

30 Sep 23:28
6055cb5
Compare
Choose a tag to compare
  • Fix CLI
  • Fix issue with include the typescript declarations

v0.8.0

30 Sep 22:43
5019b77
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release
  • Switch to typescript
  • When using as a library use import { downloadRelease } instead of import downloadRelease

v0.7.7

20 Apr 15:57
1773a06
Compare
Choose a tag to compare
v0.7.7 Pre-release
Pre-release
Merge pull request #157 from terascope/ensure-output-dir-exists

v0.7.7 - Ensure output dir exists

v0.7.6

05 Mar 16:11
9fa2a9e
Compare
Choose a tag to compare

Fix more typescript definitions

v0.7.5

01 Mar 15:13
4f28267
Compare
Choose a tag to compare
  • Fix typescript type definition for downloadRelease
  • Fix README.md example

v0.7.4

25 Jan 22:02
90c5908
Compare
Choose a tag to compare

Add regenerator-runtime to dependencies

v0.7.3

02 Nov 14:42
6d83915
Compare
Choose a tag to compare

Upgrade multi-progress to 4.0.0

v0.7.2

29 Jul 15:02
2709117
Compare
Choose a tag to compare
  • Fix bug when releases is null (#90)