v0.6.0
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 nowFunction1.of
. Same for Function2..5 - Add
Function0
- [api change]
Predicates.lift
is nowPredicate.of
. - add
FunctionX.liftOption
andFunctionX.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