v0.5.0
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 ofpool_allocator
is renamed toreset
. - [Rename] The
allocate
member function ofpool_allocator
is renamed toreserve
. - [Removed] The
deallocate
andshrink_to_fit
member functions are removed frompool_allocator
.
- [Add] The
New Contributors
- @thirtythreeforty made their first contribution in #14
Full Changelog: v0.4.0...v0.5.0