What's Changed
BugFix
- fix: fix rvalue for addmember/pushback by @liuq19 in #57
- fix: arg-parsing bug in unittest script by @liuq19 in #64
- fix: writebuffer size not include the null terminating by @liuq19 in #72
- fix: escaped string in GetOnDemand by @liuq19 in #77
- fix: to_bitmask return uint32_t to avoid sign extend int to uint64 by @xiegx94 in #83
- fix: fix bug when parsing single unclosed string by @liuq19 in #88
- Fix: GetOnDemand forgot copying
"
for parseStringInplace when key is escaped string by @xiegx94 in #89
Feature
- feat: support neon, sse simd and dynamic dispatch by @xiegx94 in #56
- feat: adjust memory pool chunk size adaptively by @xiegx94 in #65
Others
- test: add jsoncpp benchmark by @moyin1004 in #54
- change = to - by @zhuna8616 in #69
- doc: Update example codes in README.md by @xiegx94 in #79
- chore: fix badge url by @Dup4 in #78
New Contributors
- @moyin1004 made their first contribution in #54
- @zhuna8616 made their first contribution in #69
Full Changelog: v1.0.0...v1.0.1