Skip to content

0.0.37

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 10:05
· 7 commits to main since this release
9255a8c

0.0.37

  • [commands] Enhanced command handling with improved serialization of subcommands
  • [commands] Introduced a new CommandLexer interface for better command tokenization
  • [commands] Added infrastructure for parameter names in argument parsers, for future improving clarity
  • [commands] Updated exception handling in command tests for more precise error reporting
  • [spigot] Change EnchantGlow's key and name so it wouldn't collide with other plugins
  • [commands] Add support for named command arguments
  • [common] Add CollectionHelpers#mergeInto(Map<K, V>, Map<K, V>) to add all elements from one map to another if key isn't present
  • [commands] Improve code structure for registering a command
  • [commands] Add Compound parser
  • [commands] Add ParserAssertions#assertParserTabCompletion for better unit testing