visualize
visualize copied to clipboard
Update noflo to the latest version π
Version 1.0.0 of noflo was just published.
| Dependency | noflo |
|---|---|
| Current Version | 0.8.6 |
| Type | dependency |
The version 1.0.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of noflo.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
1.0.0- The shipping NoFlo build is now using ES6 syntax, as provided by the CoffeeScript 2.x compiler. If you need to support older browsers or Node.js versions, you can transpile the code to ES5 using Babel
- The APIs deprecated in NoFlo 0.8 were removed:
noflo.AsyncComponentclass -- use WirePattern or Process API insteadnoflo.ArrayPortclass -- use InPort/OutPort withaddressable: trueinsteadnoflo.Portclass -- use InPort/OutPort insteadnoflo.helpers.MapComponentfunction -- use WirePattern or Process API insteadnoflo.helpers.WirePatternlegacy mode -- now WirePattern always uses Process API internallynoflo.helpers.WirePatternsynchronous mode -- useasync: trueand callbacknoflo.helpers.MultiErrorfunction -- send errors via callback or error portnoflo.InPortprocess callback -- use Process APInoflo.InPorthandle callback -- use Process APInoflo.InPortreceive method -- use Process API getX methodsnoflo.InPortcontains method -- use Process API hasX methods- Subgraph
EXPORTSmechanism -- disambiguate with INPORT/OUTPORT
- Improved errors thrown when trying to read from non-existing ports
- Added unscoped support for outports. Setting
scoped: falseon an outport will force all packets sent to that port to be unscoped - Added a deprecation warning when loading legacy API components
- More information on preparing for NoFlo 1.0 can be found from this blog post
Commits
The new version differs by 81 commits.
0a65a60Release 1.06af9928Merge pull request #574 from noflo/improve_legacy_detection0774c47Merge pull request #573 from noflo/greenkeeper/fbp-graph-0.3.00a4db51Add tests for legacy API detectionac5c435Don't shadow Splitfbe9db9Move inside the test4333d17fix(package): update fbp-graph to version 0.3.060a6bb6Mention legacy warningff6e014Merge pull request #572 from noflo/warn_legacybd3d5fdTreat old WirePattern as legacyb37ab85Subgraphs are not legacy4259bb2Simplify with isBrowser0cbe985Warn about components using legacy APIs180b462Link to the 1.0 prep blog post195fc5fMerge pull request #571 from noflo/greenkeeper/fbp-graph-0.2.0
There are 81 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Version 1.0.1 just got published.
Update to this version instead π
Commits
The new version differs by 42 commits.
d0b907aBump966fe0fDocument babel drop5312c13Merge pull request #580 from noflo/setsource_testsbdcd27fBump grunt-noflo-browser depefa896dAdd test loading non-existing moduledfe346aAdd test for setting source using deprecated API5a6273bCatch component loading failures5ec0016Add test with component without exported interface23d6accInclude CoffeeScript compiler in the browser test runnerb4b2bdcSkip CoffeeScript setSource test on browser if there is no CoffeeScript compiler available5817a12Re-enable setSource tests for browser6c24672Add ES6 setSource testd15a9e4No need to Babelize ES6 on modern Node.js that we require now1ae96beAdd CoffeeScript setSource test931d46cactually run the set component
There are 42 commits in total.
See the full diff
Version 1.0.2 just got published.
Version 1.0.3 just got published.
Update to this version instead π
Release Notes
1.0.3Added support for running arbitrary NoFlo graphs via noflo.asCallback. You can call this function now with either a component name, or a noflo.Graph instance
Commits
The new version differs by 6 commits.
955ecf4Release 1.0.37f3b3b1Document asCallback new featuresf3d951dMerge pull request #583 from noflo/ascallback_arbitrary6dcad76Allow running asCallback with a graph instance, fixes #582b0ebeb1Unhardcode the assumption of single process and work with graph data83d134aTests for asCallback with a graph, refs #582
See the full diff
Version 1.1.0 just got published.
Update to this version instead π
Commits
The new version differs by 51 commits.
145c9f3Release 1.1.039a2dbfMerge pull request #591 from noflo/introspectionacaee45Document ES5 limitation with default valuesa9334d7Provide example for wrapping built-in functionsbed1933Explain why we skipc8f357fUsage example in JavaScriptff2adabSkip default value test in browserf8fde39Basic interface documentationb2d6a5bAdd support for params with default values3775783Only attach ports that have input going to them to make defaults workcd89107Set up bracket forwarding80ae859Test with a native function6cbd4f5Add support for zero-parameter functions5a1111cAdd support for Node.js style async functions2f1697cMove skip one level down
There are 51 commits in total.
See the full diff
Version 1.1.1 just got published.
Version 1.1.2 just got published.
Update to this version instead π
Commits
The new version differs by 7 commits.
12e19b5Release 1.1.27a69552Merge pull request #595 from noflo/prevent_early_stoppedbf6efe9Catch component loading errors under Node.js412c0c7Always check list of active processes12a9550Make process activation abort any pending debounced finishes160b519Ignore package-lock.json685c619Go back to gear as default icon
See the full diff