v0.7.1
Pre-release
Pre-release
General improvements
- partial support for reader conditionals (no splicing)
- new core functions:
pr-err
,prn-err
,print-err
,println-err
- new joker.string function:
trim-space
- binaries are built with Go 1.8
Linter improvements
- warning on
let
with empty bindings vector - understand common core.async macros
- much better error reporting for standard macros (
defn
,fn
,for
,ns
etc) - warning on empty
cond
- warning on threading macros with no forms
- understand more standard Clojure(Script) vars (i.e.
*clojure-version*
) - understand all standard ClojureScript macros (i.e.
this-as
)
Fixes
re-find
now returnsnil
if there is no match- namespaced keywords are now fully supported