Skip to content

Releases: spyoungtech/json-five

v1.1.1

04 Aug 06:34
11dd8ff
Compare
Choose a tag to compare

A quick bugfix for end_lineno attribute of model Node objects

v1.1.0

04 Aug 06:19
8c4a584
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0.post2

02 Aug 18:00
700e89e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0.post1...v1.0.0.post2

v1.0.0.post1

02 Aug 01:47
8427174
Compare
Choose a tag to compare

post-release fix for documentation and a minute adjustment from 1.0.0

v1.0.0

01 Aug 04:56
6653590
Compare
Choose a tag to compare

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

01 Aug 04:49
7209f54
Compare
Choose a tag to compare
v1.0.0rc1 Pre-release
Pre-release

A release candidate for v1.0.0

v0.8.0

05 Dec 18:50
2347cbb
Compare
Choose a tag to compare

#40 Ensures compatibility with different versions of sly dependency. Thanks to frou for reporting the issue.

v0.7.6

05 Dec 03:21
8f7ba11
Compare
Choose a tag to compare

Small change to install requirements to address issue with sly versions greater than 0.4

v0.7.5

01 Aug 04:00
a71a338
Compare
Choose a tag to compare

Includes fix for dumping Identifiers #33
Includes fix for providing keyword arguments to load #31 (thanks FlorianLudwig for the contribution)