Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@stasgora stasgora released this 11 Sep 18:00
  • 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 the OutputInfo parameter)
  • BREAKING: only one output type can now be chosen (Config.outputTypes ➡️ Config.outputType)