superpower 0.4.0
superpower: ^0.4.0 copied to clipboard
Lists, Iterables and Maps on steroids! π¦ Extends Lists with negative indices, sort, group, distinct, slice, flatten etc. Inspired by Kotlin.
0.4.0 #
- Fixed wrong sorting order when using
thenBy()more than once.
0.3.2 #
- Fixed Readme
0.3.1 #
- Added logo to repository
- Fixed docs
0.3.0 #
- Breaking:
$Iterable.whereNotNull->$Iterable.whereNotNull() - Added
$Mapand$map() - Added
$Iterable.all(),$Iterable.toMap(),$Iterable.windowed() - Added parameter
nto$Iterable.cycle() - Added more tests
- Fixed wrong naming in docs:
is really calledsortBysortedBy(thanks @bltavares) - Improved docs and added examples to many functions
0.2.0 #
- Removed
drop()anddropWhile()from$Listand$Iterable(useskip()andskipWhile()instead) - Added
$it()as short form of$Iterable() - Added test cases
0.1.3 #
- Added
$Iterable.joinToString(),$Iterable.onEach()and$Iterable.shuffled
0.1.2 #
- Added
$Iterable.mapNotNull()
0.1.1 #
- Documentation fixes
0.1.0 #
- First release