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:
v7.0.0 - 2022-04-27
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#22 by @JordanMartinez)
New features:
Bugfixes:
Other improvements:
- Added
purs-tidy
formatter (#21 by @thomashoneyman)
v6.0.0 - 2021-02-26
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#17)
- Removed
Newtype
instance forTacitString
(#16)
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
v5.1.0 - 2018-06-19
- Added
Semigroup
andMonoid
instances forMu
(@eric-corumdigital)
v5.0.0 - 2018-05-24
- Updated for PureScript 0.12
v4.0.0 - 2017-04-07
- Updated for PureScript 0.11
- Exported
transMu
fromData.Functor.Mu
- Removed custom
Store
type and used the one frompurescript-transformers
v3.0.0 - 2017-03-06
- Removed custom
Ord1
andEq1
classes
v2.0.0 - 2016-11-03
- Updated for PureScript 0.10
v1.0.0 - 2016-07-18
- Initial release