Skip to content

Commit 9b367b6

Browse files
Update CHANGELOG.md
1 parent d7c1918 commit 9b367b6

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

CHANGELOG.md

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

77
Breaking changes:
8-
- Updated code for PureScript 0.14 (#106 #110)
8+
- Added support for PureScript 0.14, and dropped support for all previous versions (#106, #110)
99

1010
New features:
1111

1212
Bugfixes:
1313

1414
Other improvements:
1515
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#108)
16-
- Added a CHANGELOG.md file and pull request template (#111 #112)
16+
- Added a CHANGELOG.md file and pull request template (#111, #112)
1717
- Updated benchmarks (#103)
1818

1919
## [v5.2.0](https://github.com/purescript/purescript-free/releases/tag/v5.2.0) - 2019-04-01
2020

21-
Added `Semigroup` and `Monoid` instances for `Free` (@safareli)
21+
- Added `Semigroup` and `Monoid` instances for `Free` (@safareli)
2222

2323
## [v5.1.0](https://github.com/purescript/purescript-free/releases/tag/v5.1.0) - 2018-06-14
2424

25-
Add `MonadFree` and `ComonadCofree` classes.
25+
- Added `MonadFree` and `ComonadCofree` classes.
2626

2727
## [v5.0.0](https://github.com/purescript/purescript-free/releases/tag/v5.0.0) - 2018-05-23
2828

@@ -36,17 +36,17 @@ Add `MonadFree` and `ComonadCofree` classes.
3636

3737
## [v4.2.0](https://github.com/purescript/purescript-free/releases/tag/v4.2.0) - 2017-12-11
3838

39-
- Make `Cofree` lazier (@natefaubion)
40-
- Add `buildCofree` and deprecate `unfoldCofree` (@natefaubion)
41-
- Add `deferCofree` (@natefaubion)
39+
- Made `Cofree` lazier (@natefaubion)
40+
- Added `buildCofree` and deprecate `unfoldCofree` (@natefaubion)
41+
- Added `deferCofree` (@natefaubion)
4242

4343
## [v4.1.0](https://github.com/purescript/purescript-free/releases/tag/v4.1.0) - 2017-06-23
4444

45-
Add `resume'` (@natefaubion)
45+
- Added `resume'` (@natefaubion)
4646

4747
## [v4.0.1](https://github.com/purescript/purescript-free/releases/tag/v4.0.1) - 2017-05-28
4848

49-
`Coyoneda` docs (@coot)
49+
- Added `Coyoneda` docs (@coot)
5050

5151
## [v4.0.0](https://github.com/purescript/purescript-free/releases/tag/v4.0.0) - 2017-03-27
5252

@@ -57,11 +57,11 @@ Add `resume'` (@natefaubion)
5757

5858
## [v3.5.1](https://github.com/purescript/purescript-free/releases/tag/v3.5.1) - 2017-03-16
5959

60-
Export `exploreM`.
60+
- Export `exploreM`.
6161

6262
## [v3.5.0](https://github.com/purescript/purescript-free/releases/tag/v3.5.0) - 2017-03-16
6363

64-
Add `exploreM` (@coot)
64+
- Added `exploreM` (@coot)
6565

6666
## [v3.4.0](https://github.com/purescript/purescript-free/releases/tag/v3.4.0) - 2017-01-31
6767

@@ -168,21 +168,21 @@ This release works with versions 0.7.\* of the PureScript compiler. It will not
168168

169169
## [v0.5.0-rc.1](https://github.com/purescript/purescript-free/releases/tag/v0.5.0-rc.1) - 2015-06-07
170170

171-
Initial release candidate of the library intended for the 0.7 compiler.
171+
- Initial release candidate of the library intended for the 0.7 compiler.
172172

173173
## [v0.4.2](https://github.com/purescript/purescript-free/releases/tag/v0.4.2) - 2015-05-13
174174

175175
- Update to prevent stack overflow with left-associated binds (@ethul)
176176

177177
## [v0.4.1](https://github.com/purescript/purescript-free/releases/tag/v0.4.1) - 2015-03-19
178178

179-
Update docs
179+
- Updateed docs
180180

181181
## [v0.4.0](https://github.com/purescript/purescript-free/releases/tag/v0.4.0) - 2015-03-02
182182

183-
- Rename `go`, `goM`, etc. to `runFree`, `runFreeM` etc.
184-
- Remove `iterM`, `goEff` and `goEffC`.
185-
- Update `goM` to work in any target monad which is an instance of `MonadRec`, which solves the issue of `goM` causing a stack overflow for large inputs.
183+
- Renamed `go`, `goM`, etc. to `runFree`, `runFreeM` etc.
184+
- Removed `iterM`, `goEff` and `goEffC`.
185+
- Updated `goM` to work in any target monad which is an instance of `MonadRec`, which solves the issue of `goM` causing a stack overflow for large inputs.
186186

187187
## [v0.3.0](https://github.com/purescript/purescript-free/releases/tag/v0.3.0) - 2015-02-21
188188

@@ -199,11 +199,11 @@ Update docs
199199

200200
## [v0.1.5](https://github.com/purescript/purescript-free/releases/tag/v0.1.5) - 2014-11-30
201201

202-
Added `injC` and `mapF` for free monad composition (@ethul)
202+
- Added `injC` and `mapF` for free monad composition (@ethul)
203203

204204
## [v0.1.4](https://github.com/purescript/purescript-free/releases/tag/v0.1.4) - 2014-11-18
205205

206-
Fixes for extracted `Identity`
206+
- Fixes for extracted `Identity`
207207

208208
## [v0.1.3](https://github.com/purescript/purescript-free/releases/tag/v0.1.3) - 2014-10-08
209209

@@ -216,29 +216,32 @@ Fixes for extracted `Identity`
216216

217217
## [0.1.1](https://github.com/purescript/purescript-free/releases/tag/0.1.1) - 2014-10-01
218218

219-
219+
- Updated to compatible transformers version number
220220

221221
## [0.1.0](https://github.com/purescript/purescript-free/releases/tag/0.1.0) - 2014-09-03
222222

223-
Relocating `Free` and `Trampoline` back to `purescript-free`, and adding `Yoneda` and `Coyoneda`.
223+
- Relocated `Free` and `Trampoline` back to `purescript-free`, and adding `Yoneda` and `Coyoneda`.
224224

225225
## [0.0.8](https://github.com/purescript/purescript-free/releases/tag/0.0.8) - 2014-06-01
226226

227-
Specialization of `go` for `Eff` as discussed in issue #6
227+
- Specialized of `go` for `Eff` as discussed in issue #6
228228

229229
## [0.0.7](https://github.com/purescript/purescript-free/releases/tag/0.0.7) - 2014-05-15
230230

231-
Thanks to @puffnfresh!
231+
- Trampolined version of `Free` (@puffnfresh)
232232

233233
## [0.0.6](https://github.com/purescript/purescript-free/releases/tag/0.0.6) - 2014-04-28
234234

235-
235+
- Bump dependencies
236236

237237
## [0.0.5](https://github.com/purescript/purescript-free/releases/tag/0.0.5) - 2014-04-28
238238

239-
239+
- Bump dependencies
240240

241241
## [0.0.4](https://github.com/purescript/purescript-free/releases/tag/0.0.4) - 2014-04-08
242242

243+
- Updated classes for PureScript 0.5
243244

245+
## [0.0.1](https://github.com/purescript/purescript-free/releases/tag/0.0.1) - 2014-04-01
244246

247+
- Initial release

0 commit comments

Comments
 (0)