All notable changes to this project will be documented in this file.
0.18.0 - 2024-12-02
- Issue #165 - fix bug with tag literal alignment (PR-168)
0.17.0 - 2024-12-02
- Issue #162 - fix bugs related to commas at the end of lines (PR-164)
- Issue #166 - fix bug with
:refer :all :rename
(PR-167)
0.16.0 - 2024-11-27
- Issue #161 - correctly align namespaced map literals (PR-163)
0.15.0 - 2024-11-18
- Issue #158 - add support for
:require
:default
(PR-160)
0.14.0 - 2024-11-09
- Issue #153 - fix CLI bug with traversing directories on Windows (commit #db857ff4)
0.13.0 - 2024-11-08
- Issue #140 - better support for comments around the
:refer-clojure
ns form (PR-141)
- Issue #145 - tweak CLI verbiage when only one file is checked or formatted (PR-148)
- refactorings and added unit tests for internals
- Issue #142 - fix ns parsing bug with paren nesting levels (PR-147)
0.12.0 - 2024-10-22
- Issue #137 - only process the first
ns
form (PR-138)
0.11.0 - 2024-10-21
- Issue #135 - fix bug with
:import
and multiple reader conditionals (PR-134)
0.10.0 - 2024-10-19
- Issue #103 - convert CRLF to LF line endings (PR-133)
0.9.0 - 2024-10-18
- Issue #123 - do not remove eol commas inside comments (PR-124)
- Issue #126 - fix bug with parsing ns metadata (PR-127)
0.8.0 - 2024-10-16
- 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
- Issue #55 and Issue #113 - support metadata in ns (PR-110)
0.6.0 - 2024-10-12
- Issue #111 - print comments above
:require-macros
(PR-115) - Issue #108 - fix anonymous function indentation (PR-116)
- Issue #112 - support
:rename
in:require
forms (PR-117) - Issue #110 - fix bug with tagged literal indentation (PR-118)
- Issue #114 - fix bug with
:refer-clojure
and reader conditionals (PR-119)
- Issue #104 - trim eol commas as whitespace (PR-107)
0.5.0 - 2024-09-28
- Issue #97 - fix parser bug with
\
characters (PR-98) - Issue #99 - fix bug with parens inside of String literals (PR-100)
0.4.1 - 2024-09-21
- Issue #93 - broader platform support for
objectForEach
function (PR-95) - Issue #94 - bring back shebang line (PR-96)
0.4.0 - 2024-09-21
- [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
- Issue #69 - support :require :as-alias (PR-83)
- Issue #48 - support :refer-clojure :rename with multiple reader conditionals (PR-84)
0.2.0 - 2024-09-05
- Issue #68 - support tag literals (PR-72)
- Issue #76 - bug with :require-macros wrapped in reader conditional (PR-79)
- Issue #74 - support :refer :exclude (PR-80)
- Issue #75 - fix bug with paren wrapping inside ns forms (PR-82)
0.1.2 - 2024-09-04
- Issue #67 - print the correct version number on the CLI tooling
0.1.1 - 2024-09-03
- fix CLI tooling to load from the
dist/
folder for published versions
0.1.0 - 2024-09-03
- initial alpha release