Skip to content

v0.6.0

Compare
Choose a tag to compare
@emmanueltouzery emmanueltouzery released this 28 Jan 17:56
· 192 commits to master since this release
  • add converters to Tuple2: toPair, toArray, toVector, toLinkedList
  • add Seq.sliding
  • [api change] Function. Function.lift1 is now Function1.of. Same for Function2..5
  • Add Function0
  • [api change] Predicates.lift is now Predicate.of.
  • add FunctionX.liftOption and FunctionX.liftEither (also documented in the user guide)
  • add IMap.containsKey, IMap.filterKeys, IMap.filterValues
  • build with typescript 2.7RC
  • add optional sorting to ISet.toArray