Releases: joelittlejohn/jsonschema2pojo
Releases · joelittlejohn/jsonschema2pojo
0.4.34
- Add 'sourceSortOrder' to decide how source files are iterated (#719)
0.4.33
- Support customDatePattern and customDateTimePattern as global config options (#716)
- Support customPattern as an alias for customDatePattern and customDateTimePattern (#715)
- formatDateTimes default pattern should include timezone (#714)
- Fix compilation errors for non-string enums (#713)
- Add 'formatDates' config option to add JsonFormat annotation on format "date" fields (#699)
0.4.32
- org.jsonschema2pojo.ContentResolverTest require internet connection (#704)
- Add option to specify custom fragment path delimiters (#697)
- javaType doesn't work while setting classNamePrefix = "SomePrefix" (#650)
0.4.31
- List property called "status" has items with type "Statu" (#695)
0.4.30
- Cannot use custom date,time types from external dependencies in maven/ant plugins (#673)
- Jackson inclusion option (#671)
- Support URI format properties with a default value using URI.create (#664)
0.4.29
- Fix include additional properties set incorrectly by CLI (#660)
- Remove useless and empty Javadoc (#659)
- @JsonPropertyDescription annotation does not properly extract description from schema (#655)
0.4.28
- Adding support for JSR-305 annotations (#645)
- additionalProperties getter method is missing
@Valid
annotation. (#503)
- Zip of binary distribution of CLI (#500)
0.4.27
- Add ["-", " ", "_"] as default propertyWordDelimiters for Gradle plugin (#625)
- Allow setting custom annotator and custom rule factory fields directly in Gradle (#617)
- Deep-merge array items in example JSONs before generating schemas (#423)
0.4.26
- Remove javax.annotation.Generated as it doesn't ship with Android (#577)
0.4.25
- Supporting other primitives as backing types for enums (#612)
- Generate hashCode and equals even without declared fields (#611)
- Use unique enum constant names (#609)