Skip to content

Eval cache, foreign-libs and 1.7.228

Choose a tag to compare

@arichiardi arichiardi released this 23 Feb 02:47
· 131 commits to master since this release
  • Expose replumb equivalent of Clojurescript compiler option :foreign-libs
  • Expose the Clojurescript compiler option :context
  • Evaluation cache
  • Clojurescript 1.7.228 support
  • Load-file support (whole file sent to cljs.js.eval-str, whicn can be)
  • The new option :no-pr-str-on-value avoids converting the result value to string
  • replumb.common/debug-prn does not print to error anymore
  • Fix for issue #117 - Syntax-quote doesn't auto-qualify symbols - TRDR-33
  • Fix for issue #119 - Cljs.js/eval cb argument - CLJS-1425
  • Upstream fix for issue #91 - :refer-macros fails when implicit
  • Fix for issue #85 - source does not work with macros
  • Fix for issue #81 - missing doc for ns-interns