We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5eb07 commit 7d8cf59Copy full SHA for 7d8cf59
src/dart/godot_dart/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.5.0
2
+
3
+- Variant can now be constructed from an Object without using `fromObject`
4
+- Variants that had `.fromGDString` now also have `.fromString` constructors
5
+- Added `CallbackAwaiter` which allows you to await a Callable being called.
6
7
## 0.4.0
8
9
- Improve Global Class hot reload by having the generator create a list of available global classes.
0 commit comments