|
| 1 | +# 0.9.1 |
| 2 | + |
| 3 | +### Features |
| 4 | +- Add function to rename events, variable name, and function namespace |
| 5 | +- Add feature to delete function, function port, variable, and event |
| 6 | +- Add `.stop` property to stop data flow in the instance |
| 7 | +- Emit `ready` event when function node is initialized |
| 8 | +- Emit event when creating event and handle environment variable deletion |
| 9 | +- Watch function node's port name changes when renaming from other node |
| 10 | +- Watch event namespace changes when renaming from other node |
| 11 | +- Improve utils for set and delete object property |
| 12 | +- Add and improve Bun and Node.js loader |
| 13 | +- Add `.ready` function for waiting until first `json.imported` instance event |
| 14 | +- Auto trigger `node.update` when `initUpdate` static class property exist |
| 15 | +- Improve TypeScript definition file |
| 16 | + |
| 17 | +### Bug Fix |
| 18 | +- Avoid emitting non-object data when emitting event data |
| 19 | +- Avoid creating a function node inside of the node itself |
| 20 | +- Emit some event and avoid trigger resave on function node |
| 21 | +- Fix import error because duplicated event export |
| 22 | +- Fix error when renaming port name for function node |
| 23 | +- Make sure the event `schema` option is object |
| 24 | +- Rename environment node inside all function node |
| 25 | +- Some modification for remote collaboration |
| 26 | +- Stop execution order inside function if root is stopped |
| 27 | +- Use default port output value as input value if exist |
| 28 | + |
| 29 | + |
1 | 30 | # 0.9.0
|
2 | 31 |
|
3 | 32 | ### Breaking Changes
|
|
0 commit comments