Skip to content

v2.0.0

Compare
Choose a tag to compare
@kofno kofno released this 17 Dec 14:17
· 13 commits to master since this release

2.0.0 (2017-12-17)

Features

  • getOrElse: Makes getOrElse lazy (015d481)

BREAKING CHANGES

  • getOrElse: getOrElse is now lazy. To get the old getOrElse behavior, use getOrElseValue.

Also, the types are now much more explicit, which should lead to fewer typing misses in client code.