Skip to content

v0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@candid82 candid82 released this 10 Feb 00:46
· 963 commits to master since this release

General improvements

  • implemented joker.test and joker.set namespaces (thanks @jcburley!)
  • renamed Bool type to Boolean (this is a BREAKING CHANGE)

Linter improvements

  • warn on duplicate case constant (#170)
  • use core functions' return types for linting (#175)

Fixes

  • fixed division by zero in quot, rem and mod (#158)
  • quot now returns double if one of the arguments is double (#159)
  • accept unary + when reading numbers (#156)
  • load and load-file now throw an error on failures (#157)
  • fixed number comparison (#169)
  • Ratio is now coerced to Int when possible
  • read from forked process stdout and stderr asynchronously (#165) (thanks @jcburley!)