Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

48 lines (27 loc) · 1.49 KB

Changelog

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.

[Unreleased]

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 of TypeEquals (#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