🔥 StrokkCommands 1.5.0
❗ Breaking Changes
Since this release, using the @Command annotation on nested classes or fields no longer has any effect. It was not intended for them to be used anywhere else than top-level classes. This release simply fixes that.
🚀 Other Noteworthy Things
This release features another relatively major rewrite of some internal stuff. Because of this, there is a chance that something might have broke. If you encounter any bugs, make sure to report them in the StrokkCommands Discord server.
🥇 What's Changed
- Fix Maven groupId tag by @Devlrxxh in #28
- feat: add constructor DI by @Strokkur424 in #29
- ci: fix docs preview workflows by @Strokkur424 in #30
- chore: add missing argument types by @Strokkur424 in #31
- feat: add DefaultExecutes annotation by @Strokkur424 in #32
✨ New Contributors
Full Changelog: v1.4.2...v1.5.0