Skip to content

v0.5.0

Compare
Choose a tag to compare
@yosh-matsuda yosh-matsuda released this 06 Apr 01:06
· 6 commits to main since this release

What's Changed

  • Allow superproject to provide dependencies with add_subdirectory() by @thirtythreeforty in #14
  • The write() member functions accept an allocator 864d78c.
  • Redesign allocator classes 864d78c:
    • [Add] The dynamic_allocator class is added for yyjson >= 0.8.0.
    • [Rename] The resize member function of pool_allocator is renamed to reset.
    • [Rename] The allocate member function of pool_allocator is renamed to reserve.
    • [Removed] The deallocate and shrink_to_fit member functions are removed from pool_allocator.

New Contributors

Full Changelog: v0.4.0...v0.5.0