Skip to content

Releases: axelrindle/github-version-checker

v3.1.0

04 Jul 21:15
98408d5
Compare
Choose a tag to compare

Changelog

Added

  • A new package @version-checker/browser for usage in browser environments (experimental)

Changed

  • The @version-checker/core package now ships CJS and ESM builds.

Fixed

  • The token will be only read from process.env if process is not undefined.

v3.0.0

16 Jan 20:23
6a8c2b1
Compare
Choose a tag to compare

The next major release is here 馃帀

Read everything about the changes in the documentation.

v3.0.0 (Release Candidate No. 3)

16 Jan 19:47
f3c2615
Compare
Choose a tag to compare
Pre-release
v3.0.0-rc.3

v3.0.0-rc.3

v3.0.0 (Release Candidate No. 2)

15 Jan 12:01
90f62e4
Compare
Choose a tag to compare
Pre-release
v3.0.0-rc.2

v3.0.0-rc.2

v3.0.0 (Release Candidate No. 1)

14 Jan 11:49
abcc481
Compare
Choose a tag to compare
Pre-release

The first release candidate for v3.

Primarily intended for testing publishing with lerna.

v2.3.0

18 Mar 15:22
69b83fd
Compare
Choose a tag to compare

Changelog

Added

  • An option to exclude pre-releases from the check. Currently only works with the REST API. (#9)

Removed

  • Dropped support for Node.js below version 10

v2.2.0

02 May 18:30
Compare
Choose a tag to compare

Changelog

Removed

  • The reduceTraffic option

Added

  • A new option latestOnly has been added: Setting it to true will only fetch the latest release

v2.1.2

14 Jun 23:52
Compare
Choose a tag to compare

It's patch day 馃悰

Changelog

Fixed

v2.1.1

08 Jun 15:49
Compare
Choose a tag to compare

Changelog

Added

Changed

  • The codebase has been migrated to plain JavaScript

Security

  • Merged #5

v2.1.0

25 Sep 15:47
Compare
Choose a tag to compare

This version features the use of either the GraphQL API (v4) or the Rest API (v3). Depending on whether a token is supplied, the module use the v4 or the v3 API.