... Updated releases:
- Injekt to 1.16.1 (Kotlin 1.0.2, there are now alpha releases for 2.0 underway, more news soon)
- Klutter to 1.18.0 (Kotlin 1.0.2, added promise versions of Vert.x share data methods)
And bigger changes to Kovert, now 0.13.0 and adds:
* Support for default values in parameters of controller methods, this means you could use Injekt to add values if missing
* Nullable primitives now work as parameters of controller methods
* Enum types now work as parameters of controller methods
* New
HttpErrorCodeWithBody
exception class to return a String or JSON (from deserializing your passed object) as body when a error status code is set.