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