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:
v4.0.0 - 2021-02-26
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#10, #14)
New features:
- Updated implementation to use Leibniz equality (#11)
Bugfixes:
Other improvements:
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#12)
- Added a changelog and pull request template (#13, #15, #16)
- Fixed tests by making
Coercible
a super class ofTypeEquals
(#14)
v3.0.0 - 2018-05-22
- Updated for PureScript 0.12
v2.1.0 - 2017-04-24
- Added
EffectRowEquals
class
v1.1.0 - 2017-03-28
- Added
EffectRowEquals
class
v2.0.0 - 2017-03-26
- Updated for PureScript 0.11
v1.0.0 - 2016-10-10
- Initial release