- NEW: refreshed data output implementation that uses a binary Protobuf serialized format
- BREAKING: output types and callbacks have been renamed:
graphicalRender
➡️localRender
rawData
➡️data
(data callback no longer provides theOutputInfo
parameter)
- BREAKING: only one output type can now be chosen (
Config.outputTypes
➡️Config.outputType
)