Releases: RileyEv/CircuitFlow
Releases · RileyEv/CircuitFlow
0.3.0.1
Removes the unnecessary Show contraint from the Task smart constructor
0.3.0.0
Breaking Changes to most types.
This updates removes the applied parameters to the circuit type - reducing the type parameters down to 5.
0.2.0.0
Breaking Changes to DataStore
- VariableStore has moved to Var and now uses a MVar under-the-hood.
- UUIDs have been restructured, with them assigned for each task and job.
- All file storage methods have lost the choice of the file name they
are saved to.