* Allow trailing dot at the end of numerals (39) * Parse hexadecimal, binary and octal literals as numbers (40) * Drop support for Python 2.7 (44) * Add parse_js_objects function (45) * Drop jsonlines flag in parse_json_object in favor of parse_json_objects (46) * Improve documentation (47, 32)
1.1.9
* Handle NaN in input (37)
1.1.8
* Fixed previous release (package couldn't be installed)
1.1.7
* Handle unquoted properties starting with reserved JS keywords (34)
1.1.6
* Handle bug with parsing arrays like `["","/"]` (33)