Skip to content

Releases: cespare/goclj

Cljfmt 1.2.3

13 Oct 23:01

Choose a tag to compare

  • Format .edn files; add config option to select file extensions by @cespare in #98

Full Changelog: v1.2.2...v1.2.3

Cljfmt 1.2.2

02 Jun 00:19

Choose a tag to compare

  • Fix cljfmt log prefix
  • Allow setting config path via CLJFMT_CONFIG_PATH

Cljfmt 1.2.1

17 Sep 21:02

Choose a tag to compare

  • Fix thread-first overrides

Cljfmt 1.2.0

01 Sep 08:00

Choose a tag to compare

  • Add the enforce-ns-style transform
  • Don't remove requires of the form [foo]
  • Add parent pointer to Node
  • Add options for ignoring comment forms and reader discards