From 45ed0a496543598ab56fa1037e78b371a2af36a9 Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Wed, 20 Jan 2021 04:35:40 -0800 Subject: [PATCH] Update changelog since v4.0.2 (#33) --- CHANGELOG.md | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dceb48..88c8130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,24 +5,27 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] Breaking changes: +- Added support for PureScript 0.14 and dropped support for all previous versions (#29) New features: Bugfixes: Other improvements: +- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#30) +- Added a changelog and pull request template (#32) ## [v4.1.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v4.1.0) - 2020-01-26 -Added instances for `Maybe` +- Added instances for `Maybe` ## [v4.0.2](https://github.com/purescript/purescript-unfoldable/releases/tag/v4.0.2) - 2019-05-29 -Documentation improvements: give every function at least one example, and fix a couple of minor errors. +- Documentation improvements: give every function at least one example, and fix a couple of minor errors. ## [v4.0.1](https://github.com/purescript/purescript-unfoldable/releases/tag/v4.0.1) - 2019-05-28 -* Improved documentation to clarify the relationship between `Unfoldable` and `Unfoldable1`. +- Improved documentation to clarify the relationship between `Unfoldable` and `Unfoldable1`. ## [v4.0.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v4.0.0) - 2018-05-23 @@ -35,7 +38,7 @@ Documentation improvements: give every function at least one example, and fix a ## [v3.1.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v3.1.0) - 2017-12-10 -Add `range` for unfolding a range of integers (@matthewleon) +- Added `range` for unfolding a range of integers (@matthewleon) ## [v3.0.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v3.0.0) - 2017-03-26 @@ -47,7 +50,7 @@ Add `range` for unfolding a range of integers (@matthewleon) ## [v1.1.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v1.1.0) - 2016-09-30 -Add `fromMaybe` (@eskimor) +- Added `fromMaybe` (@eskimor) ## [v1.0.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v1.0.0) - 2016-06-01 @@ -55,33 +58,23 @@ This release is intended for the PureScript 0.9.1 compiler and newer. **Note**: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly. -## [v1.0.0-rc.2](https://github.com/purescript/purescript-unfoldable/releases/tag/v1.0.0-rc.2) - 2016-04-02 - - Removed dependency on `purescript-arrays` so as to enable a `toUnfoldable` implementation in `Data.Array` -## [v1.0.0-rc.1](https://github.com/purescript/purescript-unfoldable/releases/tag/v1.0.0-rc.1) - 2016-03-17 - -- Release candidate for the psc 0.8+ core libraries - ## [v0.4.1](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.4.1) - 2015-09-26 -Adds `replicate`, `replicateA`, `none`, and `singleton` (@LiamGoodacre) +- Added `replicate`, `replicateA`, `none`, and `singleton` (@LiamGoodacre) ## [v0.4.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.4.0) - 2015-06-30 This release works with versions 0.7.\* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library. -## [v0.4.0-rc.1](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.4.0-rc.1) - 2015-06-07 - -Initial release candidate of the library intended for the 0.7 compiler. - ## [v0.3.2](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.3.2) - 2015-03-18 -Update docs +- Updated docs ## [v0.3.1](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.3.1) - 2015-03-17 -Update docs +- Updated docs ## [v0.3.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.3.0) - 2015-02-21 @@ -90,9 +83,8 @@ Update docs ## [v0.2.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.2.0) - 2014-11-28 - +- Fix arrays dependency ## [v0.1.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.1.0) - 2014-08-27 - - +- Initial release