You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
This plugin was originally designed for use by the OpenAPi v3 Maven Plugin, but works with the
4
4
command line generator and the Gradle plugin. it generates _excellent_ Dart code and uses Dio.
5
5
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
+
6
12
== How to use
7
13
8
14
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:
22
28
<dependency>
23
29
<groupId>com.bluetrainsoftware.maven</groupId>
24
30
<artifactId>openapi-dart-generator</artifactId>
25
-
<version>5.10</version>
31
+
<version>5.12</version>
26
32
</dependency>
27
33
</dependencies>
28
34
<executions>
@@ -267,6 +273,7 @@ The source for the tests is located in src/k8s** folders. The generated test out
267
273
268
274
==== Changelog
269
275
276
+
- 5.12 - contributed fixes for inherited types (via https://github.com/roald-di)
270
277
- 5.11 - fix date/datetime strings in queries to not be encoded. Updated to use 5.2.1 of OpenAPI. Fixed a bunch
271
278
of templating issues that arose because of it.
272
279
- 5.10 - removal of an unnecessary date/time typecast for null safety
0 commit comments