Releases: HBPVIS/ZeroBuf
Releases · HBPVIS/ZeroBuf
0.5
0.4
- 73:
Support assignment of enum values in FBS - 72:
Fix const-access for ZeroBuf vector on ConstAllocator parent, needed after #71 - 71:
Fix update of ZeroBuf objects stored in a ZeroBuf vector after toJSON() - 69:
Allow empty ZeroBufs with empty JSON payload from HTTP server PUT requests - 68:
Support partial JSON updates - 67:
- Fix compilation error when having multiple FBS enums in one namespace
- Maintain order of FBS fields in JSON schema
- 65:
- JSON schema generated from FBS, available in ZeroBuf::getSchema() and
ZeroBuf::ZEROBUF_SCHEMA - enum class for enums instead of 'old' enums; breaks existing enum names
- fix wrong JSON value for empty arrays (was 'null', is '[]' now)
- JSON schema generated from FBS, available in ZeroBuf::getSchema() and
0.3.0
- 59:
Add ConstAllocator and static functions create(), ZEROBUF_TYPE_NAME(),
ZEROBUF_TYPE_IDENTIFIER() - 58:
Move vocabulary to new project Lexis - 54:
Remove more string-related set/get from array/vector types - 53:
Remove set/getString method for non-string dynamic members - 52:
Emit Qt signals plus their new values for PODs and strings in _fromBinary() - 51:
Fix a bug in the Allocator with multiple reallocs - 49:
Added the exit event - 48:
Fix notifyUpdated usage. Generate doxygen documentation - 42:
zerobufCxx.py can generate QObjects - 40:
Add data.Progress event and logic - 38:
Add data.Frame event - 35:
Add LookOut and render.Frame events