Milestone 2.0.0 beta release 2
bartbutenaers
released this
01 Aug 12:53
·
89 commits
to master
since this release
-
Fix #89: The blocks to stop the timers contained both interval and timeout names (in their dropdown lists).
-
Fix #90: The "Timers" category (and corresponding blocks) needed a color different from the "Node-RED category.
-
The buffer_set_index block has been updated to handle bytes (= Buffer of length 1), strings, numbers and variables. Thanks to @cymplecy !
-
The buffer_set_index block now generates a function, to avoid code duplication while generating Javascript code.
-
The stop-interval block now automatically stops the previous interval time, before a new interval timer is being started. As discussed on Discourse...