v1.5.8
Release Notes
- HUGE performance improvements, search algorithms for commands, sub-commands, and completers were improved from O(log n) to O(1).
- Fixed an issue where
CommandFramework#registerAllInPackagefailed to register main commands in certain cases and depended on the class order within the package. - Removed the
REPORT_SCAN_WARNINGSoption; it is no longer required.
Full Changelog: 1.5.7...1.5.8