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:
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
frommaster
(@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
andfilter
(#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
forData.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