Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Breaking changes:
New features:
Bugfixes:
Other improvements:
v7.0.0 - 2022-04-27
Breaking changes:
- Migrate FFI to ES modules (#57 by @JordanMartinez)
New features:
Bugfixes:
Other improvements:
- Added
purs-tidy
formatter (#53 by @thomashoneyman)
- Fixed readme bug where
jsonParser
was imported fromData.Argonaut.Core
instead ofData.Argonaut.Parser
(#50 by @flip111)
v6.0.0 - 2021-02-26
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#46)
New features:
Bugfixes:
Other improvements:
- Removed extra spaces in README examples (#44)
- Added more details contrasting
fromString
andjsonParser
(#45) - Changed default branch to
main
frommaster
- Backfilled the CHANGELOG using prior releases (#43)
v5.1.0 - 2020-09-09
- Added
stringifyWithIndent
function to enable pretty-printing JSON. - 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)
v5.0.2 - 2020-03-05
- Added documentation comments to public functions (@thomashoneyman)
v5.0.1 - 2019-09-03
- Fixed
purs bundle
issue caused byobjToString
andobjKeys
functions in the FFI file (@joneshf) - Updated tests for compatibility with PureScript 0.13 (@joneshf)
v5.0.0 - 2019-03-04
- Updated dependencies
v4.0.1 - 2018-06-23
- Added metadata including contributor guidelines
- Pushed latest release to Pursuit
v4.0.0 - 2018-05-25
- Updated for 0.12
Breaking changes:
- Removed the J* aliases (like
JArray
) foldJson
,fold*
functions are now calledcaseJson
,case*
v3.1.1 - 2018-01-24
- Reduced size in
genJson
to prevent excessively large structures being built up
v3.1.0 - 2017-04-08
- Added
JNull
value export
v3.0.0 - 2017-04-07
- Updated for PureScript 0.11
v2.0.1 - 2016-10-27
- Added workaround for bug in DCE in
psc-bundle
(#14, @menelaos)
v2.0.0 - 2016-10-17
- Updated dependencies
v1.1.0 - 2016-08-09
stringify
is now exported explicitly, to be used to better express intent than the currentshow
(@charleso)
v1.0.0 - 2016-06-06
- Updated for 1.0 core libraries.
v0.2.3 - 2015-12-15
- Functionally equivalent to v0.2.2, this release improves the documentation for Pursuit
v0.2.2 - 2015-11-20
- Removed unused import
v0.2.1 - 2015-10-29
- Updated strongcheck dependency and fixed compiler warnings (#5)
v0.2.0 - 2015-08-19
- Updated dependencies for PureScript 0.7.3 (@zudov)
v0.1.0 - 2015-07-11
- Initial release