Work towards making CommandMeta typesafe (#173)

Co-authored-by: Alexander Söderberg <sauilitired@gmail.com>
This commit is contained in:
zml 2020-12-16 03:07:22 -08:00 committed by Alexander Söderberg
parent ab366be24d
commit 1e91273e0e
33 changed files with 450 additions and 64 deletions

View file

@ -8,10 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `@Suggestions` annotated methods
- Type safe meta system
### Changed
- Moved the parser injector registry into CommandManager and added injection to CommandContext
### Deprecated
- String keyed command meta
## [1.2.0] - 2020-12-07
### Added