Skip to content

Releases: gregsh/Clojure-Kit

2020.3.1

18 Feb 12:51
Compare
Choose a tag to compare

2020.3.1

  • platform: minor compatibility fixes

2020.3

23 Nov 16:15
Compare
Choose a tag to compare

2020.3

  • parser: allow no space between some tokens
  • resolve: namespaces without ":as" (#35)
  • resolve: check correct quotes in definitions
  • resolve: improve namespaces handling
  • editor: highlight missing namespaces
  • platform: IntelliJ IDEA 2020.3

2020.1

05 May 00:56
Compare
Choose a tag to compare

2020.1

  • formatter: missing newline after a line comment (#31)
  • resolve: nested vectors in require (#33)
  • platform: IntelliJ IDEA 2020.1

2019.3.1

26 Nov 19:01
Compare
Choose a tag to compare

2019.3.1

  • editor: make "smart kill" and "smart parens" configurable (Smart Keys | Clojure)
  • editor: turn "smart kill" and "smart parens" off by default
  • deps: fix dependencies cache file being a directory
  • java: fix resolve on Java 11
  • platform: IntelliJ IDEA 2019.3

2019.3

10 Oct 17:06
Compare
Choose a tag to compare
  • platform: IntelliJ IDEA 2019.3 EAP

0.7.6

19 May 08:11
Compare
Choose a tag to compare

0.7.6

  • resolve: fix qualified :keys destructuring
  • resolve: support this in (reify), (proxy) and (extend)
  • resolve: support (..), (->) and (doto) w/ and w/o parens
  • resolve: skip not quoted lists in ns elements
  • deps: notify if tool process failed to start
  • debugger: handle munged names in evaluator
  • debugger: workaround missing autoboxing for primitives eval
  • resolve: force JVM name for inner classes; fix (.method class)
  • resolve: better dynamic condition in . and ..
  • resolve: avoid resetting RESOLVE_SKIPPED in parallel
  • rename: fix extra space on rename (sym.)
  • rename: handle ::keys destructuring bindings
  • resolve: fix alias and some.alias confusion
  • resolve: clarify (.call obj) vs (call obj) in various cases
  • resolve: support mixed PSI/ASM class hierarchies
  • lexer: fix BigInteger numbers and octal chars literals
  • lexer: improve bad literals handling
  • resolve: improve qualified tags handling
  • tools: update nREPL dependencies #30

0.7.5

12 Dec 19:02
Compare
Choose a tag to compare
update changelog

0.7.4

16 Jul 15:49
Compare
Choose a tag to compare
0.7.5-snapshot

0.7.3

29 Mar 21:46
Compare
Choose a tag to compare
0.7.3

0.7.2

17 Jan 14:32
Compare
Choose a tag to compare