Release v0.1.0
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