Skip to content

Akkurate 0.4.0

Compare
Choose a tag to compare
@nesk nesk released this 30 Oct 12:07
· 107 commits to main since this release

Summary: Easier validation for JVM dates and iterables. Also, the configuration of the validator got revamped.

⚠️ Breaking changes

  • The Configuration class is now instantiated through a builder DSL (#13)
  • Mark the API of the KSP plugin as experimental (#13)
  • Remove unused MutablePath type alias

Added

  • Support iterating over nullable iterables, like Validatable<Iterable<*>?>. (#16)
  • Add constraints to validate additional JVM types: LocalDate, Duration and Period (#7)