Skip to content

v2019.12.14

Compare
Choose a tag to compare
@borkdude borkdude released this 14 Dec 21:58
· 1736 commits to master since this release

New

  • #339: unresolved namespace linter

Screenshot 2019-12-08 14 56 35

  • #607: intellij LSP server support. See docs.
  • #637 support schema.core/defrecord
  • #655: support for clojure.core/with-local-vars

Enhancements

  • #233: all tests now run on Windows CI (thanks to @sogaiu and @littleli for collaborating)
  • #608: unresolved symbol config didn't merge
  • #626:thrown? is no longer unresolved in clojure.test/are (thanks @saitouena)
  • #640: better error message when using unqualified symbol in config where qualified was expected
  • #642: Odd number of forms in map literal not reported when in binding form
  • #647: Fix for unresolved symbol js as metadata in CLJS when used in interop form
  • #648: Fix for unresolved symbol in nested syntax quote
  • #649: Fix for false positive in alias when called with binding instead of quoted symbol
  • #650: Fix for consistent alias when requiring namespace without alias (thanks @Heliosmaster)
  • #656: type checking improvements/fixes (thanks @yuhan0)

Reverted

  • #618 is reverted in #630, since it was no longer used by the person who requested this functionality