Skip to content

v0.8.2 🦝 : more Kotlin extension methods 🍩💗

Compare
Choose a tag to compare
@oldratlee oldratlee released this 02 Apr 18:04
· 548 commits to main since this release

shifu

💗 Happy with cffu! 🦝 and be a "shifu"~ 😆

☘️ Features

  • add more kotlin extension methods 🍩 for allOf/anyOf operations
  • support destructuring declarations for cffu tuples by adding component<N> extension methods 🍩

🛠️ Refactor

  • rename kotlin extension methods 🍩 :
    • allCompletableFuture -> allOfCompletableFuture
    • anyCompletableFuture -> anyOfCompletableFuture
    • allCffu -> allOfCffu
    • anyCffu -> anyOfCffu
  • move CompletableFuture only related logic to static methods of CompletableFutureUtils
  • improve NPE message
  • rename parameter name of toCompletableFutureArray

☔️ Test

  • rename methods of TestUtils

🚜 Chore/Bulid

  • bump kotlin.version from 1.8.10 to 1.8.20 (#19)

🔌 Java API Doc

https://foldright.io/cffu/apidocs/0.8.2/index.html

🍪 Maven dependency

<dependency>
    <groupId>io.foldright</groupId>
    <artifactId>cffu</artifactId>
    <version>0.8.2</version>
</dependency>