Skip to content

v0.2.1 🦝 : new methods `Cffu.cffuCombine(...)`, `CompletionStage.asCffu` kotlin extension 💗

Compare
Choose a tag to compare
@oldratlee oldratlee released this 27 Mar 04:59
· 584 commits to main since this release

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

shifu

🍀 New features

  • add new methods Cffu.cffuCombine(...) 🚞
    providing these method is convenient for method chaining
  • implement CompletionStage.asCffu kotlin extension method 🍩
  • add new method Cffu.cffuFactory() 🏭

🛠️ Refactor

  • change CffuState#toFutureState to instance method 📦
  • update CffuFactory.screenExecutor and reorder it
  • make Cffu.cf field private, because there is Cffu.cffuUnwrap method

🚜 Chore/Bulid

  • upgrade maven wrapper to 3.9.1 🪶
  • bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#16)
  • bump maven-resources-plugin from 3.3.0 to 3.3.1 (#17)
  • bump maven-install-plugin from 3.1.0 to 3.1.1 (#18)

Java API Doc

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

Maven dependency

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