kroto-plus v0.6.1 Release Notes
Release Date: 2020-02-04 // almost 5 years ago-
๐ CHANGELOG
๐ Version 0.6.1
2020-02-03
๐ Proto Builders (DSL)
- ๐ Fix: Dsl marker interfaces are properly omitted from generated code when disabled PR-106
๐ Gradle Plugin
- ๐ New: Automatically configure artifact version for project kroto dependencies with missing version PR-107 Thanks to @Fleshgrinder
Previous changes from v0.6.0
-
๐ CHANGELOG
๐ Version 0.6.0
2019-12-26
- ๐ New: Update to Kotlin
1.3.61
PR-97 - ๐ New: Update to Kotlin Coroutines
1.3.3
๐ Protoc Plugin
- ๐ง New: Publish native executables for the following platforms
osx-x86_64
,linux-x86_64
,windows-x86_64
PR-87
Coroutines
- ๐ New: Include proto documentation in generated sources PR-86 Thanks to @metarag
- ๐ Fix: Closing outbound channels with an exception now propagates a cancellation to the underlying stream GH-93 Thanks to @jebbench
- ๐ Fix: Update method signature support to adhere to spec GH-92
๐ Proto Builders (DSL)
- ๐ Fix: Prevent naming collisions in proto builders PR-88 Thanks to @keyserbrian1
๐ Gradle Plugin
- ๐ New: Introduce new experimental configuration DSL plugin PR-14 Thanks to @mattdkerr. An example can be found at krotoPlusConfig.gradle
- ๐ New: Update to Kotlin