node-red/nodes/core
Nick O'Leary 751ac7b9ee Handle Buffer objects properly in Serial out node
Fixes #115
The serial out node does a JSON.stringify if the payload is an object. This was incorrectly being applied to Buffer objects, causing the output seen in issue #115.

The Buffer is now passed through as-is (with the newline appended if so configured).
2013-12-13 10:27:52 +00:00
..
analysis Slight tweak to sentiment info to reflect reality. 2013-11-21 17:14:05 +00:00
core Refinements to Unknown-node handling 2013-12-12 15:51:15 +00:00
deprecated Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
hardware Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
io Handle Buffer objects properly in Serial out node 2013-12-13 10:27:52 +00:00
logic Switch node: infer intent to compare numbers 2013-12-06 20:26:55 +00:00
social Make Imap node always read once on start 2013-11-29 19:16:11 +00:00
storage Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00