Files
commands/CHANGELOG.md

24 lines
991 B
Markdown

# 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](https://github.com/aikar/commands/wiki/Migrating-from-0.4.0-to-0.5.0)
## 0.4.0
* Added support for Completion Context to add additional information about completion context
* [Migration Guide](https://www.spigotmc.org/threads/acf-beta-annotation-command-framework.234266/page-2#post-2385699)
## 0.2.0 and 0.3.0
* Changed group ID and artifact ID/name around to be consistent with [TaskChain](https://taskchain.emc.gs)
## 0.1.0
Initial release