Z-IO v0.8.1.0 Release Notes

Release Date: 2020-06-12 // almost 4 years ago
    • ✂ Remove -march=native flag to improve binary portability.

Previous changes from v0.8.0.0

  • ✅ 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.