-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(util): release @discordjs/util@1.0.0
- Loading branch information
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -2,6 +2,43 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
# [@discordjs/util@1.0.0](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2023-07-31) | ||
|
||
## Features | ||
|
||
- No-de-no-de, now with extra buns (#9683) ([386f206](https://github.com/discordjs/discord.js/commit/386f206caf74a04c426799af9796ca96dcb37056)) | ||
- **BREAKING CHANGE:** The REST and RequestManager classes now extend AsyncEventEmitter | ||
from `@vladfrangu/async_event_emitter`, which aids in cross-compatibility | ||
between Node, Deno, Bun, CF Workers, Vercel Functions, etc. | ||
- **BREAKING CHANGE:** DefaultUserAgentAppendix has been adapted to support multiple | ||
different platforms (previously mentioned Deno, Bun, CF Workers, etc) | ||
- **BREAKING CHANGE:** the entry point for `@discordjs/rest` will now differ | ||
in non-node-like environments (CF Workers, etc.) | ||
- **Co-authored-by:** Suneet Tipirneni <[email protected]> | ||
- **Co-authored-by:** Jiralite <[email protected]> | ||
- **Co-authored-by:** suneettipirneni <[email protected]> | ||
|
||
# [@discordjs/util@0.3.1](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2023-05-01) | ||
|
||
## Refactor | ||
|
||
- **ShardClientUtil:** Logic de-duplication (#9491) ([a9f2bff](https://github.com/discordjs/discord.js/commit/a9f2bff82a18c6a3afdee99e5830e1d7b4da65dc)) | ||
|
||
# [@discordjs/util@0.3.0](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2023-05-01) | ||
|
||
## Bug Fixes | ||
|
||
- Fix external links (#9313) ([a7425c2](https://github.com/discordjs/discord.js/commit/a7425c29c4f23f1b31f4c6a463107ca9eb7fd7e2)) | ||
- **scripts:** Accessing tsComment ([d8d5f31](https://github.com/discordjs/discord.js/commit/d8d5f31d3927fd1de62f1fa3a1a6e454243ad87b)) | ||
|
||
## Documentation | ||
|
||
- Generate static imports for types with api-extractor ([98a76db](https://github.com/discordjs/discord.js/commit/98a76db482879f79d6bb2fb2e5fc65ac2c34e2d9)) | ||
|
||
## Features | ||
|
||
- **website:** Render syntax and mdx on the server (#9086) ([ee5169e](https://github.com/discordjs/discord.js/commit/ee5169e0aadd7bbfcd752aae614ec0f69602b68b)) | ||
|
||
# [@discordjs/util@0.3.1](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2023-05-01) | ||
|
||
## Refactor | ||
|
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