@discordjs/util 1.0.1 → 1.0.2-dev.1692360295-8eb978d32.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 +8 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -13,12 +13,12 @@ All notable changes to this project will be documented in this file.
|
|
|
13
13
|
## Features
|
|
14
14
|
|
|
15
15
|
- No-de-no-de, now with extra buns (#9683) ([386f206](https://github.com/discordjs/discord.js/commit/386f206caf74a04c426799af9796ca96dcb37056))
|
|
16
|
-
- **BREAKING CHANGE:** The REST and RequestManager classes now extend AsyncEventEmitter
|
|
17
|
-
from `@vladfrangu/async_event_emitter`, which aids in cross-compatibility
|
|
16
|
+
- **BREAKING CHANGE:** The REST and RequestManager classes now extend AsyncEventEmitter
|
|
17
|
+
from `@vladfrangu/async_event_emitter`, which aids in cross-compatibility
|
|
18
18
|
between Node, Deno, Bun, CF Workers, Vercel Functions, etc.
|
|
19
|
-
- **BREAKING CHANGE:** DefaultUserAgentAppendix has been adapted to support multiple
|
|
19
|
+
- **BREAKING CHANGE:** DefaultUserAgentAppendix has been adapted to support multiple
|
|
20
20
|
different platforms (previously mentioned Deno, Bun, CF Workers, etc)
|
|
21
|
-
- **BREAKING CHANGE:** the entry point for `@discordjs/rest` will now differ
|
|
21
|
+
- **BREAKING CHANGE:** the entry point for `@discordjs/rest` will now differ
|
|
22
22
|
in non-node-like environments (CF Workers, etc.)
|
|
23
23
|
- **Co-authored-by:** Suneet Tipirneni <77477100+suneettipirneni@users.noreply.github.com>
|
|
24
24
|
- **Co-authored-by:** Jiralite <33201955+Jiralite@users.noreply.github.com>
|
|
@@ -50,12 +50,12 @@ in non-node-like environments (CF Workers, etc.)
|
|
|
50
50
|
## Features
|
|
51
51
|
|
|
52
52
|
- No-de-no-de, now with extra buns (#9683) ([386f206](https://github.com/discordjs/discord.js/commit/386f206caf74a04c426799af9796ca96dcb37056))
|
|
53
|
-
- **BREAKING CHANGE:** The REST and RequestManager classes now extend AsyncEventEmitter
|
|
54
|
-
from `@vladfrangu/async_event_emitter`, which aids in cross-compatibility
|
|
53
|
+
- **BREAKING CHANGE:** The REST and RequestManager classes now extend AsyncEventEmitter
|
|
54
|
+
from `@vladfrangu/async_event_emitter`, which aids in cross-compatibility
|
|
55
55
|
between Node, Deno, Bun, CF Workers, Vercel Functions, etc.
|
|
56
|
-
- **BREAKING CHANGE:** DefaultUserAgentAppendix has been adapted to support multiple
|
|
56
|
+
- **BREAKING CHANGE:** DefaultUserAgentAppendix has been adapted to support multiple
|
|
57
57
|
different platforms (previously mentioned Deno, Bun, CF Workers, etc)
|
|
58
|
-
- **BREAKING CHANGE:** the entry point for `@discordjs/rest` will now differ
|
|
58
|
+
- **BREAKING CHANGE:** the entry point for `@discordjs/rest` will now differ
|
|
59
59
|
in non-node-like environments (CF Workers, etc.)
|
|
60
60
|
- **Co-authored-by:** Suneet Tipirneni <77477100+suneettipirneni@users.noreply.github.com>
|
|
61
61
|
- **Co-authored-by:** Jiralite <33201955+Jiralite@users.noreply.github.com>
|