Skip to content

Latest commit

 

History

History
66 lines (35 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

66 lines (35 loc) · 2.26 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:

  • Update project and deps to PureScript v0.15.0 (#23 by @JordanMartinez)

New features:

Bugfixes:

Other improvements:

v4.0.1 - 2021-04-19

Other improvements:

  • Renamed default branch to main from master (@thomashoneyman)
  • Fix UnusedName warnings revealed by v0.14.1 PureScript release (#22 by @JordanMartinez)

v4.0.0 - 2021-03-07

  • Added support for PureScript 0.14 and dropped support for all previous versions.

v3.0.1 - 2018-06-29

  • Added missing exports in Data.Compactable (@gabejohnson)

v3.0.0 - 2018-05-25

  • Added support for PureScript 0.12, dropping support for previous compiler versions

v2.4.0 - 2017-08-09

  • Added extra defaults for partition and filter (#10 by @i-am-tom)

v2.2.0 - 2017-05-13

  • Added instances for Map

v2.0.1 - 2017-05-13

  • Backported partitionDefault/eitherBool fix to 2.0.x

v2.1.0 - 2017-05-13

  • Added instance of Filterable for Data.List (@afcondon)

v2.0.0 - 2017-04-10

  • Added support for PureScript 0.11, dropping support for previous compiler versions

v1.0.0 - 2016-10-18

  • Initial release of the filterable library