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.
Breaking changes:
New features:
Bugfixes:
Other improvements:
v1.0.0 - 2022-04-27
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#26 by @JordanMartinez)
New features:
Bugfixes:
Other improvements:
- Added
purs-tidy
formatter (#25 by @thomashoneyman) - Updated dependencies to clear build errors related to unlisted dependencies (#24 by @flounders)
v0.5.0 - 2021-02-26
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#20)
New features:
Bugfixes:
Other improvements:
- Changed default branch to
main
frommaster
- Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#15)
v0.4.0 - 2018-06-28
- Updated for PureScript 0.12 (@xgrommx)
v0.3.0 - 2017-04-11
- Updated for PureScript 0.11
v0.2.0 - 2017-03-06
- Updated
purescript-fixed-points
dependency
v0.1.1 - 2017-01-03
- Relaxed
Comonad
constraint toFunctor
forCorecursive Cofree
instance
v0.1.0 - 2016-12-30
- Initial release