File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ - Field attribute ` property ` on derived ` NativeClass ` types, which can be used to quickly export simple properties.
13
+
14
+ - The behavior of derived ` FromVariant ` and ` ToVariant ` implementations can be customized with the ` variant ` field attribute.
15
+
16
+ - New example projects.
17
+
18
+ ### Changed
19
+
20
+ - The ` FromVariant ` trait now reports detailed information on failure.
21
+
22
+ - The API for property registration is reworked to provide better ergonomics and static type checking for editor hints.
23
+
24
+ ### Removed
25
+
26
+ ### Fixed
27
+
28
+ - Fixed an ` unused_parens ` warning when using the ` NativeClass ` derive macro.
29
+
30
+ - Fixed handling of unknown enums with duplicate values, which prevented code generation for Godot version ` 3.2 ` .
31
+
10
32
## [ 0.7.0] - 2019-12-22
11
33
12
34
### Added
You can’t perform that action at this time.
0 commit comments