Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 991 Bytes

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 991 Bytes

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