Releases: stephenberry/glaze
Releases · stephenberry/glaze
0.0.7
- Should build with GCC compiler
0.0.6
Removed FMT_HEADER_ONLY macros
- use fmt-header-only in cmake to achieve the same end
- should now be able to statically compile fmt
0.0.5
- Added support for partial array reading of fixed sized arrays
- fixed std::stringstream writing issues
- fixed some warnings
0.0.4
NanoRange is now a dependency rather than directly included
0.0.3
Significantly faster read/write of keys for contiguous buffers. MSVC is not as fast as clang for writing due to some compiler errors. Will upgrade when fixed.
By default unknown keys cause glaze to throw. There is a compile time option to turn this off.
0.0.2
0.0.1
First release!
- Recently fixed MSVC build issue for partial binary messages