Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add CHANGELOG, update readme for 0.5.0 release
- Loading branch information
Showing
2 changed files
with
41 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters