Releases: gregsh/Clojure-Kit
Releases · gregsh/Clojure-Kit
2020.3.1
2020.3
2020.1
2019.3.1
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
0.7.6
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