Skip to content

Releases: eManPrague/swagger-codegen

2.3.2 (2023-12-27)

27 Dec 16:50
957a5ad
Compare
Choose a tag to compare

Fixed:

  • Task dependency resolution

2.3.1 (2023-11-09)

09 Nov 14:01
Compare
Choose a tag to compare

Updated:

  • Gradle to 8.4
  • Kotlin to 1.9.10
  • Moshi to 1.15.0

2.3.0 (2021-08-17)

17 Aug 12:48
Compare
Choose a tag to compare

Updated:

Added:

  • Support for Kotlin Multiplatform kotlinx.datetime date library

2.2.3 (2020-08-31)

31 Aug 09:25
Compare
Choose a tag to compare

Added:

  • Auto-hook support for Kotlin MPP.

Fixed:

  • Auto-hook empty collection when searching for compileKotlin or compileJava.

2.2.2 (2020-06-17)

17 Jun 15:52
Compare
Choose a tag to compare

Added:

  • Added additional Kotlin keywords to be escaped (internal, external).

2.2.1 (2020-06-16)

16 Jun 13:51
Compare
Choose a tag to compare

Added:

  • Added option to force java compilation.

Changed:

  • Does not trigger java tasks when compileKotlin is in the project.

2.2.0 (2020-05-05)

05 May 05:23
Compare
Choose a tag to compare

Added:

  • Option to represent Array as ArrayList.

Fixed

  • Data type for type alias pointing to Maps and Arrays.
  • Task additional properties are cleaned properly before each task. Custom properties are removed properly.

2.1.2 (2020-04-28)

28 Apr 08:32
Compare
Choose a tag to compare

Fixed

  • Nested arrays and maps in arrays contain type. Array<Array> is now properly generated as Array<Array<Type>>.

2.1.1 (2020-04-22)

22 Apr 14:35
aa7be51
Compare
Choose a tag to compare

Fixed

  • (jvm-retrofit) an optional @Query parameter marked as not null in case of Kotlin generator. Now it is nullable.
  • (jvm-retrofit) missing default value in a @Query parameter if is present in the yaml file.

2.1.0 (2020-04-16)

16 Apr 15:02
Compare
Choose a tag to compare

Added

  • @path params are always first in operation.
  • Option to force variables of Composed schema (oneOf and anyOf) as not required (nullable).

Changed

Fixed

  • Kotlin allOf inheritance.

Removed

  • Not used constants.