|
| 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.2.0](https://github.com/purescript/purescript-validation/releases/tag/v4.2.0) - 2019-01-24 |
| 16 | + |
| 17 | +Expose constructors for `V` types |
| 18 | + |
| 19 | +## [v4.1.0](https://github.com/purescript/purescript-validation/releases/tag/v4.1.0) - 2019-01-14 |
| 20 | + |
| 21 | +Add andThen for chaining validations (@colin-lamed) |
| 22 | + |
| 23 | +## [v4.0.0](https://github.com/purescript/purescript-validation/releases/tag/v4.0.0) - 2018-05-24 |
| 24 | + |
| 25 | +- Updated for PureScript 0.12 |
| 26 | +- Added `toEither` functions |
| 27 | +- Removed non-law-abiding `Alternative` instance for `Semiring` validation |
| 28 | + |
| 29 | +## [v3.2.0](https://github.com/purescript/purescript-validation/releases/tag/v3.2.0) - 2017-11-06 |
| 30 | + |
| 31 | +- Added `Foldable` and `Traversable` instances |
| 32 | + |
| 33 | +## [v3.1.0](https://github.com/purescript/purescript-validation/releases/tag/v3.1.0) - 2017-06-03 |
| 34 | + |
| 35 | +`Monoid` instances (@safareli) |
| 36 | + |
| 37 | +## [v3.0.0](https://github.com/purescript/purescript-validation/releases/tag/v3.0.0) - 2017-03-25 |
| 38 | + |
| 39 | +- Updated for PureScript 0.11 |
| 40 | + |
| 41 | +## [v2.0.0](https://github.com/purescript/purescript-validation/releases/tag/v2.0.0) - 2016-10-07 |
| 42 | + |
| 43 | +- Updated dependencies |
| 44 | +- Added `Bifunctor` instances for the `V` types |
| 45 | + |
| 46 | +## [v1.0.0](https://github.com/purescript/purescript-validation/releases/tag/v1.0.0) - 2016-06-01 |
| 47 | + |
| 48 | +This release is intended for the PureScript 0.9.1 compiler and newer. |
| 49 | + |
| 50 | +**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. |
| 51 | + |
| 52 | +## [v1.0.0-rc.1](https://github.com/purescript/purescript-validation/releases/tag/v1.0.0-rc.1) - 2016-03-24 |
| 53 | + |
| 54 | +- Release candidate for the psc 0.8+ core libraries |
| 55 | + |
| 56 | +## [v0.2.1](https://github.com/purescript/purescript-validation/releases/tag/v0.2.1) - 2015-10-20 |
| 57 | + |
| 58 | +Fixed warning (@anttih) |
| 59 | + |
| 60 | +## [v0.2.0](https://github.com/purescript/purescript-validation/releases/tag/v0.2.0) - 2015-06-30 |
| 61 | + |
| 62 | +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. |
| 63 | + |
| 64 | +## [v0.2.0-rc.1](https://github.com/purescript/purescript-validation/releases/tag/v0.2.0-rc.1) - 2015-06-10 |
| 65 | + |
| 66 | +Initial release candidate of the library intended for the 0.7 compiler. |
| 67 | + |
| 68 | +## [v0.1.1](https://github.com/purescript/purescript-validation/releases/tag/v0.1.1) - 2015-03-23 |
| 69 | + |
| 70 | +- Add `Data.Validation.Semiring` (@cryogenian) |
| 71 | + |
| 72 | +## [v0.1.0](https://github.com/purescript/purescript-validation/releases/tag/v0.1.0) - 2015-03-20 |
| 73 | + |
| 74 | +Updated docs |
| 75 | + |
| 76 | +## [v0.0.3](https://github.com/purescript/purescript-validation/releases/tag/v0.0.3) - 2014-07-26 |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | +## [v0.0.2](https://github.com/purescript/purescript-validation/releases/tag/v0.0.2) - 2014-04-26 |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | +## [0.0.1](https://github.com/purescript/purescript-validation/releases/tag/0.0.1) - 2014-04-25 |
| 85 | + |
| 86 | + |
| 87 | + |
0 commit comments