Releases: michaelbull/kotlin-itertools
Releases · michaelbull/kotlin-itertools
1.0.1
- Update Gradle to 8.11.1 (c3ffecf)
- Update Kotlin to 2.1.0 (3688a51)
- Avoid creating sequences when
emptySequence
is known result (0a2c4ec) - Return empty sequence when computing product with an empty inner list (960f7a9)
- Increase unit test coverage (a6b798f)
- Return empty list sequence in combinations & permutations (017ee7e)
- This change ensures a
Sequence
containing a singleemptyList
is returned when calling the combinations or permutations function with:- An empty list as the receiver
- A length of 0
- This change ensures a
1.0.0
Initial release