Skip to content

2.24.0

Compare
Choose a tag to compare
@mfikes mfikes released this 26 Jul 01:25
· 52 commits to master since this release
6a939bf

Added

  • Native temp file and dir facilities (#934)
  • Ability to open i/o streams on URI and JAR resources (#947)
  • Allow http post of binary info (#980)

Changed

  • io/reader on http follow redirects by default (#937)
  • Update dependencies (#940, #941, #942)
  • Use paredit.js for indentation (#973)
  • Improve perf of io/file-attributes using CLJS Bean (#969)
  • Optimize planck.io/copy for input stream to writer case
  • Promote planck.socket.alpha to planck.socket (#956)
  • Syntax-highlight #inst and #uuid (#975)
  • Use CLJS Bean to convert output of http (#988)
  • Avoid js->clj when forming sh results (#992)
  • Just use seq to convert command line args (#990)
  • Avoid js->clj / clj->js in highlight coordinates calculation (#994)

Deprecated

  • Deprecate planck.socket.alpha namespace (#956)

Removed

  • Remove deprecated io/read-line, io/slurp, io/spit (#963)

Fixed

  • tty? spec refers to planck.core/IWriter (#928)
  • HTTP binary response includes trailing buffer (#949)
  • IO encoding should default to UTF-8 if unspecified (#960)
  • Crash when timeout finishes (#998)