Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@jakipatryk jakipatryk released this 27 Dec 10:09
· 28 commits to main since this release
34851c4

Initial release of the library, with the following functionality:

  • all parameters of a case class are automatically recognized without any custom annotations
  • all parameters of a case class that have a type different from Option are marked as required
  • Spring endpoints returning Unit are "No Content"
  • support for basic Scala collections (Map, Seq, Set, Array) as types of case class parameters
  • only top-level case classes need to be registered, child case classes are then recursively registered