Skip to content

Releases: thenorthsolution/Reciple

@reciple/[email protected]

23 Jun 14:46
Compare
Choose a tag to compare

What's Changed

  • Bump ws from 8.17.0 to 8.17.1 by @dependabot in #58
  • Use tsup to bundle non-cli codes by @NotGhex in #59

Full Changelog: https://github.com/thenorthsolution/Reciple/compare/[email protected]...@reciple/[email protected]

@reciple/[email protected]

23 Jun 14:46
Compare
Choose a tag to compare

What's Changed

  • Bump ws from 8.17.0 to 8.17.1 by @dependabot in #58
  • Use tsup to bundle non-cli codes by @NotGhex in #59

Full Changelog: https://github.com/thenorthsolution/Reciple/compare/[email protected]...@reciple/[email protected]

[email protected]

19 Jun 14:05
Compare
Choose a tag to compare

What's Changed

  • Updates for Message Command Things by @NotGhex in #57

Full Changelog: https://github.com/thenorthsolution/Reciple/compare/[email protected]@9.3.1

[email protected]

10 Jun 04:31
Compare
Choose a tag to compare

[email protected]

10 Jun 11:40
Compare
Choose a tag to compare

[email protected]

10 Jun 05:20
Compare
Choose a tag to compare

[email protected]

10 Jun 04:31
Compare
Choose a tag to compare

[email protected]

10 Jun 03:58
Compare
Choose a tag to compare

[email protected]

01 Jun 07:12
Compare
Choose a tag to compare

Breaking Changes

  • Packages are now ESM only
  • @reciple/update-checker is now deprecated, functionality is now moved to @reciple/utils with the new PackageUpdateChecker class
  • Changes to command halts includes
    • Addition of global command halts
    • Command halts are now structured like pre-conditions
    • Support for multiple command halts
    • .setHalt is removed from builders, use .addHalts or .setHalts instead
  • Removed unnecessary abstraction such as .removePreconditions(), .disablePreconditions(), .enablePreconditions() from CommandManager
  • Removed .create() static method from default preconditions
  • Moved functionality of .executeCommandBuilderHalt() from RecipleClient to CommandManager's .executeHalts()
  • Moved functionality of .executeCommandBuilderExecute() from RecipleClient to CommandManager
  • Removed unnecessary CommandManager abstractions such as .getApplicationCommand() and .fetchApplicationCommand()
  • Removed parseMessageURL() and fetchMessageURL() from @reciple/utils, use .fetch() or .parse() from MessageURLData instead

Enhancements

  • versions property is now optional
  • Message command validate function can now return string or Error to add custom error message to MessageCommandOptionValue#error
  • Added support for global halts
  • Added support for multiple command halts per commands

[email protected]

01 Jun 06:26
Compare
Choose a tag to compare