Skip to content

2.10.0

Compare
Choose a tag to compare
@mfikes mfikes released this 08 Dec 02:38
· 356 commits to master since this release
356ac72

Added

  • Site docs for --fn-invoke-direct (#547)
  • Implement http put, patch, delete, head (#548)
  • Make dir work on aliases (#552)
  • Add planck.core/sleep (#558)
  • Add planck.core/read (#560)
  • Add planck.core/read-string (#559)

Changed

  • Update build to use Lein 2.8.1
  • Eliminate doc site reference to :static-fns as a workaround for (fixed) JavaScriptCore perf bug.
  • Update to Closure v20170910
  • Update build to allow alternate xxd -i implementation (#549)
  • Update doc site to reflect that cljs.core/*command-line-args* is populated.
  • Update doc site Dependencies Foreign Libs CLJSJS section to use boot
  • Use :foreign-libs :file-min if optimizations simple (#555)

Removed

  • Remove planck.core types meant to be private (#562)

Fixed

  • Single-dash command line args not passed to script (#550)
  • this bound to planck.repl when foreign lib loaded (#554)
  • Auto-complete for referred Vars (#556)
  • Clear EOF after reading file so subsequent read calls will see any appended data (#557)
  • source fails on Vars whose source has ns-aliased keywords (#561)