Skip to content

Releases: Ustimov/node-red-flow-drawer

0.1.0

29 Oct 16:09
Compare
Choose a tag to compare
  • New principle of external node loading (similar to Node-RED)
  • Support of node's icon and locale loading
  • Updated set of core nodes
  • ESLint
  • Removed nodes property from FlowDrawer class options
  • Added httpNodeRoot and nodeDir properties to FlowDrawer class options
  • Meaning of --nodes (-n) CLI option changed from nodes to nodeDir

0.0.5

18 Oct 13:31
Compare
Choose a tag to compare
  • Cache drawnings
  • Mute CSS errors
  • The delay for resource loading replaced with onload event
  • Progress bar for batch processing
  • Proper handling of localization strings
  • Fail tolerance in case of image absence

0.0.4

11 Oct 10:48
Compare
Choose a tag to compare
  • Backward compatibility to Node.js 6
  • Bugfix of imposibility to draw a file to stdout without outputDir specified
  • Additional error messages for cases of usage --stdout option with batch processing and --format=img
  • CLI tests
  • Improved docs
  • Improved node width calculation
  • Solid frame around flow nodes

0.0.3

04 Oct 15:48
Compare
Choose a tag to compare
  • Breaking changes in JavaScript API
  • Memory optimisation
  • Batch processing support
  • No Babel
  • Export to files
  • Custom nodes support

0.0.2

02 Oct 10:54
Compare
Choose a tag to compare

First release