Skip to content

Releases: clj-commons/kibit

0.1.11

16 May 13:49
Compare
Choose a tag to compare
  • Update to Clojure 1.11 to handle ##Inf etc. #237
  • Switch to borkdude/edamame for side-effect free parsing. #235, #246
  • Correctly gather options-spec require vectors as maps so we can check for :as and :as-alias. #238
  • Moved all of the test/resources files to a new corpus folder which isn't loaded by default on test runs.
  • Clarify maintenance status in README.

0.1.10

16 May 13:49
Compare
Choose a tag to compare
  • Fix scm information in generated pom.xml.

0.1.9

16 May 13:48
Compare
Choose a tag to compare

Added

  • Add deps.edn section to the README #251 - @port19x
  • Add kibit.driver/exec to further support deps.edn usage #252 - @carrete

Changed

  • Include end of range in simplify-map #239 - @svdo
  • Update README, fix various typos #256 - @terop

Fixed

0.1.8

18 Nov 02:33
Compare
Choose a tag to compare

Fixed

0.1.7

14 Jul 21:41
Compare
Choose a tag to compare

Added

  • Print the file path, column, and line number if an error occurs while reading a file. #212 - @LukasRychtecky

Changed

  • Use platform-independent newlines when joining strings

Fixed

0.1.6

07 Nov 21:35
Compare
Choose a tag to compare

Fixed

  • A long awaited feature/fix - Kibit now supports reading namespaced keywords correctly. A very special thanks to Alex Redington who took this tricky task on. #198.
  • Make Kibit work with local-repos. #195
  • Fixup the monkeypatching. #192
  • Add alias support to the reader
  • Improve source path handling to prevent checking duplicates

0.1.5

07 May 21:44
Compare
Choose a tag to compare

Additions

  • Automatic replacement of suggestions (--replace and --interactive cli arguments)
  • Rules for using run! instead of (dorun (map f coll))

See release notes in the CHANGELOG

Kibit 0.1.3

27 Nov 22:26
0.1.3
Compare
Choose a tag to compare

Changes

Enabled Emacs' next error function to go to next Kibit suggestion. See the updated code in the README for the change.
#172 Kibit can now handle sets without crashing!
#152 Send exceptions to STDERR instead of STDOUT
New rules (#154, #165, )
#168 Bumped to new versions of clojure and tools.cli dependencies
#171 Update core.logic to avoid exception from spec