Skip to content

Releases: michaelbull/kotlin-itertools

1.0.2

03 Aug 19:38

Choose a tag to compare

  • Update Kotlin to 2.2.0
  • Update Gradle to 8.12
  • Adopt gradle-maven-publish-plugin

1.0.1

12 Dec 21:01

Choose a tag to compare

  • 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 single emptyList is returned when calling the combinations or permutations function with:
      1. An empty list as the receiver
      2. A length of 0

1.0.0

03 Mar 23:32

Choose a tag to compare

Initial release