Improvements
- [core] more lightweight IO effect by @fwbrasil in #825
- [core] Resource improvements + Async.parallelGrouped by @fwbrasil in #824
- [kyo-zio] use:
Fiber.Runtime.UnsafeAPI#interrupt
method by @hearnadam in #833 - [prelude] kernel scaladocs + cleanups by @fwbrasil in #834
- [prelude] more generic Aspect by @fwbrasil in #839
- [prelude] Parse improvements by @fwbrasil in #823
- [prelude] Parse: readAspect + spaced + readWhile + by-name parsers by @fwbrasil in #843
Fixes
- [prelude] fix
Stream#drop
with small Chunks by @hearnadam in #826 - [prelude] provide Flat evidences for Loop.Outcome* by @fwbrasil in #822
- [kyo-data] avoid printing trees when Flat macro fails by @hearnadam in #840
- [core][combinators] workaround issue with nested boundaries by @fwbrasil in #850
- [core] fix interrupts in Fiber.parallelUnbounded by @fwbrasil in #835
Breaking changes
- [prelude][core] Remove
as
from the pending type + makeandThen
always discard by @fwbrasil in #827 - [prelude] remove unused type parameters in ArrowEffect.handle by @fwbrasil in #844
New Contributors
Full Changelog: v0.14.0...v0.14.1