Skip to content

0.36.0

Compare
Choose a tag to compare
@evgenykochetkov evgenykochetkov released this 29 Oct 14:59
· 116 commits to master since this release

Features and enhancements

  • [core] Introduce records — an easy way to pack multiple data fields into a custom type and to serialize it to JSON. Check out the guide article for details (#2051)
  • [c++] Introduce setImmediate API, that greatly optimises cases that require sheduling evaluation right after the current transaction completes (#2056)
  • [ide] Add information about constant types in C++ cheatsheet in the sidebar (#2045)

Bug fixes

  • [nodes] Make xod graphics bitmaps compile on non-avr boards (#2053)
  • [nodes] Fix xod-dev/esp8266-mcu/lan-ip implementation (#2050)

New nodes

  • Add to-json abstract node and specialisations for primitive data types to xod/json library (#2051)