njre
Version:
Easily install and use JRE from a Node application.
63 lines (40 loc) • 2.09 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] (beta, main branch content)
## [v1.4.2] - 2025-02-23
- Remove fallback for release workflow
- Upgrade dependencies
## [v1.4.1] - 2025-02-09
- fix: Add `installPath` parameter type annotation.
## [v1.4.0] - 2024-08-30
- Allow to force an installation path for java using option `installPath`
## [v1.3.0] - 2024-08-20
- Add [github-dependents-info](https://github.com/nvuillam/github-dependents-info)
- Upgrade npm dependencies
## [v1.2.2] - 2024-07-16
- Upgrade npm dependencies
## [v1.2.1] - 2024-05-08
- Fix bug always installing Java 11 on Mac
- Block combination Java 8 + Darwin (Mac)
## [v1.2.0] - 2024-05-08
- Fix issue with Mac with default values
- Add debug trace "njre"
- Upgrade all npm dependencies
## [v1.1.0] - 2023-11-26
- Handle compatibility with Mac M1
- Provide more information when unable to install java
- Add more test cases on more platforms
- Create CHANGELOG.md
## [v1.0.0] - 2023-11-26
- migrate to adoptopenjdk API v3 by @mheiges in <https://github.com/nvuillam/njre/pull/35>
- Configure Renovate by @renovate in <https://github.com/nvuillam/njre/pull/34>
- Update all non-major dependencies by @renovate in <https://github.com/nvuillam/njre/pull/36>
- Update actions/upload-artifact action to v3 by @renovate in <https://github.com/nvuillam/njre/pull/40>
- Update actions/checkout action to v4 by @renovate in <https://github.com/nvuillam/njre/pull/37>
- Update actions/setup-node action to v3 by @renovate in <https://github.com/nvuillam/njre/pull/39>
- Update dependency eslint to v8 by @renovate in <https://github.com/nvuillam/njre/pull/41>
- Update dependency husky to v8 by @renovate in <https://github.com/nvuillam/njre/pull/42>
- yarn upgrade by @nvuillam in <https://github.com/nvuillam/njre/pull/43>
## [v0.30.0] - The past
There was not a CHANGELOG.md at this time