Skip to content

Releases: WilderForge/brigadier

TGC-1.4.0.0

22 Jan 07:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: TGC-1.3.3.0...TGC-1.4.0.0

Version TGC-1.3.3.0

29 May 04:43

Choose a tag to compare

  • Made all abstract CommandNode methods public
  • Added LiteralNode, RootNode interfaces

Version 1.3.1.1

27 May 06:04

Choose a tag to compare

  • Increased the visibility of RequiredArgumentBuilder constructor
  • Minor code formatting cleanup
  • Fixed library not publishing to mavenLocal

1.3.0.0

27 Feb 22:10

Choose a tag to compare

  • Update to be compatible with Gradle 8.0.1

1.2.2.0

26 Jan 04:00

Choose a tag to compare

SuggestionBuilder can now supply suggestions that are the same as the supplied argument.

1.2.1.0

20 Jan 19:19

Choose a tag to compare

  • Added the ability to add custom suggestion types to SuggestionBuilder

Full Changelog: TGC-1.2.0.0...TGC-1.2.1.0

1.2.0.0

16 Jan 01:01

Choose a tag to compare

Up to date with mojang/brigadier.
Updated Mockito to 5.0.0
Now requires java 19

Full Changelog: 1.0.18...1.2.0.0

1.1.0.0

12 Jun 02:06

Choose a tag to compare

Context is now supplied when parsing arguments. This is an incompatible change to Mojang's Brigadier.