Skip to content

v0.8.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@candid82 candid82 released this 09 Feb 04:50
· 1473 commits to master since this release

General improvements

  • added swap-vals! and reset-vals! functions (from Clojure 1.9)
  • added new functions to standard library: joker.http/send, joker.os/mkdir, joker.os/cwd, joker.os/ls, joker.base64/encode-string, joker.math/sin, joker.math/cos, joker.math/hypot, joker.math/pi (a var).
  • made ExInfo (return by ex-info) a map with :message, :cause, and :data keys.