Skip to content

v0.14.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@candid82 candid82 released this 09 Feb 23:35
· 518 commits to master since this release

General improvements

  • added *core-namespaces* private variable (thanks @jcburley!)
  • added joker.core/go-spew private function (when built with go_spew tag) (thanks @jcburley!)
  • joker.string/split now supports string as a separator argument (thanks @jcburley!)
  • added joker.string/re-quote function (thanks @jcburley!)
  • added joker.os/get-env function
  • added joker.pprint/print-table function
  • added verbosity levels for debug output (thanks @jcburley!)
  • all built-in namespaces are now available for use without having to require them (thanks @jcburley!)
  • added joker.uuid/new function

Fixes

  • fixed reading octals
  • fixed syntax-quoting of type names