@discordjs/util 1.0.0-dev.1690762247-488aa58b2.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,43 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
# [@discordjs/util@1.0.0](https://github.com/discordjs/discord.js/compare/@discordjs/util@0.3.1...@discordjs/util@1.0.0) - (2023-07-31)
|
|
6
|
+
|
|
7
|
+
## Features
|
|
8
|
+
|
|
9
|
+
- No-de-no-de, now with extra buns (#9683) ([386f206](https://github.com/discordjs/discord.js/commit/386f206caf74a04c426799af9796ca96dcb37056))
|
|
10
|
+
- **BREAKING CHANGE:** The REST and RequestManager classes now extend AsyncEventEmitter
|
|
11
|
+
from `@vladfrangu/async_event_emitter`, which aids in cross-compatibility
|
|
12
|
+
between Node, Deno, Bun, CF Workers, Vercel Functions, etc.
|
|
13
|
+
- **BREAKING CHANGE:** DefaultUserAgentAppendix has been adapted to support multiple
|
|
14
|
+
different platforms (previously mentioned Deno, Bun, CF Workers, etc)
|
|
15
|
+
- **BREAKING CHANGE:** the entry point for `@discordjs/rest` will now differ
|
|
16
|
+
in non-node-like environments (CF Workers, etc.)
|
|
17
|
+
- **Co-authored-by:** Suneet Tipirneni <77477100+suneettipirneni@users.noreply.github.com>
|
|
18
|
+
- **Co-authored-by:** Jiralite <33201955+Jiralite@users.noreply.github.com>
|
|
19
|
+
- **Co-authored-by:** suneettipirneni <suneettipirneni@icloud.com>
|
|
20
|
+
|
|
21
|
+
# [@discordjs/util@0.3.1](https://github.com/discordjs/discord.js/compare/@discordjs/util@0.3.0...@discordjs/util@0.3.1) - (2023-05-01)
|
|
22
|
+
|
|
23
|
+
## Refactor
|
|
24
|
+
|
|
25
|
+
- **ShardClientUtil:** Logic de-duplication (#9491) ([a9f2bff](https://github.com/discordjs/discord.js/commit/a9f2bff82a18c6a3afdee99e5830e1d7b4da65dc))
|
|
26
|
+
|
|
27
|
+
# [@discordjs/util@0.3.0](https://github.com/discordjs/discord.js/compare/@discordjs/util@0.2.0...@discordjs/util@0.3.0) - (2023-05-01)
|
|
28
|
+
|
|
29
|
+
## Bug Fixes
|
|
30
|
+
|
|
31
|
+
- Fix external links (#9313) ([a7425c2](https://github.com/discordjs/discord.js/commit/a7425c29c4f23f1b31f4c6a463107ca9eb7fd7e2))
|
|
32
|
+
- **scripts:** Accessing tsComment ([d8d5f31](https://github.com/discordjs/discord.js/commit/d8d5f31d3927fd1de62f1fa3a1a6e454243ad87b))
|
|
33
|
+
|
|
34
|
+
## Documentation
|
|
35
|
+
|
|
36
|
+
- Generate static imports for types with api-extractor ([98a76db](https://github.com/discordjs/discord.js/commit/98a76db482879f79d6bb2fb2e5fc65ac2c34e2d9))
|
|
37
|
+
|
|
38
|
+
## Features
|
|
39
|
+
|
|
40
|
+
- **website:** Render syntax and mdx on the server (#9086) ([ee5169e](https://github.com/discordjs/discord.js/commit/ee5169e0aadd7bbfcd752aae614ec0f69602b68b))
|
|
41
|
+
|
|
5
42
|
# [@discordjs/util@0.3.1](https://github.com/discordjs/discord.js/compare/@discordjs/util@0.3.0...@discordjs/util@0.3.1) - (2023-05-01)
|
|
6
43
|
|
|
7
44
|
## Refactor
|