Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 600 Bytes

CHANGELOG.md

File metadata and controls

15 lines (10 loc) · 600 Bytes

1.0.2

Fixes

  • command: stop argument parsing on non-provided optional argument (180d6b8)

1.0.1

Fixes

  • command: throw IllegalStateException if a command class has more than one executor method (c380442)
  • command: annotate ArgumentResolver and ArgumentCompleter with @FunctionalInterface (7a56eac)