Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@liuq19 liuq19 released this 24 May 03:52
· 5 commits to master since this release
e933fd1

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

New Contributors

Full Changelog: v1.0.0...v1.0.1