Skip to content

v1.0.0-ALPHA.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 10:14
· 25 commits to release since this release
baa1aa9
  • [BREAKING]: All methods related to guild commands have been removed;

    • This change shouldn't affect anyone, as guild commands haven't been implemented yet;
    • A new system for guild commands will be implemented in the future;
  • [BREAKING]: The HTTP server was removed;

    • This change has introduced to simplify the codebase and make it more maintainable;
    • The HTTP server wasn't used in any of the examples and had no documentation, so its impact on users should be minimal;
  • [DEPRECATED]: Some methods are now deprecated:

    • CommandManager#generateAsyncCommand is deprecated, use CommandManager#generateCommand instead;
    • CommandManager#getGlobalCommand is deprecated, use CommandManager#getCommand instead;
    • CommandManager#hasGlobalCommand is deprecated, use CommandManager#hasCommand instead;
  • [CHORE]: Bump dependencies;

  • [NOTE]: Support for Node v18+ has been restored;