Skip to content

Releases: davidmoten/openapi-to-plantuml

0.1.30

29 Apr 10:07
Compare
Choose a tag to compare

Enhancements

  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot in #224
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #225
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 by @dependabot in #226
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by @dependabot in #227
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #228
  • Bump io.swagger.parser.v3:swagger-parser from 2.1.21 to 2.1.22 by @dependabot in #229
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #230
  • Bump net.sourceforge.plantuml:plantuml from 1.2024.3 to 1.2024.4 by @dependabot in #231
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by @dependabot in #233
  • Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 by @dependabot in #234
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by @dependabot in #236
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 by @dependabot in #238
  • handle enum with null member

Full Changelog: 0.1.29...0.1.30

0.1.29

18 Mar 05:56
Compare
Choose a tag to compare

Enhancements

  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 by @dependabot in #196
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #197
  • Bump net.sourceforge.plantuml:plantuml from 1.2023.12 to 1.2023.13 by @dependabot in #199
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #200
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #201
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #202
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.22.0 to 2.22.1 by @dependabot in #203
  • Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 by @dependabot in #204
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 by @dependabot in #205
  • Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 by @dependabot in #206
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #207
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 by @dependabot in #208
  • Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 by @dependabot in #209
  • Bump com.github.davidmoten:kool from 0.1.29 to 0.1.30 by @dependabot in #210
  • Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 by @dependabot in #211
  • Bump net.sourceforge.plantuml:plantuml from 1.2023.13 to 1.2024.1 by @dependabot in #212
  • Bump com.github.davidmoten:kool from 0.1.30 to 0.1.32 by @dependabot in #213
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 by @dependabot in #214
  • Bump net.sourceforge.plantuml:plantuml from 1.2024.1 to 1.2024.2 by @dependabot in #215
  • Bump net.sourceforge.plantuml:plantuml from 1.2024.2 to 1.2024.3 by @dependabot in #216
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.22.1 to 2.23.0 by @dependabot in #217
  • Bump com.github.davidmoten:kool from 0.1.32 to 0.1.33 by @dependabot in #218
  • Bump io.swagger.parser.v3:swagger-parser from 2.1.20 to 2.1.21 by @dependabot in #219
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.0 by @dependabot in #221
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot in #222
  • Bump com.github.davidmoten:kool from 0.1.33 to 0.1.34 by @dependabot in #223

Full Changelog: 0.1.28...0.1.29

0.1.28

22 Nov 23:30
Compare
Choose a tag to compare

Bug fixes

  • fix operationId presentation in class
  • fix StackOverflowError in ModelTransformerExtract

Enhancements

  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 by @dependabot in #189
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0 by @dependabot in #190
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot in #191
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #192
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.21.1 to 2.22.0 by @dependabot in #193
  • Bump io.swagger.parser.v3:swagger-parser from 2.1.18 to 2.1.19 by @dependabot in #195
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 by @dependabot in #194
  • limit enum entries, configurable via max.enum.entries system property

Full Changelog: 0.1.27...0.1.28

0.1.27

28 Oct 23:31
Compare
Choose a tag to compare

Enhancements

  • include subClasses in split diagrams

Full Changelog: 0.1.26...0.1.27

0.1.26

28 Oct 23:31
Compare
Choose a tag to compare

Enhancements

  • use operationId as path class name

Full Changelog: 0.1.25...0.1.26

0.1.25

28 Oct 10:54
Compare
Choose a tag to compare

Enhancements

  • make ModelTransformerExtract (split functionality) more efficient and handle oneOf better
  • ensure plantuml dep for image production is not required for ConverterMain
  • add suppressions to spotbugs and checkstyle
  • add egc-api split test

Full Changelog: 0.1.24...0.1.25

0.1.24

26 Oct 11:19
Compare
Choose a tag to compare

Full Changelog: 0.1.23...0.1.24

0.1.23

26 Oct 11:07
Compare
Choose a tag to compare

Enhancements

Runtime

  • Bump io.swagger.parser.v3:swagger-parser from 2.1.16 to 2.1.18 by @dependabot in #179
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.20.0 to 2.21.0 by @dependabot in #180
  • Bump net.sourceforge.plantuml:plantuml from 1.2023.11 to 1.2023.12 by @dependabot in #181
  • Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.21.0 to 2.21.1 by @dependabot in #184
  • Add split by method by @davidmoten in #186

Build

  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 by @dependabot in #182
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by @dependabot in #183
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot in #185

Full Changelog: 0.1.22...0.1.23

0.1.22

17 Oct 09:39
Compare
Choose a tag to compare

Bug fix

  • don't throw when an array is encountered with no items type by @davidmoten in #178

Enhancements

  • Bump plantuml from 1.2023.8 to 1.2023.9 by @dependabot in #164
  • Bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 by @dependabot in #165
  • Bump swagger-parser from 2.1.15 to 2.1.16 by @dependabot in #166
  • Bump plantuml from 1.2023.9 to 1.2023.10 by @dependabot in #167
  • Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot in #172
  • Bump net.sourceforge.plantuml:plantuml from 1.2023.10 to 1.2023.11 by @dependabot in #173
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #174
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6 by @dependabot in #175
  • Bump com.github.davidmoten:guava-mini from 0.1.6 to 0.1.7 by @dependabot in #176
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #177

Full Changelog: 0.1.21...0.1.22

0.1.21

09 Jun 23:22
Compare
Choose a tag to compare

Enhancements

Runtime

Build

Full Changelog: 0.1.20...0.1.21