v0.12.0
Pre-release
Pre-release
General improvements
- implemented
joker.test
andjoker.set
namespaces (thanks @jcburley!) - renamed
Bool
type toBoolean
(this is a BREAKING CHANGE)
Linter improvements
Fixes
- fixed division by zero in
quot
,rem
andmod
(#158) quot
now returns double if one of the arguments is double (#159)- accept unary
+
when reading numbers (#156) load
andload-file
now throw an error on failures (#157)- fixed number comparison (#169)
Ratio
is now coerced toInt
when possible- read from forked process stdout and stderr asynchronously (#165) (thanks @jcburley!)