Skip to content

v0.7.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@candid82 candid82 released this 22 Mar 04:18
· 1739 commits to master since this 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 returns nil if there is no match
  • namespaced keywords are now fully supported