Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

63 lines (37 loc) · 1.64 KB

Changelog for hlint-scan

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 the Haskell Package Versioning Policy.

Unreleased

  • Update to bullseye Debian Docker image and GHC 9.8.4.

1.3.0 - 2025-02-06

  • Add ability to disable code scanning and output annotations.

    • For use with private repositories without code scanning available.

1.2.0 - 2024-10-31

  • Update to HLint v3.8.
  • Update to LTS Haskell Stack nightly-2024-10-21.

1.1.0 - 2023-12-08

  • Update to LTS Haskell Stack and released version of HLint.

1.0.0 - 2023-04-15

  • Uses much smaller Docker image size.
  • Escape backslashes in messages.
  • Support scanning multiple paths.

0.9.0 - 2023-04-14

  • Support hints input for explicitly specifying the HLint configuration file.
  • Better message formatting and titles on GitHub.

0.4.1 - 2023-04-10

  • Added automated testing.

0.4.0 - 2023-04-09

  • Strip "./" from relative file paths.
    • GitHub can now find files in repositories.

0.3.0 - 2023-04-06

  • Use prebuilt Docker image for the Docker composite action.

0.2.0.0 - 2023-04-06

  • Rewrite using a Docker container action using Haskell.
    • It will no longer need HLint to be set up separately, although it can use one set up by the user if requested to do so.
    • GitHub does not understand the locations yet.

0.1.0.0 - 2023-04-03

  • Initial working implementation with GitHub composite action.