Skip to content

Latest commit

 

History

History
93 lines (57 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

93 lines (57 loc) · 3.4 KB

Changelog

Added

Changed

  • Print official linter names. (c8da9d0)
  • Allow both a linter key and a linter name for -l option. (9a24621)
  • Add $XDG_CONFIG_HOME/bosslint/config.edn to config candidates. (2f0c35f)

0.5.0 - 2025-01-06

Added

  • Add an option -C/--directory to change working directory. (1d5c123)
  • Consider exit codes of linter executions. (145810f)

Changed

  • Use clojure.java.process instead of clojure.java.shell. (7b84acf)

Fixed

  • Fix clojure aliases on eastwood run. (4750a14)
  • eastwood: use only aliases having :extra-paths. (5d12519)
  • eastwood: fix run in a subdirectory. (e216feb)

0.4.1 - 2024-10-06

Added

Fixed

  • Return an error when unknown ref is supplied. (37134e1)
  • Fix cljfmt group. (fac5ed0)

0.4.0 - 2023-03-28

Added

0.3.0 - 2021-09-26

Added

Fixed

0.2.1 - 2020-03-28

Fixed

0.2.0 - 2020-03-20

Added

Changed

  • Support diff between two commits. (c1019b5)

0.1.0 - 2020-03-15

First release.