Skip to content

v0.16.0

Compare
Choose a tag to compare
@candid82 candid82 released this 14 Mar 21:00
· 160 commits to master since this release

General improvements

  • improve type mismatch error messages (thanks @jcburley!)
  • reading Symbols/Keywords is now more compatible with Clojure (thanks @jcburley!)
  • reader conditionals handling is now much closer (if not identical) to Clojure's
  • markdown rendering support (thanks @rcarmo!)
  • added host key to http request map

Linter improvements

Formatter improvements

  • Preserve numeric literals (thanks @jcburley!)
  • more flexible indentation for do-like forms (do, try, finally etc)

Fixes

  • Macros that expand to functions in JVM Clojure don't expand to functions in Joker (#426)
  • Fix limit on splitting strings (thanks @jcburley!)
  • Fix float output (thanks @jcburley!)