Releases: Cat-Lips/GodotSharp.SourceGenerators
Releases · Cat-Lips/GodotSharp.SourceGenerators
2.6.0
What's Changed
- 93 Autoload/AutoloadRename by @Cat-Lips in #95
- Adding TscnFilePath (static property on main class) by @Cat-Lips in #97
- #96 Removing use of field keyword as it's still a preview language feature by @Cat-Lips in #98
- Use ; not { } by @Joy-less in #100
- Use better preprocessor defines by @Joy-less in #104
- 102 custom inputname class by @Cat-Lips in #106
- Replacing block-scoped namespaces with file-scoped namespaces by @Cat-Lips in #114
- #107 Caching NodePath creation by @Cat-Lips in #116
- 103 layernames attribute produces off by one output by @Cat-Lips in #115
- 110 add layernames enum by @Cat-Lips in #117
- Update example for LayerNames to reflect actual output by @rrowe404 in #119
New Contributors
Full Changelog: 2.5.0...2.6.0
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)