- Fix performance on Ruby 3.0 Issue #20, thanks to Watson1978
- Handle concurrent use of the parser in Issue #15, thanks to casperisfine
- load_many accept batch_size parameter to parse documents larger than 1 MB in PR #5, thanks to casperisfine
- Add option for symbolize_keys, default to true in PR #9, thanks to casperisfine
- Parse string values as UTF-8 in PR #10, thanks to casperisfine