-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to
0.3.0
, update README.md
and CHANGELOG.md
- Loading branch information
Showing
9 changed files
with
166 additions
and
14 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## 0.3.0 | ||
|
||
- Add support for [modals](https://github.com/mrbbot/slshx#using-modals) | ||
- Add support for [attachment options](https://github.com/mrbbot/slshx#options) | ||
- Return [error messages](https://github.com/mrbbot/slshx#errors) and stack | ||
traces to Discord during development | ||
- Add support for | ||
[`Bot` token authentication](https://github.com/mrbbot/slshx#missing-apis) to | ||
`call()` | ||
- Fallback to partial `{ id }` objects for mentionables, channels, and | ||
attachments on autocomplete. Closes | ||
[issue #1](https://github.com/mrbbot/slshx/issues/1), thanks | ||
[@helloimalastair](https://github.com/helloimalastair). | ||
- Throw clearer error when `useDescription("...")` isn't called. Closes | ||
[issue #2](https://github.com/mrbbot/slshx/issues/2), thanks | ||
[@SkyfallWasTaken](https://github.com/SkyfallWasTaken). | ||
|
||
## 0.2.0 | ||
|
||
- Convert JSX `<Embed>` `author`/`footer` props to `snake_case` | ||
|
||
## 0.1.1 | ||
|
||
- Fix missing `applicationPublicKey` error message | ||
- Add note to `README.md` that Slshx requires the | ||
[`--global-async-io` Miniflare flag](https://v2.miniflare.dev/core/standards#global-functionality-limits) | ||
to be set, to enable auto-deployments on reload. | ||
|
||
## 0.1.0 | ||
|
||
Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters