Releases: icerockdev/moko-network
Releases · icerockdev/moko-network
Release 0.15.1
Changes
- #131 fixed incorrect generation for list of nullable objects
Release 0.15.0
Release 0.14.2
Changes
- #120 fix missed formData model
Release 0.14.1
Release 0.14.0
Release 0.13.0
Release 0.12.0
Release 0.11.0
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 throwInvalidArgumentException
instead ofNullPointerException
- #71 now you can configure target
sourceSet
in plugin - #83
oneOf
usage in spec will generateJsonElement
- #80 fix invalid generation of arrays
- #82 improve support of
required
andnullable
properties attributes - #89 fix
null
inenum
type - #92 fix
uniqueItems
support
Thanks
Release 0.10.0
Release 0.9.3
Changes
- Fix mapping
object
open-api content type to kotlinJsonObject
#67