Skip to content

1.3.0

Compare
Choose a tag to compare
@Citymonstret Citymonstret released this 16 Jan 08:19
· 749 commits to master since this release

Added

  • @Suggestions annotated methods
  • @Parser annotated methods
  • Type safe meta system
  • Allow interception of command builders based on annotations in AnnotationParser
  • Kotlin DSL

Changed

  • Move the parser injector registry into CommandManager and added injection to CommandContext
  • Supporting repeating literals or argument names
  • Make CommandMeta and FlagContext more Kotlin friendly

Deprecated

  • String keyed command meta
  • ParameterInjectorRegistry#injectors

Fixed

  • Fixed issue with task synchronization