Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@KrozT KrozT released this 14 Jun 20:46

Breaking Changes

  • Revamped Command API: The command API has been completely rewritten, embracing an object-oriented approach. This redesign simplifies the usage and maintenance of commands, providing a more intuitive and flexible experience for developers. As a result, any custom commands will need to be rewritten to align with the new API.

Enhancements

  1. Package Manager Migration: We have migrated from YARN to PNPM as our new package manager. This transition brings improved performance and efficiency to our project.

  2. Command Refactoring: We have thoroughly refactored all existing commands, resulting in better reliability, improved functionality, and a more streamlined command execution process.

These breaking changes in the command API require updating and rewriting any custom commands to ensure compatibility with this release.
We highly recommend upgrading to this release to take advantage of these significant improvements, please report any issues!