|
| 1 | +# Changelog |
| 2 | + |
| 3 | +Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +Breaking changes: |
| 8 | + |
| 9 | +New features: |
| 10 | + |
| 11 | +Bugfixes: |
| 12 | + |
| 13 | +Other improvements: |
| 14 | + |
| 15 | +## [v4.1.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v4.1.0) - 2020-01-26 |
| 16 | + |
| 17 | +Added instances for `Maybe` |
| 18 | + |
| 19 | +## [v4.0.2](https://github.com/purescript/purescript-unfoldable/releases/tag/v4.0.2) - 2019-05-29 |
| 20 | + |
| 21 | +Documentation improvements: give every function at least one example, and fix a couple of minor errors. |
| 22 | + |
| 23 | +## [v4.0.1](https://github.com/purescript/purescript-unfoldable/releases/tag/v4.0.1) - 2019-05-28 |
| 24 | + |
| 25 | +* Improved documentation to clarify the relationship between `Unfoldable` and `Unfoldable1`. |
| 26 | + |
| 27 | +## [v4.0.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v4.0.0) - 2018-05-23 |
| 28 | + |
| 29 | +- Updated for PureScript 0.12 |
| 30 | +- `Unfoldable1` is now a superclass of `Unfoldable` (if a value can be unfolded from something that is possibly empty, it can certainly be unfolded from something that is not empty). This also matches the relationship of `Foldable` and `Foldable1`, albeit in reverse. |
| 31 | + |
| 32 | +## [v3.2.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v3.2.0) - 2018-04-07 |
| 33 | + |
| 34 | +- Added `Unfoldable1` class (@matthewleon, @garyb) |
| 35 | + |
| 36 | +## [v3.1.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v3.1.0) - 2017-12-10 |
| 37 | + |
| 38 | +Add `range` for unfolding a range of integers (@matthewleon) |
| 39 | + |
| 40 | +## [v3.0.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v3.0.0) - 2017-03-26 |
| 41 | + |
| 42 | +- Updated for PureScript 0.11 |
| 43 | + |
| 44 | +## [v2.0.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v2.0.0) - 2016-10-07 |
| 45 | + |
| 46 | +- Updated dependencies |
| 47 | + |
| 48 | +## [v1.1.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v1.1.0) - 2016-09-30 |
| 49 | + |
| 50 | +Add `fromMaybe` (@eskimor) |
| 51 | + |
| 52 | +## [v1.0.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v1.0.0) - 2016-06-01 |
| 53 | + |
| 54 | +This release is intended for the PureScript 0.9.1 compiler and newer. |
| 55 | + |
| 56 | +**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. |
| 57 | + |
| 58 | +## [v1.0.0-rc.2](https://github.com/purescript/purescript-unfoldable/releases/tag/v1.0.0-rc.2) - 2016-04-02 |
| 59 | + |
| 60 | +- Removed dependency on `purescript-arrays` so as to enable a `toUnfoldable` implementation in `Data.Array` |
| 61 | + |
| 62 | +## [v1.0.0-rc.1](https://github.com/purescript/purescript-unfoldable/releases/tag/v1.0.0-rc.1) - 2016-03-17 |
| 63 | + |
| 64 | +- Release candidate for the psc 0.8+ core libraries |
| 65 | + |
| 66 | +## [v0.4.1](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.4.1) - 2015-09-26 |
| 67 | + |
| 68 | +Adds `replicate`, `replicateA`, `none`, and `singleton` (@LiamGoodacre) |
| 69 | + |
| 70 | +## [v0.4.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.4.0) - 2015-06-30 |
| 71 | + |
| 72 | +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. |
| 73 | + |
| 74 | +## [v0.4.0-rc.1](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.4.0-rc.1) - 2015-06-07 |
| 75 | + |
| 76 | +Initial release candidate of the library intended for the 0.7 compiler. |
| 77 | + |
| 78 | +## [v0.3.2](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.3.2) - 2015-03-18 |
| 79 | + |
| 80 | +Update docs |
| 81 | + |
| 82 | +## [v0.3.1](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.3.1) - 2015-03-17 |
| 83 | + |
| 84 | +Update docs |
| 85 | + |
| 86 | +## [v0.3.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.3.0) - 2015-02-21 |
| 87 | + |
| 88 | +**This release requires PureScript v0.6.8 or later** |
| 89 | +- Updated dependencies |
| 90 | + |
| 91 | +## [v0.2.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.2.0) - 2014-11-28 |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | +## [v0.1.0](https://github.com/purescript/purescript-unfoldable/releases/tag/v0.1.0) - 2014-08-27 |
| 96 | + |
| 97 | + |
| 98 | + |
0 commit comments