mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
991 B
991 B
Changelog
This won't have everything ever changed in ACF, but will mainly note API breakages and Migration Guide links
0.5.0
Main Goals:
- Refactor the project into a modular, and game agnostic core.
- Moves bukkit and paper manages into their own standalone artifacts
- Adds support for Bungee & Sponge
- Update Command Completion Context Handlers to be implemented like Context Resolvers
- Lots of significant API changes that will require changes from users
Migration Guide: 0.4.0 -> 0.5.0 Migration Guide
0.4.0
- Added support for Completion Context to add additional information about completion context
- Migration Guide
0.2.0 and 0.3.0
- Changed group ID and artifact ID/name around to be consistent with TaskChain
0.1.0
Initial release