You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/0.9.0.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
## Summary
6
6
- The entire crate was completely re-written
7
7
- We cut down the number of crates, moving most common functionality into the core crate and removing all the horrible macros
8
-
- All of the systems have been made more robust and testable
8
+
- All of the systems have been made more robust and testable (with a respectable 72% test coverage)
9
9
- The crate is now completely panic free!
10
10
- The script lifecycle is automatically tied to script assets, loading and unloading assets and placing `ScriptComponent`'s on entities is all you need to do to manage the complexities of creating, updating, deleting and hot-loading script state.
11
11
- A new `ScriptValue` abstraction allows us to centrally define and register dynamic script functions which automatically register their type dependencies with the `AppTypeRegistry`
0 commit comments