- Bump base dependency bounds to allow use of GHC 9.x
- Fix warnings
- Generalising processes to allow for different transport for process group.
- Added
processesUnagi
function.
- Adding
processes
function that runs a set of processes over the input. - Adding
withChurro
helper function.
- Generalising list type to Foldable/Traversible where possible (
sources
). - Additional documentation
- Underscore variants of prelude function that specialise Async action to
()
.
- Generalised functions to have Monoid for Async action result.
- Added type families to transport class to allow for different in/out types
- Added support for unagi-chan
- Added support for bounded unagi-chan
- Updating documentation
- Transport method
flex
now returns a pair of channels to move towards support for Unagi. - Addition of new prelude methods such as
sources
. - Adding README.md to Hackage contents page.
- Fixed broken changelog.
- Added
sources
combinator.
- Added new prelude functions and updated to export main library.
- Updated documentation.
- First version. Released on an unsuspecting world.