Skip to content

Releases: foldright/cffu

v0.2.0 🦝 : new Cffu methods cffuState/forbidObtrudeMethods/isMinimalStage 🍀

24 Mar 09:14

Choose a tag to compare

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

shifu

🍀 New features

  • add new Cffu method cffuState
  • add new Cffu methods forbidObtrudeMethods/isMinimalStage 🍀

🛠️ Refactor

  • rename CffuFactory methods:
    • getDefaultExecutor -> defaultExecutor
    • isForbidObtrudeMethods -> forbidObtrudeMethods
  • rename Cffu.reset to reset0 🫥
    avoid name conflict to future base method names
  • reorder method categories of Cffu 🚞

📚 Documentation

  • update badges in README
  • add package-info.java for javadoc and lib description
  • fix wording succeed -> successful 📝

🚜 Chore/Bulid

  • bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 (#15)

Java API Doc

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

Maven dependency

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

v0.1.0: first release 🦝💗

23 Mar 11:34

Choose a tag to compare

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

shifu

Java API Doc

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

Maven dependency

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