Skip to content

Releases: Cat-Lips/GodotSharp.SourceGenerators

2.7.0

08 Jun 08:16

Choose a tag to compare

What's Changed

  • ADDED: AnimNames class attribute
  • ADDED: AudioBus class attribute
  • ADDED: AutoEnum enum/class attribute
  • ADDED: GlobalGroups class attribute
  • ADDED: IInstantiable interface
  • ADDED: Instantiable class attribute
  • ADDED: ISceneTree interface
  • ADDED: ResourceTree class attribute
  • ADDED: Shader class attribute
  • ADDED: ShaderGlobals class attribute
  • ADDED: Singleton class attribute
  • ADDED: TR class attribute
  • FIXED: Autoload class must now be explicitly decorated instead of implicitly generated
  • FIXED: Custom scope for uniquely named nodes [SceneTree]
  • FIXED: Support for multiple methods [OnInstantiate]
  • FIXED: Support for visual shader parameters
  • FIXED: Alphabetical order for docs

New Contributors

Full Changelog: 2.6.0...2.7.0

2.6.0

17 Sep 13:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.0...2.6.0

2.5.0

24 Nov 06:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

18 Jul 06:34

Choose a tag to compare

What's Changed

Full Changelog: 2.3.4...2.4.0

2.3.4

27 Apr 08:51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.3...2.3.4

2.3.3

01 Apr 06:55

Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.3.3

2.3.2

06 Jan 00:10

Choose a tag to compare

#42 Removing forced consumer dependency on CodeAnalysis dlls
Also adding support for InputMap categories for first . found in name

2.3.1

11 Dec 01:34

Choose a tag to compare

FIXED: #40 Compilation error on export build (#if TOOLS required for editor-only generated class)

GodotSharp.SourceGenerators.2.3.0

18 Nov 03:46

Choose a tag to compare

ADDED: Support for .NET 8.0

GodotSharp.SourceGenerators.2.2.1

21 Oct 08:00

Choose a tag to compare

FIXED: #36 Missing using statement from generated attribute