Skip to content

Commit cfd282a

Browse files
Update changelog since v5.1.0 (#48)
1 parent c0d7b0d commit cfd282a

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,47 @@ 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 (#46)
89

910
New features:
1011

1112
Bugfixes:
1213

1314
Other improvements:
15+
- Removed extra spaces in README examples (#44)
16+
- Added more details contrasting `fromString` and `jsonParser` (#45)
17+
- Changed default branch to `main` from `master`
18+
- Backfilled the CHANGELOG using prior releases (#43)
1419

1520
## [v5.1.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v5.1.0) - 2020-09-09
1621

17-
* Adds `stringifyWithIndent` function to enable pretty-printing JSON.
22+
- Added `stringifyWithIndent` function to enable pretty-printing JSON.
23+
- 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 (#42)
1824

1925
## [v5.0.2](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v5.0.2) - 2020-03-05
2026

21-
Adds documentation comments to public functions (@thomashoneyman)
27+
- Added documentation comments to public functions (@thomashoneyman)
2228

2329
## [v5.0.1](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v5.0.1) - 2019-09-03
2430

25-
* Fix `purs bundle` issue caused by `objToString` and `objKeys` functions in the FFI file (@joneshf)
26-
* Update tests for compatibility with PureScript 0.13 (@joneshf)
31+
- Fixed `purs bundle` issue caused by `objToString` and `objKeys` functions in the FFI file (@joneshf)
32+
- Updated tests for compatibility with PureScript 0.13 (@joneshf)
2733

2834
## [v5.0.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v5.0.0) - 2019-03-04
2935

30-
Updated dependencies
36+
- Updated dependencies
3137

3238
## [v4.0.1](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v4.0.1) - 2018-06-23
3339

34-
- Adds metadata including contributor guidelines
35-
- Pushes latest release to Pursuit
40+
- Added metadata including contributor guidelines
41+
- Pushed latest release to Pursuit
3642

3743
## [v4.0.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v4.0.0) - 2018-05-25
3844

39-
Updates for 0.12
45+
- Updated for 0.12
4046

4147
**Breaking changes:**
42-
43-
- Removed the J* aliases like JArray
48+
- Removed the J\* aliases (like `JArray`)
4449
- `foldJson`, `fold*` functions are now called `caseJson`, `case*`
4550

4651
## [v3.1.1](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v3.1.1) - 2018-01-24
@@ -57,7 +62,7 @@ Updates for 0.12
5762

5863
## [v2.0.1](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v2.0.1) - 2016-10-27
5964

60-
- Workaround for bug in DCE in `psc-bundle` #14 (@menelaos)
65+
- Added workaround for bug in DCE in `psc-bundle` (#14, @menelaos)
6166

6267
## [v2.0.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v2.0.0) - 2016-10-17
6368

@@ -69,7 +74,7 @@ Updates for 0.12
6974

7075
## [v1.0.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v1.0.0) - 2016-06-06
7176

72-
Updates for 1.0 core libraries.
77+
- Updated for 1.0 core libraries.
7378

7479
## [v0.2.3](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v0.2.3) - 2015-12-15
7580

@@ -81,7 +86,7 @@ Updates for 1.0 core libraries.
8186

8287
## [v0.2.1](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v0.2.1) - 2015-10-29
8388

84-
89+
- Updated strongcheck dependency and fixed compiler warnings (#5)
8590
## [v0.2.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v0.2.0) - 2015-08-19
8691

8792
- Updated dependencies for PureScript 0.7.3 (@zudov)

0 commit comments

Comments
 (0)