Changelog
0.7.0 (March 31st 2016)
read-installed
to FBP manifest. fbp.json
files can be generated using noflo-cache-preheat
.
This also changes behavior related to components or graphs in custom locations. The fbp-manifest tool only finds them from the default components/
and graphs/
subdirectories of the project
base directory.listComponents
can now return errors as first callback argumentsocket.on('ip', function (ip) {})
to receive IP objectChangelog
0.6.0 (March 29th 2016)
noflo
executable in favor of noflo-nodejscreateNetwork
and loadFile
methods can return errors as the first callback argumentWirePattern
and makes NoFlo component programming closer to Classical FBPIP.scope
propertyLoggingComponent
baseclassChangelog
0.5.21 (December 3rd 2015)
Changelog
0.5.20 (December 2nd 2015)
debug
mode, meaning that errors thrown by components are available via the process-error
eventprocess-error
events or socket error
event, then they are thrownnetwork.setDebug(false)
Changelog
0.5.17 (November 27th 2015)
noflo-cache-preheat
tool that can be used for improving start-up times in Node.js projects with large lists of dependencies. Can be used as a postinstall
script