Skip to content

Releases: IDI-Systems/jsonjsc

Support for 3.7+ and pyproject

12 Nov 01:31
f047456
Compare
Choose a tag to compare
  • Convert to pyproject.toml (PEP 621)
  • Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11
  • Drop support for Python 2.7, 3.5 and 3.6
  • Use hatchling and Hatch

Bugfix Release

13 Jul 23:31
96ae189
Compare
Choose a tag to compare

Fixes bug in Issue #2

Hot fix for bug with block comments.

09 Jul 03:46
Compare
Choose a tag to compare

Block comments that looked like this:

{
/* No leading characters or trailing characters after closing block */
}

... caused the parser to wrap around and check see the leading and trailing forward slash as a single line comment and not parse out the block comment.

Support for 2.7 and 3.5+

09 Jul 02:38
Compare
Choose a tag to compare

Make the one little change to make the library 2.7 compatible.

Initial release on pypi.

09 Jul 01:58
Compare
Choose a tag to compare

This is the initial release for pypi.