|
| 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.1](https://github.com/purescript/purescript-either/releases/tag/v4.1.1) - 2018-11-30 |
| 16 | + |
| 17 | +Reordered instance chain for `Inject` so that `inj :: a -> a` succeeds (@hdgarrood) |
| 18 | + |
| 19 | +## [v4.1.0](https://github.com/purescript/purescript-either/releases/tag/v4.1.0) - 2018-10-28 |
| 20 | + |
| 21 | +Added `FunctorWithIndex`, `FoldableWithIndex`, `TraversableWithIndex` instances (@MonoidMusician) |
| 22 | + |
| 23 | +## [v4.0.0](https://github.com/purescript/purescript-either/releases/tag/v4.0.0) - 2018-05-23 |
| 24 | + |
| 25 | +- Updated for PureScript 0.12 |
| 26 | +- Added `\/` type synonym to `Data.Either.Nested` |
| 27 | +- Added `Inject` class for injecting values into/projecting values out of nested `Eithers` |
| 28 | + |
| 29 | +## [v3.2.0](https://github.com/purescript/purescript-either/releases/tag/v3.2.0) - 2018-04-15 |
| 30 | + |
| 31 | +- Added `note'` (lazy `note`) (@matthewleon) |
| 32 | + |
| 33 | +## [v3.1.0](https://github.com/purescript/purescript-either/releases/tag/v3.1.0) - 2017-06-23 |
| 34 | + |
| 35 | +- Added `note` and `hush` functions (@kRITZCREEK) |
| 36 | + |
| 37 | +## [v3.0.0](https://github.com/purescript/purescript-either/releases/tag/v3.0.0) - 2017-03-26 |
| 38 | + |
| 39 | +- Updated for PureScript 0.11 |
| 40 | + |
| 41 | +## [v2.2.1](https://github.com/purescript/purescript-either/releases/tag/v2.2.1) - 2017-03-05 |
| 42 | + |
| 43 | +- Fix lower bound of prelude dependency (@passy) |
| 44 | + |
| 45 | +## [v2.2.0](https://github.com/purescript/purescript-either/releases/tag/v2.2.0) - 2017-03-02 |
| 46 | + |
| 47 | +- Added `Eq1` and `Ord1` instances |
| 48 | + |
| 49 | +## [v2.1.0](https://github.com/purescript/purescript-either/releases/tag/v2.1.0) - 2016-12-24 |
| 50 | + |
| 51 | +Add `choose` function (@tmcgilchrist) |
| 52 | + |
| 53 | +## [v2.0.0](https://github.com/purescript/purescript-either/releases/tag/v2.0.0) - 2016-10-03 |
| 54 | + |
| 55 | +- Updated dependencies |
| 56 | +- The `Nested` module has been reworked for "open" nesting #20 (@natefaubion) |
| 57 | + |
| 58 | +## [v1.0.0](https://github.com/purescript/purescript-either/releases/tag/v1.0.0) - 2016-06-01 |
| 59 | + |
| 60 | +This release is intended for the PureScript 0.9.1 compiler and newer. |
| 61 | + |
| 62 | +**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. |
| 63 | + |
| 64 | +## [v1.0.0-rc.1](https://github.com/purescript/purescript-either/releases/tag/v1.0.0-rc.1) - 2016-03-13 |
| 65 | + |
| 66 | +- Release candidate for the psc 0.8+ core libraries |
| 67 | + |
| 68 | +## [v0.2.3](https://github.com/purescript/purescript-either/releases/tag/v0.2.3) - 2015-09-26 |
| 69 | + |
| 70 | +Fixed error message (@zudov) |
| 71 | + |
| 72 | +## [v0.2.2](https://github.com/purescript/purescript-either/releases/tag/v0.2.2) - 2015-08-14 |
| 73 | + |
| 74 | +- Added `Semiring` and `Semigroup` instances (@anttih) |
| 75 | + |
| 76 | +## [v0.2.1](https://github.com/purescript/purescript-either/releases/tag/v0.2.1) - 2015-08-13 |
| 77 | + |
| 78 | +- Fixed warnings about partial functions |
| 79 | + |
| 80 | +## [v0.2.0](https://github.com/purescript/purescript-either/releases/tag/v0.2.0) - 2015-06-30 |
| 81 | + |
| 82 | +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. |
| 83 | + |
| 84 | +## [v0.2.0-rc.1](https://github.com/purescript/purescript-either/releases/tag/v0.2.0-rc.1) - 2015-06-06 |
| 85 | + |
| 86 | +Initial release candidate of the library intended for the 0.7 compiler. |
| 87 | + |
| 88 | +## [v0.1.8](https://github.com/purescript/purescript-either/releases/tag/v0.1.8) - 2015-03-25 |
| 89 | + |
| 90 | +More helper functions for nested sums (@jdegoes) |
| 91 | + |
| 92 | +## [v0.1.7](https://github.com/purescript/purescript-either/releases/tag/v0.1.7) - 2015-03-24 |
| 93 | + |
| 94 | +Reworked nested sums (@jdegoes) |
| 95 | + |
| 96 | +## [v0.1.6](https://github.com/purescript/purescript-either/releases/tag/v0.1.6) - 2015-03-18 |
| 97 | + |
| 98 | +Add `fromLeft` and `fromRight` (@pseudonom) |
| 99 | + |
| 100 | +## [v0.1.5](https://github.com/purescript/purescript-either/releases/tag/v0.1.5) - 2015-03-17 |
| 101 | + |
| 102 | +Update docs |
| 103 | + |
| 104 | +## [v0.1.4](https://github.com/purescript/purescript-either/releases/tag/v0.1.4) - 2014-11-05 |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | +## [v0.1.3](https://github.com/purescript/purescript-either/releases/tag/v0.1.3) - 2014-08-26 |
| 109 | + |
| 110 | +Add `Alt` instance |
| 111 | + |
| 112 | +## [v0.1.2](https://github.com/purescript/purescript-either/releases/tag/v0.1.2) - 2014-05-22 |
| 113 | + |
| 114 | +- Fixed `show` output (paf31) |
| 115 | + |
| 116 | +## [v0.1.1](https://github.com/purescript/purescript-either/releases/tag/v0.1.1) - 2014-04-25 |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | +## [v0.1.0](https://github.com/purescript/purescript-either/releases/tag/v0.1.0) - 2014-04-21 |
| 121 | + |
| 122 | + |
| 123 | + |
0 commit comments