* Allow custom load function (https://github.com/Nykakin/chompjs/pull/63)
1.2.4
* Remove trailing whitespaces for unrecognized values (59) * Fix segfault on empty string (62)
1.2.3
* Remove trailing whitespaces from unquoted keys (57)
1.2.2
* Fix parsing some floating numbers as octal (52) * Fix number of digits calculation (50)
1.2.1
* Fix compilation on Windows (49)
1.2.0
* 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)