@@ -10,10 +10,39 @@ Cutting-edge API docs of the `master` branch are available [here](https://godot-
10
10
11
11
## Quick navigation
12
12
13
- - [ v0.2.0] ( #v020 ) , [ v0.2.1] ( #v021 )
13
+ - [ v0.2.0] ( #v020 ) , [ v0.2.1] ( #v021 ) , [ v0.2.2 ] ( #v022 )
14
14
- [ v0.1.1] ( #v011 ) , [ v0.1.2] ( #v012 ) , [ v0.1.3] ( #v013 )
15
15
16
16
17
+ ## [ v0.2.2] ( https://docs.rs/godot/0.2.2 )
18
+
19
+ _ 31 December 2024_
20
+
21
+ ### 🌻 Features
22
+
23
+ - Feature parity with Godot builtin types
24
+ - ` Vector2i ` ([ #978 ] ( https://github.com/godot-rust/gdext/pull/978 ) )
25
+ - ` Projection ` ([ #983 ] ( https://github.com/godot-rust/gdext/pull/983 ) )
26
+ - ` Callable ` ([ #979 ] ( https://github.com/godot-rust/gdext/pull/979 ) )
27
+ - ` Quaternion ` ([ #981 ] ( https://github.com/godot-rust/gdext/pull/981 ) )
28
+ - ` GString ` + ` StringName ` ([ #980 ] ( https://github.com/godot-rust/gdext/pull/980 ) )
29
+ - ` NodePath ` ([ #982 ] ( https://github.com/godot-rust/gdext/pull/982 ) )
30
+ - ` PackedByteArray ` ([ #994 ] ( https://github.com/godot-rust/gdext/pull/994 ) )
31
+ - Support static functions in ` Callable ` ([ #989 ] ( https://github.com/godot-rust/gdext/pull/989 ) )
32
+ - Codegen can directly expose ` Inner* ` builtin methods ([ #976 ] ( https://github.com/godot-rust/gdext/pull/976 ) )
33
+ - Generate builtin methods with varargs ([ #977 ] ( https://github.com/godot-rust/gdext/pull/977 ) )
34
+
35
+ ### 🧹 Quality of life
36
+
37
+ - More accurately provide spans to errors in the ` GodotClass ` macro ([ #920 ] ( https://github.com/godot-rust/gdext/pull/920 ) )
38
+ - Improve some proc-macro attribute error messages ([ #971 ] ( https://github.com/godot-rust/gdext/pull/971 ) )
39
+ - Add required virtual method ` IScriptInstance::get_doc_class_name() ` in test ([ #975 ] ( https://github.com/godot-rust/gdext/pull/975 ) )
40
+ - Clean up ` Callable ` + tests, fix ` check.sh test ` ([ #990 ] ( https://github.com/godot-rust/gdext/pull/990 ) )
41
+
42
+ ### 📚 Documentation
43
+
44
+ - Improve docs in ` DynGd ` (re-enrichment) + Cargo features ([ #969 ] ( https://github.com/godot-rust/gdext/pull/969 ) )
45
+
17
46
18
47
## [ v0.2.1] ( https://docs.rs/godot/0.2.1 )
19
48
0 commit comments