Skip to content

Commit 8800968

Browse files
Update changelog since v4.0.0 (#38)
* Update changelog since v4.0.0 * Reference PR 32 for dead URI note Co-authored-by: JordanMartinez <[email protected]>
1 parent 458ef8e commit 8800968

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

CHANGELOG.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,38 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes:
8+
- Added support for PureScript 0.14 and dropped support for all previous versions (#37)
89

910
New features:
11+
- Added instances for `Star` and `Costar` (#28)
1012

1113
Bugfixes:
14+
- Fixed documentation typo: arguement -> argument (#33)
1215

1316
Other improvements:
17+
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#36)
18+
- Replaced dead URI in tests (#32)
19+
- Added a changelog and pull request template (#37)
1420

1521
## [v4.0.0](https://github.com/purescript/purescript-parallel/releases/tag/v4.0.0) - 2018-05-23
1622

17-
Updated for PureScript 0.12
23+
- Updated for PureScript 0.12
1824

1925
## [v3.3.1](https://github.com/purescript/purescript-parallel/releases/tag/v3.3.1) - 2017-10-23
2026

21-
Remove self-import in `Class` module (@paulyoung)
27+
- Removed self-import in `Class` module (@paulyoung)
2228

2329
## [v3.3.0](https://github.com/purescript/purescript-parallel/releases/tag/v3.3.0) - 2017-09-10
2430

25-
Add `parApply` function (@LukaJCB)
31+
- Added `parApply` function (@LukaJCB)
2632

2733
## [v3.2.0](https://github.com/purescript/purescript-parallel/releases/tag/v3.2.0) - 2017-08-19
2834

29-
Add `parOneOf` and `parOneOfMap` (@natefaubion)
35+
- Added `parOneOf` and `parOneOfMap` (@natefaubion)
3036

3137
## [v3.1.0](https://github.com/purescript/purescript-parallel/releases/tag/v3.1.0) - 2017-08-18
3238

33-
Add `parOneOf` and `parOneOfMap` (@natefaubion)
39+
- Added `parOneOf` and `parOneOfMap` (@natefaubion)
3440

3541
## [v3.0.0](https://github.com/purescript/purescript-parallel/releases/tag/v3.0.0) - 2017-03-27
3642

@@ -51,13 +57,7 @@ Add `parOneOf` and `parOneOfMap` (@natefaubion)
5157

5258
## [v1.0.0](https://github.com/purescript/purescript-parallel/releases/tag/v1.0.0) - 2016-06-06
5359

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
60+
- Updated for PureScript 0.9.1. **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.
6161

6262
## [v0.5.1](https://github.com/purescript/purescript-parallel/releases/tag/v0.5.1) - 2015-09-19
6363

@@ -69,21 +69,20 @@ This release is intended for the PureScript 0.9.1 compiler and newer.
6969

7070
## [v0.4.0](https://github.com/purescript/purescript-parallel/releases/tag/v0.4.0) - 2015-08-25
7171

72-
Bump `transformers` dependency to `0.7.1`. As such, this release requires version `0.7.4` of the PureScript compiler.
72+
- Bumped `transformers` dependency to `0.7.1`. As such, this release requires version `0.7.4` of the PureScript compiler.
7373

7474
## [v0.3.0](https://github.com/purescript/purescript-parallel/releases/tag/v0.3.0) - 2015-06-30
7575

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.
76+
- Updated for PureScript 0.7.\*. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.
7777

7878
## [v0.2.1](https://github.com/purescript/purescript-parallel/releases/tag/v0.2.1) - 2015-03-05
7979

80-
Add some convenience functions.
80+
- Added some convenience functions.
8181

8282
## [v0.2.0](https://github.com/purescript/purescript-parallel/releases/tag/v0.2.0) - 2015-03-05
8383

84-
84+
- Hid `Parallel` constructor and added docs.
8585

8686
## [v0.1.0](https://github.com/purescript/purescript-parallel/releases/tag/v0.1.0) - 2014-11-26
8787

88-
89-
88+
- Initial release

0 commit comments

Comments
 (0)