Skip to content

Latest commit

 

History

History
259 lines (202 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

259 lines (202 loc) · 11.5 KB

Changelog

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

0.18.0 - 2024-12-02

Fixed

0.17.0 - 2024-12-02

Fixed

0.16.0 - 2024-11-27

Fixed

0.15.0 - 2024-11-18

Added

0.14.0 - 2024-11-09

Fixed

0.13.0 - 2024-11-08

Added

  • Issue #140 - better support for comments around the :refer-clojure ns form (PR-141)

Changed

  • Issue #145 - tweak CLI verbiage when only one file is checked or formatted (PR-148)
  • refactorings and added unit tests for internals

Fixed

0.12.0 - 2024-10-22

Fixed

0.11.0 - 2024-10-21

Fixed

0.10.0 - 2024-10-19

Added

Changed

  • Issue #87 - adjust ns indentation to match common community style (PR-130)

Fixed

0.9.0 - 2024-10-18

Changed

  • Issue #52 - --include and --ignore arguments pass via command line supercede config file (PR-128)

Fixed

0.8.0 - 2024-10-16

Added

  • Issue #6 - add ability to ignore a form using :standard-clj/ignore (PR-120)
  • Issue #6 - add ability to ignore a file using :standard-clj/ignore-file (PR-122)

0.7.0 - 2024-10-14

Fixed

0.6.0 - 2024-10-12

Fixed

Changed

0.5.0 - 2024-09-28

Fixed

0.4.1 - 2024-09-21

Fixed

0.4.0 - 2024-09-21

Added

  • Issue #86 - allow passing code via stdin with standard-clj fix - (PR-91)

Changed

  • Issue #62 - do not add a space after a paren opener for ; comments (PR-90)

Fixed

  • [Issue #60] - respect commas to hold closing paren trails (PR-89)
  • Issue #71 - support --version, -v, -h flags on CLI (PR-92)

0.3.0 - 2024-09-06

Added

Fixed

0.2.0 - 2024-09-05

Fixed

0.1.2 - 2024-09-04

Fixed

  • Issue #67 - print the correct version number on the CLI tooling

0.1.1 - 2024-09-03

Fixed

  • fix CLI tooling to load from the dist/ folder for published versions

0.1.0 - 2024-09-03

Added

  • initial alpha release