Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@ibireme ibireme released this 25 May 15:59
· 321 commits to master since this release

Added

  • Add JSON Pointer support.
  • Add CMake install target.

Changed

  • Improve performance for some arch which doesn't support unaligned memory access.

Fixed

  • Fix some compiler warning for GCC and Clang.
  • Fix MSVC build error on UWP (uninitialized local variable).
  • Fix stream file reading error on some platform.