Skip to content

v1.0.0

Compare
Choose a tag to compare
@spyoungtech spyoungtech released this 01 Aug 04:56
· 40 commits to main since this release
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