Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning. This file is updated via purs-changelog
New features:
- Added smart constructors for monad transformers.
Bugfixes:
- Fixed
Writer
accumulation in theMonadRec
instance forRWSET
.
Other improvements:
- Refactored trampoline usages in the
Bind
andMonadError
instances forRWSET
.
Internal:
- Added initial unit tests for the project using
spec
.
Initial Release
Initial Release