Skip to content

v0.9.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@candid82 candid82 released this 03 Apr 00:25
· 1443 commits to master since this release

General improvements

  • added new functions to standard library: joker.os/stat, joker.html/escape, joker.html/unescape, joker.html/start-file-server

Linter improvements

  • Joker will now execute the following files (if they exist) before linting the file: .jokerd/linter.cljc (for both Clojure and ClojureScript), .jokerd/linter.clj (Clojure only), .jokerd/linter.cljs (ClojureScript only). The rules for locating .jokerd directory are the same as for locating .joker file. See #50 for details.
  • Joker will now warn on duplicate var definition