Skip to content

v2019.09.22-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@borkdude borkdude released this 22 Sep 21:36
· 1881 commits to master since this release

New

  • #445: type checking.

Screenshot 2019-09-22 23 32 44

More on this here.

  • #440: if syntax checking. Also warn when if has no else branch.

Screenshot 2019-09-22 23 30 20

Screenshot 2019-09-22 23 31 01

  • #444: support cljs.test/async macro

Fixes

  • #434: fix for :lint-as config with clojure.core/for: :let wasn't properly handled
  • #436: the version was used twice in the directory structure of the cache (minor)
  • #446: CLJS namespace aliases can be used as values.