Skip to content

v0.8.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@candid82 candid82 released this 04 Nov 04:33
· 1543 commits to master since this release

General improvements

  • Joker doesn't require itself to build its own source code anymore
  • implemented map namespace syntax (#29)

Linter improvements

  • fixed false positives when destructuring maps with namespaced keywords in ClojureScript
  • added warning on unused private macro
  • added warning on calling =, ==, < and similar functions with only one argument

Fixes

  • fixed reading unicode characters (#27)