Releases: thenorthsolution/Reciple
Releases · thenorthsolution/Reciple
@reciple/[email protected]
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]
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]
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]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Breaking Changes
- Packages are now ESM only
@reciple/update-checker
is now deprecated, functionality is now moved to@reciple/utils
with the newPackageUpdateChecker
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()
fromCommandManager
- Removed
.create()
static method from default preconditions - Moved functionality of
.executeCommandBuilderHalt()
fromRecipleClient
toCommandManager
's.executeHalts()
- Moved functionality of
.executeCommandBuilderExecute()
fromRecipleClient
toCommandManager
- Removed unnecessary
CommandManager
abstractions such as.getApplicationCommand()
and.fetchApplicationCommand()
- Removed
parseMessageURL()
andfetchMessageURL()
from@reciple/utils
, use.fetch()
or.parse()
fromMessageURLData
instead
Enhancements
versions
property is now optional- Message command validate function can now return string or
Error
to add custom error message toMessageCommandOptionValue#error
- Added support for global halts
- Added support for multiple command halts per commands
[email protected]
What's Changed
- (v9) Major Update by @NotGhex in #53
Full Changelog: https://github.com/thenorthsolution/Reciple/compare/@reciple/[email protected]@9.0.1