Skip to content

Latest commit

 

History

History
89 lines (50 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

89 lines (50 loc) · 3.23 KB
  • Adjust messaging to clarify that a resolver update, if checked, is what's used for further linting
  • Ensure logging output is not lost to due broken flush
  • Mark the version with Hackage dependencies when out of date
  • Implement --fix to automatically fix suggestions
  • Emit suggestion on out of date resolver
  • Don't fail with a parse error in the presence of Hackage checksums
  • Track and use package revisions in Hackage checks
  • Parse @sled pragmas from trailing comments too
  • Add --version switch to make SLED print its own version number
  • Support parsing options from pragmas in source
  • Introduce --format with the following values:

    • tty, the default, an improved version of the previous format
    • gha, produces output that GitHub Actions will parse as annotations
    • json
  • Include location information in suggestion details

  • No changes, just triggering a new release to build binaries
  • Internal refactors, causing minor changes to options (remove -f) and output style
  • Change format to more clearly highlight the actual dependencies
  • Really fix inability to find current version with -r nightly
  • Fix inability to find current version with -r nightly
  • Support github short-hand
  • Use a better-supported unicode character in output (@neilmayhew)
  • Rename project to stack-lint-extra-deps
  • Move PATH argument to a --path option
  • Polish --help messages

First public release.

  • Remove caching

First tagged version.