Releases: spyoungtech/json-five
Releases · spyoungtech/json-five
v1.1.2
What's Changed
- Fix trailing whitespace when dumping dicts with indent by @laomaiweng in #55
New Contributors
- @laomaiweng made their first contribution in #55
Full Changelog: v1.1.1...v1.1.2
v1.1.1
A quick bugfix for end_lineno
attribute of model Node objects
v1.1.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #42
- Documentation updates by @spyoungtech in #43
- Update README.md by @bjones1 in #44
- Model improvements by @spyoungtech in #45
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.0.0.post2
v1.0.0.post1
post-release fix for documentation and a minute adjustment from 1.0.0
v1.0.0
What's Changed
- Adds type hints to the library (PEP 561 compliant)
- Drops support for EOL Python versions 3.6 and 3.7
- JsonIdentifier inherits from str rather than UserString
- added parse_json5_identifiers keyword argument to allow users to control how JSON5 Identifiers are parsed
- Adopts setup configuration in setup.cfg
Full Changelog: v0.8.0...v1.0.0
v1.0.0rc1
A release candidate for v1.0.0
v0.8.0
v0.7.6
Small change to install requirements to address issue with sly
versions greater than 0.4
v0.7.5
Includes fix for dumping Identifiers #33
Includes fix for providing keyword arguments to load #31 (thanks FlorianLudwig for the contribution)