Skip to content

Releases: joelittlejohn/jsonschema2pojo

0.4.34

23 Apr 20:45
Compare
Choose a tag to compare
  • Add 'sourceSortOrder' to decide how source files are iterated (#719)

0.4.33

28 Mar 20:47
Compare
Choose a tag to compare
  • 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

21 Mar 20:05
Compare
Choose a tag to compare
  • 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

02 Mar 11:36
Compare
Choose a tag to compare
  • List property called "status" has items with type "Statu" (#695)

0.4.30

05 Feb 22:52
Compare
Choose a tag to compare
  • 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

14 Dec 23:27
Compare
Choose a tag to compare
  • 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

06 Dec 00:01
Compare
Choose a tag to compare
  • 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

26 Sep 20:52
Compare
Choose a tag to compare
  • 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

02 Sep 08:15
Compare
Choose a tag to compare
  • Remove javax.annotation.Generated as it doesn't ship with Android (#577)

0.4.25

29 Aug 23:53
Compare
Choose a tag to compare
  • Supporting other primitives as backing types for enums (#612)
  • Generate hashCode and equals even without declared fields (#611)
  • Use unique enum constant names (#609)