Skip to content

Releases: spyoungtech/json-five

v1.1.2

Choose a tag to compare

@spyoungtech spyoungtech released this 11 Jun 21:55
da1c38f

What's Changed

  • Fix trailing whitespace when dumping dicts with indent by @laomaiweng in #55

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@spyoungtech spyoungtech released this 04 Aug 06:34
11dd8ff

A quick bugfix for end_lineno attribute of model Node objects

v1.1.0

Choose a tag to compare

@spyoungtech spyoungtech released this 04 Aug 06:19
8c4a584

What's Changed

New Contributors

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

v1.0.0.post2

Choose a tag to compare

@spyoungtech spyoungtech released this 02 Aug 18:00
700e89e

What's Changed

New Contributors

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

v1.0.0.post1

Choose a tag to compare

@spyoungtech spyoungtech released this 02 Aug 01:47
8427174

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

v1.0.0

Choose a tag to compare

@spyoungtech spyoungtech released this 01 Aug 04:56
6653590

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

v1.0.0rc1 Pre-release
Pre-release

Choose a tag to compare

@spyoungtech spyoungtech released this 01 Aug 04:49
7209f54

A release candidate for v1.0.0

v0.8.0

Choose a tag to compare

@spyoungtech spyoungtech released this 05 Dec 18:50
2347cbb

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

v0.7.6

Choose a tag to compare

@spyoungtech spyoungtech released this 05 Dec 03:21
8f7ba11

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

v0.7.5

Choose a tag to compare

@spyoungtech spyoungtech released this 01 Aug 04:00
a71a338

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