|
| 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.0.0](https://github.com/purescript/purescript-parallel/releases/tag/v4.0.0) - 2018-05-23 |
| 16 | + |
| 17 | +Updated for PureScript 0.12 |
| 18 | + |
| 19 | +## [v3.3.1](https://github.com/purescript/purescript-parallel/releases/tag/v3.3.1) - 2017-10-23 |
| 20 | + |
| 21 | +Remove self-import in `Class` module (@paulyoung) |
| 22 | + |
| 23 | +## [v3.3.0](https://github.com/purescript/purescript-parallel/releases/tag/v3.3.0) - 2017-09-10 |
| 24 | + |
| 25 | +Add `parApply` function (@LukaJCB) |
| 26 | + |
| 27 | +## [v3.2.0](https://github.com/purescript/purescript-parallel/releases/tag/v3.2.0) - 2017-08-19 |
| 28 | + |
| 29 | +Add `parOneOf` and `parOneOfMap` (@natefaubion) |
| 30 | + |
| 31 | +## [v3.1.0](https://github.com/purescript/purescript-parallel/releases/tag/v3.1.0) - 2017-08-18 |
| 32 | + |
| 33 | +Add `parOneOf` and `parOneOfMap` (@natefaubion) |
| 34 | + |
| 35 | +## [v3.0.0](https://github.com/purescript/purescript-parallel/releases/tag/v3.0.0) - 2017-03-27 |
| 36 | + |
| 37 | +- Updated for PureScript 0.11 |
| 38 | + |
| 39 | +## [v2.1.0](https://github.com/purescript/purescript-parallel/releases/tag/v2.1.0) - 2016-11-01 |
| 40 | + |
| 41 | +- Added `parSequence` and `parSequence_` |
| 42 | + |
| 43 | +## [v2.0.0](https://github.com/purescript/purescript-parallel/releases/tag/v2.0.0) - 2016-10-20 |
| 44 | + |
| 45 | +- Updated dependencies |
| 46 | +- New formulation based on functional dependencies (see #10) |
| 47 | + |
| 48 | +## [v1.1.0](https://github.com/purescript/purescript-parallel/releases/tag/v1.1.0) - 2016-08-16 |
| 49 | + |
| 50 | +- Added `MonadRace` and `MonadPar` instances for `MaybeT` and `WriterT` |
| 51 | + |
| 52 | +## [v1.0.0](https://github.com/purescript/purescript-parallel/releases/tag/v1.0.0) - 2016-06-06 |
| 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.1](https://github.com/purescript/purescript-parallel/releases/tag/v1.0.0-rc.1) - 2016-05-21 |
| 59 | + |
| 60 | +- Release candidate for the upcoming PureScript 0.9 release |
| 61 | + |
| 62 | +## [v0.5.1](https://github.com/purescript/purescript-parallel/releases/tag/v0.5.1) - 2015-09-19 |
| 63 | + |
| 64 | +- Exported `race` and `par` combinators (@paf31) |
| 65 | + |
| 66 | +## [v0.5.0](https://github.com/purescript/purescript-parallel/releases/tag/v0.5.0) - 2015-09-16 |
| 67 | + |
| 68 | +- Bumped dependencies |
| 69 | + |
| 70 | +## [v0.4.0](https://github.com/purescript/purescript-parallel/releases/tag/v0.4.0) - 2015-08-25 |
| 71 | + |
| 72 | +Bump `transformers` dependency to `0.7.1`. As such, this release requires version `0.7.4` of the PureScript compiler. |
| 73 | + |
| 74 | +## [v0.3.0](https://github.com/purescript/purescript-parallel/releases/tag/v0.3.0) - 2015-06-30 |
| 75 | + |
| 76 | +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. |
| 77 | + |
| 78 | +## [v0.2.1](https://github.com/purescript/purescript-parallel/releases/tag/v0.2.1) - 2015-03-05 |
| 79 | + |
| 80 | +Add some convenience functions. |
| 81 | + |
| 82 | +## [v0.2.0](https://github.com/purescript/purescript-parallel/releases/tag/v0.2.0) - 2015-03-05 |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | +## [v0.1.0](https://github.com/purescript/purescript-parallel/releases/tag/v0.1.0) - 2014-11-26 |
| 87 | + |
| 88 | + |
| 89 | + |
0 commit comments