-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. | ||
|
||
- - - | ||
## 0.10.0 - 2023-06-24 | ||
#### Bug Fixes | ||
- cache registy more resistent to runtime error (#93) - (61b726a) - Ezekiel Warren | ||
- remove false warning about wasm reset (#91) - (9644b15) - Ezekiel Warren | ||
- clearing runtime defaults slightly later (#90) - (e8d4eef) - Ezekiel Warren | ||
- don't execute rtb when disabled on reimport (#89) - (e70d1b2) - Ezekiel Warren | ||
- wrong size param index - marshal error - (dc857a5) - Ezekiel Warren | ||
- disconnect can now be called (#87) - (a2b22df) - Ezekiel Warren | ||
- relative library paths do not leave temp dir - (360e2b2) - Ezekiel Warren | ||
- robustify manually setting runing libray paths (#85) - (5117cc7) - Ezekiel Warren | ||
- remove editor code in non-editor - (1662eee) - Ezekiel Warren | ||
#### Features | ||
- connectStateChange invoke on ConnectionClosed error (#95) - (40786b0) - Austin Kelway | ||
- added more visual scripting nodes (#94) - (15ca1ad) - Ezekiel Warren | ||
- add function to load non-standard methods (#92) - (103b747) - Ezekiel Warren | ||
- disconnect when runtime is freed (#88) - (43fd24b) - Ezekiel Warren | ||
- async connect state with event - (ebf1722) - Ezekiel Warren | ||
- added toggle to show/hide missing runtime methods - (0f65acc) - Ezekiel Warren | ||
#### Miscellaneous Chores | ||
- formatting - (d648164) - Ezekiel Warren | ||
- cleaned up unused variable warning - (1a485cc) - Ezekiel Warren | ||
|
||
- - - | ||
|
||
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). |