All breaking API changes to this project will be documented in this file.
- [kyo-core]
Fiber.use: use a forked fiber within a function and clean it up - [kyo-core]
Fiber.initUnscoped: fork a fiber without guaranteeing cleanup (formerlyFiber.init) - [kyo-combinators]
.forkUsing: applyFiber.use - [kyo-logging-jpl]
kyo.JavaLog: bridgeLogto Java platform logging a.k.a.System.Logger - [kyo-logging-slf4j]
kyo.SLF4JLog: bridgeLogto SLF4J 2.0 API
- [kyo-combinators]
.forkScoped: changed to.fork - [kyo-core]
LogPlatformSpecific.Unsafe.SLF4J: removed from JVM module, see above
- [kyo-core]
Fiber.init: useScopeeffect to guarantee termination of forked fiber - [kyo-combinators]
.fork: applyFiber.init(formerly.forkScoped) - [kyo-prelude] The
Parseeffect has been moved to a newkyo-parsemodule - [kyo-core]
Log.live: defaulting toUnsafe.ConsoleLoggerfor all platforms