Skip to content

Commit fd23b9f

Browse files
committed
Release of 5.12
1 parent aa0198e commit fd23b9f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This plugin was originally designed for use by the OpenAPi v3 Maven Plugin, but works with the
44
command line generator and the Gradle plugin. it generates _excellent_ Dart code and uses Dio.
55

6+
NOTE: we are currently using 5.2.1 of the OpenAPI generate and have no plans to update until an issue that is specific to the core crops up that we cannot resolve. The OpenAPI Maven generator updates primarily because it is the only way they can release new versions of individual generators, which we think is not the right way to deal with language support.
7+
8+
== Sponsors
9+
10+
This project is sponsored by https://www.featurehub.io[FeatureHub].
11+
612
== How to use
713

814
This tool can be used via Maven, Gradle or from the command line. There are important additional properties that
@@ -22,7 +28,7 @@ To use it, do something like this:
2228
<dependency>
2329
<groupId>com.bluetrainsoftware.maven</groupId>
2430
<artifactId>openapi-dart-generator</artifactId>
25-
<version>5.10</version>
31+
<version>5.12</version>
2632
</dependency>
2733
</dependencies>
2834
<executions>
@@ -267,6 +273,7 @@ The source for the tests is located in src/k8s** folders. The generated test out
267273

268274
==== Changelog
269275

276+
- 5.12 - contributed fixes for inherited types (via https://github.com/roald-di)
270277
- 5.11 - fix date/datetime strings in queries to not be encoded. Updated to use 5.2.1 of OpenAPI. Fixed a bunch
271278
of templating issues that arose because of it.
272279
- 5.10 - removal of an unnecessary date/time typecast for null safety

0 commit comments

Comments
 (0)