Releases: vaidik/commentjson
Releases · vaidik/commentjson
Performance improvement. Support for trailing comma.
lark-parser compatibility issue
Summary
Fixes the compatibility issue with lark-parser after a new version was released.
Also fixes tests for Windows.
Bugs Fixed
- #32 - Latest lark-parser isn't compatible with commentjson
v0.8.2: Merge pull request #30 from vaidik/version-0.8.2
Summary
Fixes unicode handling related issues by making the handling logic completely the same as that in json
package.
Also, we now test commentjson against json
package's test suite to test for compatibility of API and functionality.
Bugs Fixed
- #23 - Fix unicode handling related issue
lark-parser==0.7.2 bug fix
Summary
lark-parser's latest release caused a bug. This minor release fixes that bug.
Bugs Fixed
- #25 - AssertionError caused by lark-parser==0.7.2