- Proof-of-concept and documentation, with software tests
- Add program
node-blue setup, to install JavaScript prerequisites - [fm] Add Node-BLUE flow manager and provider
- [cli] Add
--listencommand-line option - [fm] Add JSON5 flow example, converting temperature from imperial to metric
- [fm] Add YAML flow variant of the JSON5 variant
- [js] Rename bootstrap file
minired.jstoblue.js - [core] Improve Node-RED bootloader
- [lang] Add "Droste", to assist running Python and Lua code on Node-RED
- [lang] Enable writing user-defined functions in Python
- [js] Convert wrapper
blue.jsto an ES6 moduleblue.mjs - [js] Improve bootstrapping / module loading / importing
- [js] Refactor
blue.mjsto use OO - [js] Add
package.jsonand guidelines to satisfy JavaScript prerequisites - [example] Add MQTT-to-CrateDB example flow