Skip to content

Commit

Permalink
Update changelog since v4.0.2 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman authored Jan 20, 2021
1 parent 2358b10 commit 45ed0a4
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -47,41 +50,31 @@ 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

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

Expand All @@ -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

0 comments on commit 45ed0a4

Please sign in to comment.