Skip to content

Releases: Cat-Lips/GodotSharp.SourceGenerators

2.5.0

24 Nov 06:13
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.4...2.4.0

2.3.4

27 Apr 08:51
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.3.3

2.3.2

06 Jan 00:10
Compare
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
Compare
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
Compare
Choose a tag to compare

ADDED: Support for .NET 8.0

GodotSharp.SourceGenerators.2.2.1

21 Oct 08:00
Compare
Choose a tag to compare

FIXED: #36 Missing using statement from generated attribute

GodotSharp.SourceGenerators.2.2.0

20 Oct 00:28
Compare
Choose a tag to compare

ADDED: OnImport attribute (GD4 only)

  • Generates default plugin overrides and options to make plugin class cleaner (inherit from OnImportEditorPlugin)

GodotSharp.SourceGenerators.2.1.1

26 Jun 08:24
Compare
Choose a tag to compare
  • 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)