Skip to content

Commit 30ed0d5

Browse files
Update changelog since v5.1.2 (#198)
1 parent b648a46 commit 30ed0d5

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
1818
with:
19-
purescript: "0.14.0-rc3"
19+
purescript: "0.14.0-rc5"
2020

2121
- name: Cache PureScript dependencies
2222
uses: actions/cache@v2

CHANGELOG.md

+19-13
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,45 @@ 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 (#196)
89

910
New features:
11+
- Added roles declarations to allow safe coercions (#194)
1012

1113
Bugfixes:
14+
- Fixed typo in `forkAff` documentation (#184)
1215

1316
Other improvements:
17+
- Added disclaimer about non-working examples in README (#188)
18+
- Changed default branch to `main`
19+
- Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#195)
1420

1521
## [v5.1.2](https://github.com/purescript-contrib/purescript-aff/releases/tag/v5.1.2) - 2019-09-11
1622

1723
- Try to recover when exceptions are thrown in pure code (@ford-prefect)
18-
- Fix memory leak in supervisors where child fibers are retained even though they have completed (@eric-corumdigital)
24+
- Fixed memory leak in supervisors where child fibers are retained even though they have completed (@eric-corumdigital)
1925

2026
## [v5.1.1](https://github.com/purescript-contrib/purescript-aff/releases/tag/v5.1.1) - 2019-03-29
2127

22-
- Fixes supervision when no child fibers are active (#164)
23-
- Fixes various bugs around resumption within a bracket mask (#171)
28+
- Fixed supervision when no child fibers are active (#164)
29+
- Fixed various bugs around resumption within a bracket mask (#171)
2430

2531
## [v5.1.0](https://github.com/purescript-contrib/purescript-aff/releases/tag/v5.1.0) - 2018-12-14
2632

27-
- Adds `fiberCanceler` (@safareli)
33+
- Added `fiberCanceler` (@safareli)
2834

2935
## [v5.0.2](https://github.com/purescript-contrib/purescript-aff/releases/tag/v5.0.2) - 2018-08-24
3036

31-
- Don't resume from an enqueued task if interrupted (#162)
32-
- Fix finalization after failure (#161)
37+
- No longer resumes from an enqueued task if interrupted (#162)
38+
- Fixed finalization after failure (#161)
3339

3440
## [v5.0.1](https://github.com/purescript-contrib/purescript-aff/releases/tag/v5.0.1) - 2018-07-12
3541

36-
- Fixes runtime error when running an async canceler in a `ParAff` `apply` operation (#153)
42+
- Fixed runtime error when running an async canceler in a `ParAff` `apply` operation (#153)
3743

3844
## [v5.0.0](https://github.com/purescript-contrib/purescript-aff/releases/tag/v5.0.0) - 2018-05-25
3945

40-
Updated for PureScript 0.12
46+
- Updated for PureScript 0.12
4147

4248
## [v4.1.1](https://github.com/purescript-contrib/purescript-aff/releases/tag/v4.1.1) - 2018-04-18
4349

@@ -49,11 +55,11 @@ Updated for PureScript 0.12
4955

5056
## [v4.0.2](https://github.com/purescript-contrib/purescript-aff/releases/tag/v4.0.2) - 2018-01-14
5157

52-
- Fix regression in ParAff Applicative behavior when an exception occurs.
58+
- Fixed regression in ParAff Applicative behavior when an exception occurs.
5359

5460
## [v4.0.1](https://github.com/purescript-contrib/purescript-aff/releases/tag/v4.0.1) - 2017-11-19
5561

56-
- Fixes JavaScript runtime error in `ParAff` cancellation.
62+
- Fixed JavaScript runtime error in `ParAff` cancellation.
5763

5864
## [v4.0.0](https://github.com/purescript-contrib/purescript-aff/releases/tag/v4.0.0) - 2017-09-14
5965

@@ -221,15 +227,15 @@ This pre-release for version v4.0.0 features a revamped API for writing more exp
221227

222228
## [v0.13.0](https://github.com/purescript-contrib/purescript-aff/releases/tag/v0.13.0) - 2015-09-22
223229

224-
- Bump transformers dependency
230+
- Bumped transformers dependency
225231

226232
## [v0.11.0](https://github.com/purescript-contrib/purescript-aff/releases/tag/v0.11.0) - 2015-07-02
227233

228-
This release is intended for 0.7 of the PureScript compiler.
234+
- This release is intended for 0.7 of the PureScript compiler.
229235

230236
## [v0.10.1](https://github.com/purescript-contrib/purescript-aff/releases/tag/v0.10.1) - 2015-04-18
231237

232-
This release fixes a number of bugs related to cancelation, and greatly improves the semantics of cancelation. Several tests have been added or made more sophisticated.
238+
- This release fixes a number of bugs related to cancelation, and greatly improves the semantics of cancelation. Several tests have been added or made more sophisticated.
233239

234240
## [v0.10.0](https://github.com/purescript-contrib/purescript-aff/releases/tag/v0.10.0) - 2015-04-14
235241

0 commit comments

Comments
 (0)