Skip to content

Latest commit

 

History

History
99 lines (61 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

99 lines (61 loc) · 2.44 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.

[2.0.2] - 2024-11-24

Fixed

  • Relocate where diagnostics are uploaded (#19)

2.0.1 - 2024-03-10

Fixed

  • Fix incompatible package @actions/artifact

2.0.0 - 2024-03-10

Changed

  • Update to Node 20

1.5.0 - 2024-03-09

Added

  • Add support for custom PR comments

1.4.1 - 2023-09-19

Changed

  • Improve tool name on PR comment header

1.4.0 - 2023-09-19

Added

  • Add tool name to PR comment header

1.3.0 - 2023-09-19

Added

  • Add comment-pr-on-success input to control PR comments on success

1.2.0 - 2023-09-12

Changed

  • Re-add fail-on-all-policy-severities input
  • Changelog level on debug to another key
  • Auto-enable diagnostic mode when debug mode is enabled
  • Add fail-if-detect-fails input to propagate detect error as action failure

1.1.0 - 2023-09-11

Added

  • Make detect-version optional by downloading latest
  • Support major version pattern on detect-version

1.0.0 - 2023-09-10

Changed

  • Set detect log level to DEBUG when action is in debug mode
  • Update to latest actions/typescript-action
  • Add CHANGELOG.md file
  • Add CODE_OF_CONDUCT.md file
  • Add CONTRIBUTING.md file
  • Improve README.md

0.4.0 - 2023-08-29

Added

  • Add support for Detect V8
  • Add Detect Exit code outputs
  • Add pull_request_target to pr events

Changed

  • Improve logging
  • Update dependencies and refactor action