Skip to content

Commit c9663ea

Browse files
Autofill the changelog (#27)
1 parent f2ae3c6 commit c9663ea

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,38 @@ Bugfixes:
1212

1313
Other improvements:
1414

15-
## [0.0.0] - 2020-01-01
15+
## [v6.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v6.0.0) - 2020-06-20
16+
17+
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.
18+
19+
## [v5.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v5.0.0) - 2019-05-10
20+
21+
Update major dependencies: `-argonaut-codecs`, `-argonaut-core`, and `-record` (@LiamGoodacre)
22+
23+
## [v4.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v4.0.0) - 2019-01-05
24+
25+
Support unwrapping single arg constructors & ignore values for nullary constructors (@LiamGoodacre)
26+
27+
## [v3.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v3.0.0) - 2018-11-12
28+
29+
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`.
30+
31+
## [v2.1.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v2.1.0) - 2018-11-09
32+
33+
Update dependencies (@LiamGoodacre) for codecs.
34+
35+
## [v2.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v2.0.0) - 2018-08-07
36+
37+
Library update for PureScript 0.12 compatibility (@CarstenKoenig)
38+
39+
## [v1.2.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v1.2.0) - 2017-07-19
40+
41+
- Added functions for encoding and decoding sums types with nullary constructors as string literals (@justinwoo)
42+
43+
## [v1.1.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v1.1.0) - 2017-07-13
44+
45+
- Added encoding and decoding for `purescript-generics-rep` (@rightfold)
46+
47+
## [v1.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v1.0.0) - 2017-04-22
48+
49+
- Initial release

0 commit comments

Comments
 (0)