This repository was archived by the owner on Apr 9, 2025. It is now read-only.
Releases: OoLunar/DSharpPlus.CommandAll
Releases · OoLunar/DSharpPlus.CommandAll
v1.1.0-rc4
v1.1.0-rc3
This release contains an incredibly new feature which reduces code duplication: Command checks. With the ability to apply the same amount of context checks on multiple commands. Additionally tons of bug fixes and new docs were added.
What's Changed
New Contributors
Full Changelog: 1.1.0-rc2...1.1.0-rc3
v1.1.0-rc2
General bug fixes. Expect the argument converter design to change.
Full Changelog: 1.1.0-rc1...1.1.0-rc2
v1.1.0-rc1
Skipping 1.0.0 because GH Actions ruined it. This release contains tons of bug fixes, new convenience methods and a few new attributes.
Full Changelog: 1.0.0-rc3...1.1.0-rc1
v1.0.0-rc3
- 79e24da Remove ContinueWith that was supposed to be removed earlier
- f018e28 Rename RemainderText to RemainingText
- 247bef0 Fix command error handlers
- 4c6d55f Allow entity converters to lookup by mention, id AND name
- 23a4ce9 Fix params
- 4e0e958 Fix optional arguments not optionalling
- 3c4b8f8 Fix DiscordMessageArgumentConverter regex and incorrect not statement
- bf14752 Fix CommandParameterSlashMetadata.IsRequired not being respected
- b97080e Update entity converters to attempt to parse the snowflake before falling back to the Regex
- 5087312 Fix incorrect converter slash command types
- b227313 CommandParameterBuilder.Parse no longer attempts to verify, keeping consistent behavior with the other builders
- 7a6d74e Fix "Collection was modified; enumeration operation may not execute." error
v1.0.0-rc2
- Fixes logging
- Fixes sharding
- Fixes commands with no parameters being broken
v1.0.0-rc1
| Feature | Currently Supported |
|---|---|
| Text Commands | Yes |
| Slash Commands | Yes |
| Command Aliases | Yes |
| Generated Aliases | Yes |
| Command Groups | Yes |
| Custom Argument Type Converters | Yes |
| Per Argument Type Converters | Yes |
| Built In Help Command | No |
| Params (Auto Generated Arguments) | Yes |
| XML Documentation | No |
| Translation Classes | Ish |
| Pre-Execution Checks | No |