Skip to content

Milestone 2.0.0 beta release 2

Compare
Choose a tag to compare
@bartbutenaers bartbutenaers released this 01 Aug 12:53
· 89 commits to master since this release
  1. Fix #89: The blocks to stop the timers contained both interval and timeout names (in their dropdown lists).

  2. Fix #90: The "Timers" category (and corresponding blocks) needed a color different from the "Node-RED category.

  3. The buffer_set_index block has been updated to handle bytes (= Buffer of length 1), strings, numbers and variables. Thanks to @cymplecy !

  4. The buffer_set_index block now generates a function, to avoid code duplication while generating Javascript code.

  5. The stop-interval block now automatically stops the previous interval time, before a new interval timer is being started. As discussed on Discourse...