Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

65 lines (37 loc) · 2.13 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:

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 for TacitString (#16)

New features:

Bugfixes:

Other improvements:

  • Changed default branch to main from master
  • 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 and Monoid instances for Mu (@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 from Data.Functor.Mu
  • Removed custom Store type and used the one from purescript-transformers

v3.0.0 - 2017-03-06

  • Removed custom Ord1 and Eq1 classes

v2.0.0 - 2016-11-03

  • Updated for PureScript 0.10

v1.0.0 - 2016-07-18

  • Initial release