Skip to content

Releases: agcom/knio2

0.4.1

18 Aug 19:51
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • Updated Kotlin to 1.5.21.
  • Updated Kotlinx coroutines to 1.5.1.
  • Updated Gradle to 7.2.

0.4.0

14 May 06:11
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Updated Kotlin to 1.5.0.

0.3.0

07 Feb 16:18
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Added AsynchronousServerSocketChannel suspending extension functions (#3)
  • Migrated to non-cancellable suspending calls (#6)
  • Updated Kotlin to 1.4.30
  • Changed Kotlinx coroutines core library dependency scope to implementation (now it's non-transitive)

0.2.0

29 Jan 13:20
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Replaced suspendCoroutine with suspendCancellabeCoroutine (#5)
  • Added AsynchronousFileChannel suspending extension functions (#2)

0.1.0

28 Jan 09:17
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Added suspending extension functions for following classes,
    • AsynchronousByteChannel
    • AsynchronousSocketChannel
  • Added readme
  • Published to JCenter (#1)