Releases: Cat-Lips/GodotSharp.SourceGenerators
Releases · Cat-Lips/GodotSharp.SourceGenerators
2.5.0
What's Changed
- Add Comments for Generated Input Map Classes by @Delsin-Yu in #71
- Disable Hidden Inherited Member Warning by @Cat-Lips in #73
- Add note about [SceneTree] leaf nodes in README.md by @valkyrienyanko in #76
- #74 Adding more explicit prepend of res:// to resource paths by @Cat-Lips in #77
- #72 [OnInstantiate] Default Parameters by @Cat-Lips in #79
- #72 [OnInstantiate] Default Parameters (with NRT annotations) by @Cat-Lips in #80
- #69 Adding support for SceneTree on SubNodes by @Cat-Lips in #84
- #66 Added parameter to SceneTreeAttribute to override _ by @Cat-Lips in #85
New Contributors
- @Delsin-Yu made their first contribution in #71
- @valkyrienyanko made their first contribution in #76
Full Changelog: 2.4.0...2.5.0
2.4.0
2.3.4
What's Changed
- Improve README readability by adding sample code. by @qwe321qwe321qwe321 in #54
- Issue55.TypeNameCaseMismatch by @Cat-Lips in #56
New Contributors
- @qwe321qwe321qwe321 made their first contribution in #54
Full Changelog: 2.3.3...2.3.4
2.3.3
2.3.2
2.3.1
GodotSharp.SourceGenerators.2.3.0
ADDED: Support for .NET 8.0
GodotSharp.SourceGenerators.2.2.1
FIXED: #36 Missing using statement from generated attribute
GodotSharp.SourceGenerators.2.2.0
ADDED: OnImport attribute (GD4 only)
- Generates default plugin overrides and options to make plugin class cleaner (inherit from OnImportEditorPlugin)
GodotSharp.SourceGenerators.2.1.1
- FIXED: #32 Analyser upgrade to 4.5 gives warning and fails to build if still using version 4.4 of compiler
- Downgraded analyser package to 4.4
- FIXED: #33 Nullable types in generated methods fail to compile (on linux)
- .NET gives different invalid file chars per platform, but generator internals does its own check - Fixed by using the same invalid file chars for all platforms (ie, copied from windows)