|
| 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-const/releases/tag/v4.1.0) - 2018-10-30 |
| 16 | + |
| 17 | +Added instances for `Bifunctor`, `Bifoldable`, `Bitraversable`, `FunctorWithIndex`, `FoldableWithIndex`, `TraversableWithIndex` (@MonoidMusician) |
| 18 | + |
| 19 | +## [v4.0.0](https://github.com/purescript/purescript-const/releases/tag/v4.0.0) - 2018-05-23 |
| 20 | + |
| 21 | +- Updated for PureScript 0.12 |
| 22 | +- Removed `Bind` instance that was inconsistent with `Apply` |
| 23 | + |
| 24 | +## [v3.2.0](https://github.com/purescript/purescript-const/releases/tag/v3.2.0) - 2017-11-17 |
| 25 | + |
| 26 | +- Added `Ord1` instance |
| 27 | + |
| 28 | +## [v3.1.0](https://github.com/purescript/purescript-const/releases/tag/v3.1.0) - 2017-10-30 |
| 29 | + |
| 30 | +- Added `Eq1` instance (@safareli) |
| 31 | + |
| 32 | +## [v3.0.0](https://github.com/purescript/purescript-const/releases/tag/v3.0.0) - 2017-03-26 |
| 33 | + |
| 34 | +- Updated for PureScript 0.11 |
| 35 | + |
| 36 | +## [v2.0.0](https://github.com/purescript/purescript-const/releases/tag/v2.0.0) - 2016-10-08 |
| 37 | + |
| 38 | +- Updated dependencies |
| 39 | + |
| 40 | +## [v1.0.0](https://github.com/purescript/purescript-const/releases/tag/v1.0.0) - 2016-06-01 |
| 41 | + |
| 42 | +This release is intended for the PureScript 0.9.1 compiler and newer. |
| 43 | + |
| 44 | +**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. |
| 45 | + |
| 46 | +## [v1.0.0-rc.2](https://github.com/purescript/purescript-const/releases/tag/v1.0.0-rc.2) - 2016-05-20 |
| 47 | + |
| 48 | +- Update for changes in the prelude |
| 49 | + |
| 50 | +## [v1.0.0-rc.1](https://github.com/purescript/purescript-const/releases/tag/v1.0.0-rc.1) - 2016-03-16 |
| 51 | + |
| 52 | +- Release candidate for the psc 0.8+ core libraries |
| 53 | + |
| 54 | +## [v0.5.0](https://github.com/purescript/purescript-const/releases/tag/v0.5.0) - 2015-06-30 |
| 55 | + |
| 56 | +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. |
| 57 | + |
| 58 | +## [v0.5.0-rc.1](https://github.com/purescript/purescript-const/releases/tag/v0.5.0-rc.1) - 2015-06-07 |
| 59 | + |
| 60 | +Initial release candidate of the library intended for the 0.7 compiler. |
| 61 | + |
| 62 | +## [v0.4.1](https://github.com/purescript/purescript-const/releases/tag/v0.4.1) - 2015-03-24 |
| 63 | + |
| 64 | +Updated docs |
| 65 | + |
| 66 | +## [v0.4.0](https://github.com/purescript/purescript-const/releases/tag/v0.4.0) - 2015-03-15 |
| 67 | + |
| 68 | +- Updated `purescript-contravariant` dependency (@paf31) |
| 69 | + |
| 70 | +## [v0.3.0](https://github.com/purescript/purescript-const/releases/tag/v0.3.0) - 2015-02-21 |
| 71 | + |
| 72 | +**This release requires PureScript v0.6.8 or later** |
| 73 | +- Updated dependencies |
| 74 | + |
| 75 | +## [v0.2.0](https://github.com/purescript/purescript-const/releases/tag/v0.2.0) - 2015-01-10 |
| 76 | + |
| 77 | +- Updated `purescript-foldable-traversable` dependency (@garyb) |
| 78 | + |
| 79 | +## [v0.1.1](https://github.com/purescript/purescript-const/releases/tag/v0.1.1) - 2014-11-01 |
| 80 | + |
| 81 | +- Added `Foldable` and `Traversable` instances (@garyb) |
| 82 | + |
0 commit comments