RapidJSON v1.0.2 Release Notes

Release Date: 2015-05-14 // almost 9 years ago
  • โž• Added

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

    ๐Ÿ›  Fixed

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

    ๐Ÿ”„ Changed

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