Skip to content

2022.11.03-00.14.57

Compare
Choose a tag to compare
@clojure-lsp-bot clojure-lsp-bot released this 03 Nov 11:21
· 443 commits to master since this release
7fdb62c
  • General

    • Bump clj-kondo to 2022.11.02 avoiding breaking changes on custom hooks.
    • Bump graalvm to 22.3.0. #1345
  • Editor

    • Add refactorings to change param order of defn/defmacro, also changing call sites. #1131
    • Avoid shadowing existing locals when restructuring keys. #1229
    • Let editors control whether the server's log includes traces of the messages they are exchanging. clojure-lsp/lsp4clj#27
    • Bump promesa to 9.0.470
    • Bump lsp4clj to 1.5.0
    • For users with fewer cores, avoid unnecessary waits for file analysis.
    • Reduce CPU usage by aborting requests that the client won't use.
    • Fix to mark some code actions as preferred, so editors can emphasize them. clojure-lsp/lsp4clj#32
    • Adds java classes completions, since clj-kondo now knows all java classes defined on external dependencies. #1329
    • Fix completion to consider required namespaces without alias or refers. #1352