Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@miloyip miloyip released this 14 May 07:59
· 3 commits to master since this release

Added

  • Add Value::XXXMember(...) overloads for std::string (Tencent#335)

Fixed

  • Include rapidjson.h for all internal/error headers.
  • Parsing some numbers incorrectly in full-precision mode (kFullPrecisionParseFlag) (Tencent#342)
  • Fix alignment of 64bit platforms (Tencent#328)
  • Fix MemoryPoolAllocator::Clear() to clear user-buffer (0691502)

Changed

  • CMakeLists for include as a thirdparty in projects (Tencent#334, Tencent#337)
  • Change Document::ParseStream() to use stack allocator for Reader (ffbe386)