Skip to content

Commit d2f1c0b

Browse files
Update changelog since v6.0.0 (#34)
1 parent 528b249 commit d2f1c0b

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

CHANGELOG.md

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

77
Breaking changes (😱!!!):
8-
9-
- Removed vestigial `EncodeRepFields` class and its remaining instance for `Data.Generic.Rep.Product`.
10-
- Renamed `Data.Argonaut.Decode.Generic.Rep` to `Data.Argonaut.Decode.Generic`, `Data.Argonaut.Encode.Generic.Rep` to `Data.Argonaut.Encode.Generic` and `Data.Argonaut.Types.Generic.Rep` to `Data.Argonaut.Types.Generic`.
8+
- Added support for PureScript 0.14 and dropped support for all previous versions (#31, #33)
9+
- Removed vestigial `EncodeRepFields` class and its remaining instance for `Data.Generic.Rep.Product` (#29)
10+
- Renamed `Data.Argonaut.Decode.Generic.Rep` to `Data.Argonaut.Decode.Generic`, `Data.Argonaut.Encode.Generic.Rep` to `Data.Argonaut.Encode.Generic` and `Data.Argonaut.Types.Generic.Rep` to `Data.Argonaut.Types.Generic`. (#33)
1111

1212
New features:
1313

1414
Bugfixes:
1515

1616
Other improvements:
17+
- Changed default branch to `main` from `master`
18+
- Removed misleading installation instructions (#30)
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 (#24, #27)
1720

1821
## [v6.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v6.0.0) - 2020-06-20
1922

20-
Updates to use [`argonaut-codecs` v7.0.0](https://github.com/purescript-contrib/purescript-argonaut-codecs/releases/tag/v7.0.0), which introduces typed decoder errors. These errors provide richer information for processing and printing error messages in JSON libraries.
23+
- Updated to use [`argonaut-codecs` v7.0.0](https://github.com/purescript-contrib/purescript-argonaut-codecs/releases/tag/v7.0.0), which introduces typed decoder errors. These errors provide richer information for processing and printing error messages in JSON libraries.
2124

2225
## [v5.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v5.0.0) - 2019-05-10
2326

24-
Update major dependencies: `-argonaut-codecs`, `-argonaut-core`, and `-record` (@LiamGoodacre)
27+
- Updated major dependencies: `-argonaut-codecs`, `-argonaut-core`, and `-record` (@LiamGoodacre)
2528

2629
## [v4.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v4.0.0) - 2019-01-05
2730

28-
Support unwrapping single arg constructors & ignore values for nullary constructors (@LiamGoodacre)
31+
- Now supports unwrapping single arg constructors & ignore values for nullary constructors (@LiamGoodacre)
2932

3033
## [v3.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v3.0.0) - 2018-11-12
3134

32-
Support ability to configure field names in the encoding used by `decodeRep`, instead of always using `"tag"` and `"values"` (@LiamGoodacre). Changes type class to use `decodeRepWith`.
35+
- Now supports ability to configure field names in the encoding used by `decodeRep`, instead of always using `"tag"` and `"values"` (@LiamGoodacre). Changes type class to use `decodeRepWith`.
3336

3437
## [v2.1.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v2.1.0) - 2018-11-09
3538

36-
Update dependencies (@LiamGoodacre) for codecs.
39+
- Updated dependencies (@LiamGoodacre) for codecs.
3740

3841
## [v2.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v2.0.0) - 2018-08-07
3942

40-
Library update for PureScript 0.12 compatibility (@CarstenKoenig)
43+
- Updated for PureScript 0.12 compatibility (@CarstenKoenig)
4144

4245
## [v1.2.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v1.2.0) - 2017-07-19
4346

0 commit comments

Comments
 (0)