Skip to content

Commit eabd3e9

Browse files
Autofill the changelog (#43)
1 parent 9c0e9d2 commit eabd3e9

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

CHANGELOG.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
# Changelog
2+
3+
Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4+
5+
## [Unreleased]
6+
7+
Breaking changes (😱!!!):
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v5.1.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v5.1.0) - 2020-09-09
16+
17+
* Adds `stringifyWithIndent` function to enable pretty-printing JSON.
18+
19+
## [v5.0.2](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v5.0.2) - 2020-03-05
20+
21+
Adds documentation comments to public functions (@thomashoneyman)
22+
23+
## [v5.0.1](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v5.0.1) - 2019-09-03
24+
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)
27+
28+
## [v5.0.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v5.0.0) - 2019-03-04
29+
30+
Updated dependencies
31+
32+
## [v4.0.1](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v4.0.1) - 2018-06-23
33+
34+
- Adds metadata including contributor guidelines
35+
- Pushes latest release to Pursuit
36+
37+
## [v4.0.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v4.0.0) - 2018-05-25
38+
39+
Updates for 0.12
40+
41+
**Breaking changes:**
42+
43+
- Removed the J* aliases like JArray
44+
- `foldJson`, `fold*` functions are now called `caseJson`, `case*`
45+
46+
## [v3.1.1](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v3.1.1) - 2018-01-24
47+
48+
- Reduced size in `genJson` to prevent excessively large structures being built up
49+
50+
## [v3.1.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v3.1.0) - 2017-04-08
51+
52+
- Added `JNull` value export
53+
54+
## [v3.0.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v3.0.0) - 2017-04-07
55+
56+
- Updated for PureScript 0.11
57+
58+
## [v2.0.1](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v2.0.1) - 2016-10-27
59+
60+
- Workaround for bug in DCE in `psc-bundle` #14 (@menelaos)
61+
62+
## [v2.0.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v2.0.0) - 2016-10-17
63+
64+
- Updated dependencies
65+
66+
## [v1.1.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v1.1.0) - 2016-08-09
67+
68+
- `stringify` is now exported explicitly, to be used to better express intent than the current `show` (@charleso)
69+
70+
## [v1.0.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v1.0.0) - 2016-06-06
71+
72+
Updates for 1.0 core libraries.
73+
74+
## [v0.2.3](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v0.2.3) - 2015-12-15
75+
76+
- Functionally equivalent to v0.2.2, this release improves the documentation for Pursuit
77+
78+
## [v0.2.2](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v0.2.2) - 2015-11-20
79+
80+
- Removed unused import
81+
82+
## [v0.2.1](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v0.2.1) - 2015-10-29
83+
84+
85+
## [v0.2.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v0.2.0) - 2015-08-19
86+
87+
- Updated dependencies for PureScript 0.7.3 (@zudov)
88+
89+
## [v0.1.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v0.1.0) - 2015-07-11
90+
91+
- Initial release

0 commit comments

Comments
 (0)