Moko Network Versions Save

Network components with codegeneration of rest api for mobile (android & ios) Kotlin Multiplatform development

release/0.15.1

3 years ago

Changes

  • #131 fixed incorrect generation for list of nullable objects

release/0.15.0

3 years ago

Changes

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

Thanks

@Tetraquark

release/0.14.2

3 years ago

Changes

  • #120 fix missed formData model

release/0.14.1

3 years ago

Changes

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

Thanks

@xsveda

release/0.14.0

3 years ago

Changes

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

release/0.13.0

3 years ago

Changes

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

release/0.12.0

3 years ago

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

3 years ago

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

3 years ago

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

3 years ago

Changes

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