2018-11-03 19:49:19 +03:00
|
|
|
# Changelog for free-category
|
|
|
|
|
2019-08-31 13:23:27 +03:00
|
|
|
## Version 0.0.3.0
|
|
|
|
- Efficient 'Cat' and 'Aff' based on real time queues with scheduling
|
|
|
|
- Added Monoid instances
|
|
|
|
- Added Op category
|
|
|
|
- added `arrArr`, `mapArr`, `foldArr` for `Arr` free arrow category
|
|
|
|
- added `arrCat`, `mapCat`, `fodlMap` for `Cat` free categroy
|
|
|
|
|
2019-01-26 13:00:56 +03:00
|
|
|
## Version 0.0.2.0
|
|
|
|
|
|
|
|
- EffCategory class and FreeEffCat category transformer
|
|
|
|
- Example usage of FreeEffCat
|
|
|
|
|
2018-11-03 19:49:19 +03:00
|
|
|
## Version 0.0.1.0
|
|
|
|
- free category (concrete and condensity transformed)
|
|
|
|
- free arrows (concrete and condensity transformed)
|
|
|
|
|
|
|
|
## Unreleased changes
|
2019-08-31 15:03:38 +03:00
|
|
|
- hoistOp
|