Skip to content

Releases: injoonH/kotlinic

v0.5.0

06 Aug 00:38
1f1e41e

Choose a tag to compare

Features

  • Add first(), firstNotNullOf(), firstNotNullOfOrNull(), and firstOrNull() functions in #10

v0.4.0

03 Aug 16:56
58675cd

Choose a tag to compare

Features

  • Add Pair and Triple classes in #7
  • Add zip() and zipWithNext() functions in #7
  • Add repeat() function in #8
  • Enhance Result and runCatching() to support asynchronous functions in #9

v0.3.0

27 Jul 13:54
491f340

Choose a tag to compare

Features

  • Add takeIf() and takeUnless() functions in #3
  • Add TODO() function and NotImplementedError error in #5

v0.2.1

27 Jul 10:28
0d8367f

Choose a tag to compare

Fixes

  • Fix tarball not including files

v0.2.0

27 Jul 09:56
4bea716

Choose a tag to compare

Features

  • Add Result class and runCatching() function in #1

v0.1.0

27 Jul 09:30
37b08b1

Choose a tag to compare

Features

  • Add fluent utility methods inspired by Kotlin extensions for clean, readable code.

Docs

  • Use VitePress for documentation.