Skip to content

Commit a3f6918

Browse files
committed
chore(version): 0.10.0
1 parent 40786b0 commit a3f6918

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## 0.10.0 - 2023-06-24
6+
#### Bug Fixes
7+
- cache registy more resistent to runtime error (#93) - (61b726a) - Ezekiel Warren
8+
- remove false warning about wasm reset (#91) - (9644b15) - Ezekiel Warren
9+
- clearing runtime defaults slightly later (#90) - (e8d4eef) - Ezekiel Warren
10+
- don't execute rtb when disabled on reimport (#89) - (e70d1b2) - Ezekiel Warren
11+
- wrong size param index - marshal error - (dc857a5) - Ezekiel Warren
12+
- disconnect can now be called (#87) - (a2b22df) - Ezekiel Warren
13+
- relative library paths do not leave temp dir - (360e2b2) - Ezekiel Warren
14+
- robustify manually setting runing libray paths (#85) - (5117cc7) - Ezekiel Warren
15+
- remove editor code in non-editor - (1662eee) - Ezekiel Warren
16+
#### Features
17+
- connectStateChange invoke on ConnectionClosed error (#95) - (40786b0) - Austin Kelway
18+
- added more visual scripting nodes (#94) - (15ca1ad) - Ezekiel Warren
19+
- add function to load non-standard methods (#92) - (103b747) - Ezekiel Warren
20+
- disconnect when runtime is freed (#88) - (43fd24b) - Ezekiel Warren
21+
- async connect state with event - (ebf1722) - Ezekiel Warren
22+
- added toggle to show/hide missing runtime methods - (0f65acc) - Ezekiel Warren
23+
#### Miscellaneous Chores
24+
- formatting - (d648164) - Ezekiel Warren
25+
- cleaned up unused variable warning - (1a485cc) - Ezekiel Warren
26+
27+
- - -
28+
29+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

0 commit comments

Comments
 (0)