Z-IO v0.8.0.0 Release Notes

Release Date: 2020-04-25 // almost 4 years ago
  • ✅ This is an experimental version to test new 'BIO' module.

    • Rewrite Z.IO.BIO module, now BIO is push based.
    • ✂ Remove >|>, >~>, >!>, now BIO nodes can be composed via funtion composition (.)!
    • Remove zipSource/zipBIO, add stepBIO/stepBIO_/runBIO_.
    • ➕ Add zipBIO to Z.IO.BIO.Concurrent, which run two BIO nodes concurrently.
    • ➕ Add ungroupingNode, change newGroupingNode to use Vector.
    • 👻 Rename EOF exception to UnexpectedEOF to avoid the clash with EOF pattern.