Skip to content

Commit 53956f2

Browse files
committed
Update to v0.9.1
1 parent 9b58546 commit 53956f2

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
# 0.9.0
231

332
### Breaking Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blackprint/engine",
33
"description": "Blackprint engine for JavaScript environment",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"author": "Blackprint",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)