Skip to content

Releases: Kobee1203/schema-org-java

0.11.0

22 Feb 14:13

Choose a tag to compare

Release Schema.org Java 0.11.0.
For a list of changes in this version, see CHANGELOG.md.

What's Changed

  • [generator] New CLI with Picocli library 🚀 by @Kobee1203 in #267
    schema-org-java-cli-ezgif com-optimize
  • [generator] Sort imports alphabetically by @Kobee1203 in #271
  • [generator] Sort type properties alphabetically by @Kobee1203 in #271
  • [generator] Remove Javadoc from the methods of implementation classes by @Kobee1203 in #271 (Issue #270)

Full Changelog: 0.10.0...0.11.0

0.10.0

14 Feb 16:25

Choose a tag to compare

Release Schema.org Java 0.10.0.
For a list of changes in this version, see CHANGELOG.md.

What's Changed

  • Feature/237 by @Kobee1203 in #238
  • ossrh-eol: publish via the Central Publisher Portal directly by @Kobee1203 in #239
  • Bump org.apache.maven:maven-core from 3.9.9 to 3.9.11 by @dependabot[bot] in #211
  • Bump org.apache.maven:maven-plugin-api from 3.9.9 to 3.9.11 by @dependabot[bot] in #212
  • Bump junit-jupiter-engine.version from 5.12.2 to 5.13.4 by @dependabot[bot] in #215
  • Bump commons-cli:commons-cli from 1.9.0 to 1.10.0 by @dependabot[bot] in #218
  • Bump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.20.0 by @dependabot[bot] in #225
  • Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #222
  • Bump io.github.hakky54:logcaptor from 2.11.0 to 2.12.1 by @dependabot[bot] in #227
  • Bump org.mockito:mockito-junit-jupiter from 5.17.0 to 5.20.0 by @dependabot[bot] in #230
  • Bump net.javacrumbs.json-unit:json-unit-assertj from 4.1.0 to 5.0.0 by @dependabot[bot] in #234
  • Bump actions/checkout from 4 to 6 by @dependabot[bot] in #236
  • Bump org.assertj:assertj-core from 3.27.3 to 3.27.7 by @dependabot[bot] in #240
  • Bump io.github.hakky54:logcaptor from 2.12.1 to 2.12.2 by @dependabot[bot] in #241
  • Bump actions/cache from 4 to 5 by @dependabot[bot] in #242
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.10.0 by @dependabot[bot] in #243
  • Bump commons-cli:commons-cli from 1.10.0 to 1.11.0 by @dependabot[bot] in #244
  • Bump org.sonarsource.scanner.maven:sonar-maven-plugin from 5.1.0.4751 to 5.5.0.6356 by @dependabot[bot] in #245
  • Bump org.apache.maven:maven-core from 3.9.11 to 3.9.12 by @dependabot[bot] in #246
  • Bump org.apache.maven:maven-plugin-api from 3.9.11 to 3.9.12 by @dependabot[bot] in #247
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.3.1 by @dependabot[bot] in #248
  • Bump net.javacrumbs.json-unit:json-unit-assertj from 5.0.0 to 5.1.0 by @dependabot[bot] in #249
  • Bump nl.jqno.equalsverifier:equalsverifier from 3.19.4 to 4.3.1 by @dependabot[bot] in #250
  • Bump org.apache.maven.plugins:maven-plugin-plugin from 3.15.1 to 3.15.2 by @dependabot[bot] in #251
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #252
  • Bump org.projectlombok:lombok from 1.18.38 to 1.18.42 by @dependabot[bot] in #253
  • Bump junit-jupiter-engine.version from 5.13.4 to 6.0.2 by @dependabot[bot] in #254
  • Bump com.github.jknack:handlebars-helpers from 4.4.0 to 4.5.0 by @dependabot[bot] in #255
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0 by @dependabot[bot] in #256
  • Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.29 by @dependabot[bot] in #257
  • Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2 by @dependabot[bot] in #258
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.15.0 by @dependabot[bot] in #259
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #260
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #262
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by @dependabot[bot] in #263
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0 by @dependabot[bot] in #264
  • Bump org.mockito:mockito-junit-jupiter from 5.20.0 to 5.21.0 by @dependabot[bot] in #265
  • Feature/handle contributor property by @Kobee1203 in #266

Full Changelog: 0.9.0...0.10.0

0.9.0

02 May 13:49

Choose a tag to compare

Release Schema.org Java 0.9.0.
For a list of changes in this version, see CHANGELOG.md.

What's Changed

  • Support custom Serializers and Deserializers #182 by @Kobee1203 in #193
  • Bump nl.jqno.equalsverifier:equalsverifier from 3.19.3 to 3.19.4 by @dependabot in #192
  • Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 by @dependabot in #191
  • [generator] Allows custom java types for schema.org Data Types #182 by @Kobee1203 in #194

Full Changelog: 0.8.0...0.9.0

0.8.0

24 Apr 12:07

Choose a tag to compare

Release Schema.org Java 0.8.0.
For a list of changes in this version, see CHANGELOG.md.

0.7.0

23 Sep 07:54

Choose a tag to compare

Release Schema.org Java 0.7.0.
For a list of changes in this version, see CHANGELOG.md.

0.6.0

23 Apr 09:28

Choose a tag to compare

Release Schema.org Java 0.6.0.
For a list of changes in this version, see CHANGELOG.md.

0.5.0

29 Mar 17:55

Choose a tag to compare

Release Schema.org Java 0.5.0.
For a list of changes in this version, see CHANGELOG.md.

0.4.0

07 Feb 22:47

Choose a tag to compare

Release Schema.org Java 0.4.0.
For a list of changes in this version, see CHANGELOG.md.

0.3.1

26 Dec 23:50

Choose a tag to compare

Release Schema.org Java 0.3.1

0.3.0

17 Dec 14:33

Choose a tag to compare

Release Schema.org Java 0.3.0