Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@candid82 candid82 released this 07 May 05:14
· 1672 commits to master since this release

General improvements

  • new joker.os/exit function
  • support Clojure 1.9 namespaced destructuring (#6)
  • many new functions in joker.string namespace. It is now roughly equivalent to clojure.string

Linter improvements

  • warning on duplicate require
  • linter now tries to find .joker file in the directory of the file it's linting, as well as all parent directories up to the root. Falls back to ~/.joker. See #7.

Fixes

  • fix require of standard namespaces