Skip to content

Commit 47b333e

Browse files
Update changelog since v7.0.0 (#53)
* Update changelog since v7.0.0 * Update older releases
1 parent ca2bd5e commit 47b333e

File tree

2 files changed

+29
-21
lines changed

2 files changed

+29
-21
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 a 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

+28-20
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,37 @@ 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 (#52)
89

910
New features:
1011

1112
Bugfixes:
1213

1314
Other improvements:
14-
15-
- Re-exported `Data.Argonaut.Core.stringifyWithIndent`.
15+
- Re-exported `Data.Argonaut.Core.stringifyWithIndent` (#51)
16+
- Changed default branch to `main` from `master`
17+
- 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 (#48, #49)
1618

1719
## [v7.0.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v7.0.0) - 2020-06-20
1820

19-
Updates dependencies to account for the [typed errors introduced in `argonaut-codecs` v7.0.0](https://github.com/purescript-contrib/purescript-argonaut-codecs/releases/tag/v7.0.0). These types produce richer information to understand errors that have occurred, which can also be printed as human-readable errors.
21+
- Updated dependencies to account for the [typed errors introduced in `argonaut-codecs` v7.0.0](https://github.com/purescript-contrib/purescript-argonaut-codecs/releases/tag/v7.0.0). These types produce richer information to understand errors that have occurred, which can also be printed as human-readable errors.
2022

2123
## [v6.0.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v6.0.0) - 2019-03-15
2224

23-
Updates several dependencies (@davezuch)
25+
- Updated several dependencies (@davezuch)
2426

2527
## [v5.0.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v5.0.0) - 2018-12-04
2628

27-
Updates dependencies for `-traversals` and `-codecs`, most notably adding support for generic encoding / decoding of records (@davezuch, @elliotdavies)
29+
- Updated dependencies for `-traversals` and `-codecs`, most notably adding support for generic encoding / decoding of records (@davezuch, @elliotdavies)
2830

2931
## [v4.0.1](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v4.0.1) - 2018-06-22
3032

31-
- Adds metadata including contributor guidelines
32-
- Pushes latest release to Pursuit
33+
- Added metadata including contributor guidelines
34+
- Pushed latest release to Pursuit
3335

3436
## [v4.0.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v4.0.0) - 2018-06-09
3537

36-
Updates for 0.12
38+
- Updated for PureScript 0.12
3739

3840
## [v3.1.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v3.1.0) - 2017-09-14
3941

@@ -53,42 +55,48 @@ Updates for the 1.0 core libraries.
5355

5456
## [v0.12.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.12.0) - 2016-01-15
5557

56-
- Updated for latest `purescript-argonaut-codecs`.
57-
58-
**NOTE**: This changes Argonaut's encoding for `Either`s.
58+
- Updated for latest `purescript-argonaut-codecs`. **Note**: This changes Argonaut's encoding for `Either`s.
5959

6060
## [v0.11.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.11.0) - 2015-11-20
6161

62-
- Updated dependencies
63-
64-
**Note**: this release requires PureScript 0.7.6 or newer.
62+
- Updated dependencies. **Note**: this release requires PureScript 0.7.6 or newer.
6563

6664
## [v0.10.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.10.0) - 2015-11-05
6765

6866
- Updated to use the latest versions of the argonaut component libraries
6967

7068
## [v0.9.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.9.0) - 2015-09-08
7169

72-
70+
- Updated for PureScript 0.7.4
7371

7472
## [v0.8.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.8.0) - 2015-07-14
7573

76-
74+
- Added aggregation
7775

7876
## [v0.7.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.7.0) - 2015-07-10
7977

80-
78+
- Updated to PureScript 0.7 (#23)
8179

8280
## [v0.6.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.6.0) - 2015-05-19
8381

8482
- Added `EncodeJson` and `DecodeJson` instances for `Int`
8583

8684
## [v0.5.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.5.0) - 2015-04-21
8785

88-
Bump dependencies
86+
- Bumped dependencies
8987

9088
## [v0.4.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.4.0) - 2015-02-21
9189

92-
**This release requires PureScript v0.6.8 or later**
93-
- Updated dependencies
90+
- Updated dependencies. **Note:** This release requires PureScript v0.6.8 or later
91+
92+
## [v0.3.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.3.0) - 2015-01-20
93+
94+
- Updated dependencies to use latest `lens`.
95+
96+
## [v0.2.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.2.0) - 2014-09-20
97+
98+
- Updated version to publish docs to Pursuit
99+
100+
## [v0.1.0](https://github.com/purescript-contrib/purescript-argonaut/releases/tag/v0.1.0) - 2014-08-14
94101

102+
- Initial versioned release.

0 commit comments

Comments
 (0)