Skip to content

clojure-ts-mode v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Dec 15:21

What's Changed

  • Fix CI for Emacs-30 by @rrudakov in #113
  • Extend built-in completion by @rrudakov in #114
  • Extend completion to complete ns aliases and required symbols by @rrudakov in #116
  • Add some ns manipulation functions from clojure-mode by @rrudakov in #118
  • Fix clojure-ts-add-arity bug when body has more than one expression by @rrudakov in #119
  • Fix a bug when vars with metadata were not listed in imenu by @rrudakov in #121
  • Correctly indent keyword-initial lists in 'fixed' style by @rrudakov in #125
  • Fix performance issue for some valid Clojure expressions by @rrudakov in #128

Full Changelog: v0.5.1...v0.6.0