Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

54 lines (35 loc) · 1.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] (beta, main branch content)

[v1.4.0] - 2024-08-30

  • Allow to force an installation path for java using option installPath

[v1.3.0] - 2024-08-20

[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 #35
  • Configure Renovate by @renovate in #34
  • Update all non-major dependencies by @renovate in #36
  • Update actions/upload-artifact action to v3 by @renovate in #40
  • Update actions/checkout action to v4 by @renovate in #37
  • Update actions/setup-node action to v3 by @renovate in #39
  • Update dependency eslint to v8 by @renovate in #41
  • Update dependency husky to v8 by @renovate in #42
  • yarn upgrade by @nvuillam in #43

[v0.30.0] - The past

There was not a CHANGELOG.md at this time