Skip to content

Releases: icerockdev/moko-network

Release 0.15.1

15 May 02:25
b341b5f
Compare
Choose a tag to compare

Changes

  • #131 fixed incorrect generation for list of nullable objects

Release 0.15.0

30 Apr 08:01
874a0e2
Compare
Choose a tag to compare

Changes

  • #124 Add option enumFallbackNull to moko-network generator config

Thanks

@Tetraquark

Release 0.14.2

22 Apr 01:26
b3e025a
Compare
Choose a tag to compare

Changes

  • #120 fix missed formData model

Release 0.14.1

15 Apr 07:55
92d75bc
Compare
Choose a tag to compare

Changes

  • #115 fix AnyType
  • #104 fix Map in response
  • #113 fix public in API interface

Thanks

@xsveda

Release 0.14.0

03 Apr 08:11
bdacc28
Compare
Choose a tag to compare

Changes

  • #102 anyOf schema support
  • #109 migration to mavenCentral

Release 0.13.0

31 Mar 05:54
3c6ddd3
Compare
Choose a tag to compare

Changes

  • #53 generation of interfaces for api
  • #106 allOf schema support

Release 0.12.0

17 Mar 14:23
Compare
Choose a tag to compare

Changes

  • #70 SSL exceptions processed in errors with description
  • #96 decimal support (with korlibs bignum integration)
  • explicit kotlin.Unit to prevent collisions
  • nullable decode tests

Thanks

@Dorofeev

Release 0.11.0

04 Mar 09:20
d04ac38
Compare
Choose a tag to compare

Changes

  • #42 ktor 1.5.2, serialization 1.1.0, kotlin 1.4.31
  • #81 HttpExceptionParser now SAM interface
  • #32 invalid format in GMTDate parsing will throw InvalidArgumentException instead of NullPointerException
  • #71 now you can configure target sourceSet in plugin
  • #83 oneOf usage in spec will generate JsonElement
  • #80 fix invalid generation of arrays
  • #82 improve support of required and nullable properties attributes
  • #89 fix null in enum type
  • #92 fix uniqueItems support

Thanks

@Tetraquark

Release 0.10.0

19 Feb 13:34
e7398e8
Compare
Choose a tag to compare

Changes

  • #72 UP-TO-DATE marks for generation tasks
  • #76 ResponseException have response body field
  • #75 nullable: true for required fields support

Thanks

@Tetraquark

Release 0.9.3

03 Feb 07:36
e6792b8
Compare
Choose a tag to compare

Changes

  • Fix mapping object open-api content type to kotlin JsonObject #67