Skip to content

Releases: terascope/fetch-github-release

v2.2.1

19 May 23:31
d77519f

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

19 May 21:14
c871bbd

Choose a tag to compare

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

Full Changelog: v2.1.0...v2.2.0

v2.1.0

17 Mar 20:46
316baf1

Choose a tag to compare

What's Changed

  • [feat] Add dry-run parameter by @sotojn in #360
    • The dry-run flag will allow the user to only gather metadata on what was filtered from the github api instead of downloading
      • dry-run will display only the release name in the case that -q quiet is also enabled
    • The new output flag accepts either json or text(default) for the user to choose what format the dry-run info will printed in stdout

Dependencies

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Dec 20:36
44b34f1

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

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

Choose a tag to compare

  • Fix CLI
  • Fix issue with include the typescript declarations

v0.8.0

30 Sep 22:43
5019b77

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

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

Choose a tag to compare

Fix more typescript definitions

v0.7.5

01 Mar 15:13
4f28267

Choose a tag to compare

  • Fix typescript type definition for downloadRelease
  • Fix README.md example