v0.8.6
Pre-release
Pre-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)