v0.8.0
- PR-136 New: Multiple extensions for
Map
.all()
,any()
,count()
,filter()
,filterKeys()
,filterNot
,filterValues
,getOrElse()
,mapEntries()
,mapKeys()
,mapValues()
,maxBy()
,maxWith()
,minBy()
,minWith
,none()
,toList()
,toMap()
,orEmpty()
- PR-127 Improve:
sumBy
is now generic and works equally fornum
/int
/double
- PR-131 Fix:
min()
/max()
which returned the wrong item for reversed ordered lists - PR-133 New:
plus()
/minus()
andplusOrNull
/minusOrNull
tonum
which handlenull
- PR-138 Improve:
Iterable.second
returnsT
instead ofT?
. Analog tofirst
- PR-142 Fix:
isUpperCase
/isLowerCase
now threat only[a-zA-Z]
chars as being uppercase
Also, all linting issues have been fixed and the README has been drastically improved. Thanks @minhqdao