Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

59 lines (33 loc) · 2.02 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:

v5.0.0 - 2022-04-27

Breaking changes:

  • Migrate FFI to ES modules (#19 by @JordanMartinez)

New features:

Bugfixes:

Other improvements:

  • Added purs-tidy formatter (#17 by @thomashoneyman)

v4.0.0 - 2021-02-26

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#13)

New features:

Bugfixes:

Other improvements:

  • Changed default branch to main from master

v3.1.0 - 2020-10-02

New features:

  • Adds UnsafeRefEq and UnsafeRefEqFallback newtypes. The first newtype uses unsafe reference equality as an equality check, while the second will try unsafeRefEq and fall back to an underlying Eq instance. This can provide a significant performance improvement in some situations. Implemented in #7 by @LiamGoodacre.

v3.0.1 - 2018-06-23

  • Added metadata including contributor guidelines
  • Pushed latest release to Pursuit

v3.0.0 - 2018-05-25

  • Updated for 0.12

v2.0.0 - 2017-04-03

  • Updated for PureScript 0.11

v1.0.0 - 2017-02-20

  • Initial release