Releases: WilderForge/brigadier
Releases · WilderForge/brigadier
TGC-1.4.0.0
What's Changed
- Repository transferred from @TheGameCommunity to @WilderForge
- Bump jmh_version from 1.21 to 1.37 by @dependabot in #2
- Bump org.hamcrest:hamcrest-library from 1.3 to 3.0 by @dependabot in #3
- Bump guava_version from 26.0-jre to 33.4.0-jre by @dependabot in #4
- Bump org.mockito:mockito-core from 5.0.0 to 5.15.2 by @dependabot in #5
- Merge code from @Mojang's upstream branch by @Gamebuster19901 in #1
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: TGC-1.3.3.0...TGC-1.4.0.0
Version TGC-1.3.3.0
- Made all abstract CommandNode methods public
- Added LiteralNode, RootNode interfaces
Version 1.3.1.1
- Increased the visibility of RequiredArgumentBuilder constructor
- Minor code formatting cleanup
- Fixed library not publishing to mavenLocal
1.3.0.0
- Update to be compatible with Gradle 8.0.1
1.2.2.0
SuggestionBuilder can now supply suggestions that are the same as the supplied argument.
1.2.1.0
- 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
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
Context is now supplied when parsing arguments. This is an incompatible change to Mojang's Brigadier.