@@ -5,42 +5,47 @@ Notable changes to this project are documented in this file. The format is based
5
5
## [ Unreleased]
6
6
7
7
Breaking changes (😱!!!):
8
+ - Added support for PureScript 0.14 and dropped support for all previous versions (#46 )
8
9
9
10
New features:
10
11
11
12
Bugfixes:
12
13
13
14
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 )
14
19
15
20
## [ v5.1.0] ( https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v5.1.0 ) - 2020-09-09
16
21
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 )
18
24
19
25
## [ v5.0.2] ( https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v5.0.2 ) - 2020-03-05
20
26
21
- Adds documentation comments to public functions (@thomashoneyman )
27
+ - Added documentation comments to public functions (@thomashoneyman )
22
28
23
29
## [ v5.0.1] ( https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v5.0.1 ) - 2019-09-03
24
30
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 )
27
33
28
34
## [ v5.0.0] ( https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v5.0.0 ) - 2019-03-04
29
35
30
- Updated dependencies
36
+ - Updated dependencies
31
37
32
38
## [ v4.0.1] ( https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v4.0.1 ) - 2018-06-23
33
39
34
- - Adds metadata including contributor guidelines
35
- - Pushes latest release to Pursuit
40
+ - Added metadata including contributor guidelines
41
+ - Pushed latest release to Pursuit
36
42
37
43
## [ v4.0.0] ( https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v4.0.0 ) - 2018-05-25
38
44
39
- Updates for 0.12
45
+ - Updated for 0.12
40
46
41
47
** Breaking changes:**
42
-
43
- - Removed the J* aliases like JArray
48
+ - Removed the J\* aliases (like ` JArray ` )
44
49
- ` foldJson ` , ` fold* ` functions are now called ` caseJson ` , ` case* `
45
50
46
51
## [ 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
57
62
58
63
## [ v2.0.1] ( https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v2.0.1 ) - 2016-10-27
59
64
60
- - Workaround for bug in DCE in ` psc-bundle ` #14 ( @menelaos )
65
+ - Added workaround for bug in DCE in ` psc-bundle ` ( #14 , @menelaos )
61
66
62
67
## [ v2.0.0] ( https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v2.0.0 ) - 2016-10-17
63
68
@@ -69,7 +74,7 @@ Updates for 0.12
69
74
70
75
## [ v1.0.0] ( https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v1.0.0 ) - 2016-06-06
71
76
72
- Updates for 1.0 core libraries.
77
+ - Updated for 1.0 core libraries.
73
78
74
79
## [ v0.2.3] ( https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v0.2.3 ) - 2015-12-15
75
80
@@ -81,7 +86,7 @@ Updates for 1.0 core libraries.
81
86
82
87
## [ v0.2.1] ( https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v0.2.1 ) - 2015-10-29
83
88
84
-
89
+ - Updated strongcheck dependency and fixed compiler warnings ( # 5 )
85
90
## [ v0.2.0] ( https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v0.2.0 ) - 2015-08-19
86
91
87
92
- Updated dependencies for PureScript 0.7.3 (@zudov )
0 commit comments