Skip to content

v0.7.0

Compare
Choose a tag to compare
@emmanueltouzery emmanueltouzery released this 19 Feb 22:53
· 180 commits to master since this release
  • add Seq.toSet
  • [compat break] fix issues with toString(), mkString() and null and string quoting for collections. Also fix an issue with HashSet and null values. Change the toString format for HashSet and HashMap.
  • introduce FunctionX.liftNullable and Option.ofNullable
  • [api change] remove the deprecated Option.ifPresent (replaced by Option.ifSome)