Skip to content

Releases: Earewien/godot-traits

2.0.1

Choose a tag to compare

@Earewien Earewien released this 13 Apr 15:23
9a3904e

What's Changed

  • Change GTraitsContainer3D node type from Node2D to Node3D by @Earewien in #27

Full Changelog: 2.0.0...2.0.1

2.0.0

Choose a tag to compare

@Earewien Earewien released this 12 Apr 12:37
906b1ef

What's Changed

Breaking changes

This version comes with a functional breaking change: when a trait is removed, all its injected dependencies are also removed by default. See #22 for more information

Full Changelog: 1.0.0...2.0.0

1.0.0

Choose a tag to compare

@Earewien Earewien released this 23 Mar 09:43
3b2a1f8

What's Changed

  • Added UI traits container by @al0fdf in #18
  • Rename GTraitLogger Level enum to GTraitsLoggerLevel to avoid clash with user code by @Earewien in #20

New Contributors

Full Changelog: 0.5.2...1.0.0

0.5.2

Choose a tag to compare

@Earewien Earewien released this 27 Nov 11:59

What's Changed

  • Fix mixed tab/space usage by @Earewien in #15
  • GTraitsContainer: traits declared using editor are not declared as trait at runtime by @Earewien in #16

Full Changelog: 0.5.1...0.5.2

0.5.1

Choose a tag to compare

@Earewien Earewien released this 19 Nov 17:54

What's Changed

New Contributors

Full Changelog: 0.5.0...0.5.1

0.5.0

Choose a tag to compare

@Earewien Earewien released this 23 Feb 21:19
f34c1a8

What's Changed

  • Create command "Regenerate GTraits Script" by @jpaugh in #7
  • Fix #9: all resources should be exported when in headless export mode by @AdrienQuillet in #10
  • Declare traits in editor using a trait container by @AdrienQuillet in #8

Full Changelog: 0.4.0...0.5.0

0.4.0

Choose a tag to compare

@Earewien Earewien released this 27 Jan 11:06
4878ff6

What's Changed

  • Nodes and Scenes as trait by @AdrienQuillet in #6

Full Changelog: 0.3.0...0.4.0

0.3.0

Choose a tag to compare

@Earewien Earewien released this 20 Jan 09:32
693d539

What's Changed

  • Helper methods to invoke code if object is a something or else invoke a fallback method by @AdrienQuillet in #3
  • Rename README.ms.txt to README.md by @jpaugh in #4
  • Automatically create trait dependencies (trait dependency injection) by @AdrienQuillet in #5

New Contributors

  • @jpaugh made their first contribution in #4

Full Changelog: 0.2.0...0.3.0

0.2.0

Choose a tag to compare

@Earewien Earewien released this 13 Jan 21:45
8c2d52a

What's Changed

  • Initialize GTraits helper generator feature by @AdrienQuillet in #2

Full Changelog: 0.1.0...0.2.0

0.1.0

Choose a tag to compare

@Earewien Earewien released this 07 Jan 15:21

Initial release

What's Changed

  • Initialize Godot Traits addon by @AdrienQuillet in #1

New Contributors

  • @AdrienQuillet made their first contribution in #1

Full Changelog: https://github.com/AdrienQuillet/godot-traits/commits/0.1.0