Z-IO v0.8.1.0 Release Notes
Release Date: 2020-06-12 // almost 5 years ago-
- ✂ Remove
-march=native
flag to improve binary portability.
- ✂ Remove
Previous changes from v0.8.0.0
-
✅ This is an experimental version to test new 'BIO' module.
- Rewrite
Z.IO.BIO
module, nowBIO
is push based. - ✂ Remove
>|>
,>~>
,>!>
, nowBIO
nodes can be composed via funtion composition(.)
! - Remove
zipSource/zipBIO
, addstepBIO/stepBIO_/runBIO_
. - ➕ Add
zipBIO
toZ.IO.BIO.Concurrent
, which run two BIO nodes concurrently. - ➕ Add
ungroupingNode
, changenewGroupingNode
to useVector
. - 👻 Rename
EOF
exception toUnexpectedEOF
to avoid the clash withEOF
pattern.
- Rewrite