1.0.2
joelittlejohn
released this
27 Jan 21:23
·
274 commits
to master
since this release
- Restrict JSR-303 annotations to supported field types (#1063)
- Add package when javaType is not a fully qualified name (#1054)
- Feature/format type mapping for array types (#1044)
- Implement javaEnums extension (#1041)
- Covariant return types on build() method (avoid having to cast after calling the build() method on a subclass) (#1014)
- Add support for @digits JSR-303 annotation (#977)
- Add support for title and description on Enums (#975)
- Add support for including JsonTypeInfo Annotation (#967)