Croupier release v0.2.0 is out
A new release
of Croupier
my Crystal library for tasks and
dataflow programming is out!
- Tasks are mostly YAML serializable (procs can't be serialized)
- Task class uses properties instead of instance variables
- TaskManager is now a struct
- Renamed argument
output
tooutputs
inTask.initialize
where
it makes sense. - Fixed bug merging tasks with multiple outputs
- Fixed bug merging tasks with different flags
- Added missing always_run flag to overloaded
Task.initialize
Full Changelog: v0.1.8...v0.2.0