Skip to content

Release v0.81

Latest
Compare
Choose a tag to compare
@release-drafter release-drafter released this 26 Mar 07:52
· 107 commits to refs/heads/main since this release
0fbde47

🚀 Features

  1. Use Slf4j instead of java.util.logging (#359)
  2. Add default support for more types (#304)
    1. java.time.MonthDay
    2. java.time.ZoneId
    3. java.time.ZoneOffset
    4. java.util.regex.Pattern

🧰 Maintenance

  1. Actualize PMD configuration (#354)
  2. MethodInfo refactoring (#345)
  3. Simplify generated toString() & equals() methods (#341)
  4. add unit tests for multi-line string (#316)
  5. Generate JARs with test sources (#310)