This repository was archived by the owner on Dec 19, 2025. It is now read-only.
Releases: axelrindle/github-version-checker
Releases · axelrindle/github-version-checker
Release list
v3.1.0
Changelog
Added
- A new package
@version-checker/browserfor usage in browser environments (experimental)
Changed
- The
@version-checker/corepackage now ships CJS and ESM builds.
Fixed
- The token will be only read from
process.envifprocessis notundefined.
v3.0.0
The next major release is here 🎉
Read everything about the changes in the documentation.
v3.0.0 (Release Candidate No. 3)
v3.0.0-rc.3 v3.0.0-rc.3
v3.0.0 (Release Candidate No. 2)
v3.0.0-rc.2 v3.0.0-rc.2
v3.0.0 (Release Candidate No. 1)
The first release candidate for v3.
Primarily intended for testing publishing with lerna.
v2.3.0
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
Changelog
Removed
- The
reduceTrafficoption
Added
- A new option
latestOnlyhas been added: Setting it totruewill only fetch the latest release
v2.1.2
v2.1.1
Changelog
Added
- Added an option
reduceTrafficto decide whether the traffic should be reduced using axelrindle/gvc-json-reduce
Changed
- The codebase has been migrated to plain JavaScript
Security
- Merged #5
v2.1.0
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.