Releases: huanshankeji/kotlin-common
v0.6.1
v0.6.0
What's Changed
-
add conversion functions to convert Vert.x
Buffer
s to kotlinx-ioRawSink
s andSink
s and OkioSink
s andBufferedSink
sThe
Source
conversion functions are not provided because Vert.xBuffer
doesn't provide reading methods with a reader index. -
adapt to the Exposed SELECT DSL design changes and bump Exposed to v0.56.0
The old
deleteWhereStatement
that conflicts with the new one is removed, causing a source and binary incompatible change. -
add API documentation generated by Dokka hosted at https://huanshankeji.github.io/kotlin-common/
-
add CODE_OF_CONDUCT.md and CONTRIBUTING.md
-
use the Kotlin binary compatibility validator
-
add some experimental plus operators for nullable functions/lambdas
-
add some common functions for Exposed and Vert.x SQL Client such as
jdbcUrl
,ClientBuilder<*>.withCoConnectHandler
, andSqlConnectOptions.setUpConventionally
-
add a
CoroutineAutoCloseable
interface likeAutoCloseable
and its version of theuse
extension function
v0.5.1
v0.5.0
What's Changed
- support the iOS and Wasm JS targets
- add the enum operator functions
+
,-
,++
,--
sinceenumEntries
got supported in Kotlin 2.0 - add
MutableMapStringKeyValueStore
- add more functions for checking OSs in
com.huanshankeji.os
- add some
isSorted...
extension functions that the standard library lacks
v0.4.0
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.4
v0.2.2
v0.1.2-kotlin-1.6.10
Merge branch 'kotlin-1.6.10' into kotlin-1.6.10-release v0.1.2-kotlin-1.6.10 release
v0.1.1-kotlin-1.6.10
Merge branch 'kotlin-1.6.10' into kotlin-1.6.10-release v0.1.1-kotlin-1.6.10 release