-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Comparing changes
Open a pull request
base repository: discordjs/discord.js
base: @discordjs/collection@1.5.3
head repository: discordjs/discord.js
compare: @discordjs/collection@2.0.0
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 58d9024 - Browse repository at this point
Copy the full SHA 58d9024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67b3035 - Browse repository at this point
Copy the full SHA 67b3035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da4567 - Browse repository at this point
Copy the full SHA 6da4567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0220fb7 - Browse repository at this point
Copy the full SHA 0220fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84ead6e - Browse repository at this point
Copy the full SHA 84ead6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bc2667 - Browse repository at this point
Copy the full SHA 4bc2667View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab05e9 - Browse repository at this point
Copy the full SHA 4ab05e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d1b233 - Browse repository at this point
Copy the full SHA 5d1b233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eb978d - Browse repository at this point
Copy the full SHA 8eb978dView commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd5e745 - Browse repository at this point
Copy the full SHA dd5e745View commit details -
build: bump Undici and discord-api-types (#9779)
* build: bump discord-api-types * build: bump Undici too --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 899bc5f - Browse repository at this point
Copy the full SHA 899bc5fView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 5d7c59c - Browse repository at this point
Copy the full SHA 5d7c59cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e3aed0 - Browse repository at this point
Copy the full SHA 1e3aed0View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 2e40a05 - Browse repository at this point
Copy the full SHA 2e40a05View commit details
Commits on Aug 22, 2023
-
2
Configuration menu - View commit details
-
Copy full SHA for d37632d - Browse repository at this point
Copy the full SHA d37632dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c7c14 - Browse repository at this point
Copy the full SHA f6c7c14View commit details
Commits on Aug 23, 2023
-
fix(TransformerGraph): Explicitly include input args for readable inp…
…ut cases instead of just for string input cases (#9793) Explicitly add input args for readable input cases instead of just for string input cases. Change also ensures that constant arrays are passed by value instead of by reference, preventing them from accidentally being modified. Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 788888a - Browse repository at this point
Copy the full SHA 788888aView commit details
Commits on Aug 24, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for fb81f7b - Browse repository at this point
Copy the full SHA fb81f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea63d0 - Browse repository at this point
Copy the full SHA 6ea63d0View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 9811514 - Browse repository at this point
Copy the full SHA 9811514View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for e3127a0 - Browse repository at this point
Copy the full SHA e3127a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2201157 - Browse repository at this point
Copy the full SHA 2201157View commit details
Commits on Aug 25, 2023
-
feat: Implement
GET
current application (#9797)* feat: implement current application route * refactor: pluralisation Co-authored-by: Suneet Tipirneni <77477100+suneettipirneni@users.noreply.github.com> --------- Co-authored-by: Suneet Tipirneni <77477100+suneettipirneni@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 50106c7 - Browse repository at this point
Copy the full SHA 50106c7View commit details -
feat: add new markdown formatters (#9613)
* feat: add new markdown formatters Co-authored-by: Jaw0r3k <jaw0r3k.g@gmail.com> * Update packages/formatters/src/formatters.ts Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com> * refactor: remove unnecessary index tracking and rename 'array' to 'items' Co-authored-by: Almeida <almeidx@pm.me> * refactor: rename 'array' to 'items' Co-authored-by: Almeida <almeidx@pm.me> * refactor(heading): consolidate heading functions into a single function Also correct param names from array to items. Co-authored-by: Jaw0r3k <jaw0r3k.g@gmail.com> * refactor: add HeadingLevel enum and use switch case * fix: export HeadingLevel enum Co-authored-by: Jaw0r3k <jaworekwiadomosci@gmail.com> * feat(heading): add missing documentation for level parameter * refactor: update list formatters * docs: correct heading formatter description * refactor: update list formatters * fix(heading): remove unnecessary space * refactor: move list callback function to outer scope * test: add tests * refactor: requested changes * refactor: suggested changes * docs: add missing documentation * style: suggested change Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> * refactor: use math max method instead Co-authored-by: Almeida <almeidx@pm.me> --------- Co-authored-by: Jaw0r3k <jaw0r3k.g@gmail.com> Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com> Co-authored-by: Almeida <almeidx@pm.me> Co-authored-by: Jaw0r3k <jaworekwiadomosci@gmail.com> Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> Co-authored-by: space <spaceeec@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 0d787e9 - Browse repository at this point
Copy the full SHA 0d787e9View commit details -
feat(formatters): add guild navigation mentions (#9436)
* feat(formatters): add guild navigation mentions * docs: dont force support article locale Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 566d5e2 - Browse repository at this point
Copy the full SHA 566d5e2View commit details -
feat(Presence): Expose sync_id in Activity (#9766)
* feat(Presence): Expose sync_id in Activity * chore: mention non-documentation --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 485dd71 - Browse repository at this point
Copy the full SHA 485dd71View commit details
Commits on Aug 26, 2023
-
feat: Add
no-install
option (#9604)* chore: no install option + fix type * chore: apply suggestions Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> --------- Co-authored-by: Jaw0r3k <jaw0r3k.git@gmail.com> Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8325fa6 - Browse repository at this point
Copy the full SHA 8325fa6View commit details
Commits on Aug 27, 2023
-
2
Configuration menu - View commit details
-
Copy full SHA for e96a8a9 - Browse repository at this point
Copy the full SHA e96a8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ae7b4 - Browse repository at this point
Copy the full SHA e1ae7b4View commit details
Commits on Aug 28, 2023
-
ci: Stop documentation upload for create-discord-bot (#9781)
ci: stop documentation upload for create-discord-bot
Configuration menu - View commit details
-
Copy full SHA for 85d03a3 - Browse repository at this point
Copy the full SHA 85d03a3View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 7157748 - Browse repository at this point
Copy the full SHA 7157748View commit details
Commits on Aug 31, 2023
-
docs(ApplicationsAPI): Fix
getCurrent()
options description (#9816)docs(ApplicationsAPI): fix `getCurrent()` options description
Configuration menu - View commit details
-
Copy full SHA for 23a6424 - Browse repository at this point
Copy the full SHA 23a6424View commit details
Commits on Sep 2, 2023
-
feat(CDN): Support emoji size (#9787)
* feat(CDN): support emoji size * refactor: try to warn in all environments * feat: add prefix * refactor: better feedback message --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 778df45 - Browse repository at this point
Copy the full SHA 778df45View commit details -
build: Bump discord-api-types to 0.37.56 (#9815)
build: bump discord-api-types to 0.37.56 Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ba31972 - Browse repository at this point
Copy the full SHA ba31972View commit details -
ci: fix npm dev release workflow (#9817)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ff1fda7 - Browse repository at this point
Copy the full SHA ff1fda7View commit details
Commits on Sep 8, 2023
-
docs(GuildMember): Clarify timeout parameter wording (#9800)
* Update GuildMember.js * Update GuildMember.js * Update GuildMember.js * Update GuildMember.js --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8d97e2d - Browse repository at this point
Copy the full SHA 8d97e2dView commit details
Commits on Sep 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c50809e - Browse repository at this point
Copy the full SHA c50809eView commit details
Commits on Sep 10, 2023
-
types(Client): fix isReady narrowing (#9828)
* types(Client): fix isReady narrowing * chore: add requested changes * chore: test both ready cases --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6404c01 - Browse repository at this point
Copy the full SHA 6404c01View commit details -
fix(WebSocketManager): available sessions check (#9823)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e68ab16 - Browse repository at this point
Copy the full SHA e68ab16View commit details
Commits on Sep 11, 2023
-
types: don't include dom types (#9831)
* types: don't include dom types * types: try to fix websocket imports
Configuration menu - View commit details
-
Copy full SHA for 9dbc954 - Browse repository at this point
Copy the full SHA 9dbc954View commit details
Commits on Sep 15, 2023
-
feat: add support for teams update (#9805)
* refactor(TeamMember): deprecate permissions property * feat: add support for team member roles * feat: add reference to external team member role enum * docs: suggested changes Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c66636d - Browse repository at this point
Copy the full SHA c66636dView commit details
Commits on Sep 16, 2023
-
ci: Modify environment variable to fix development releases (#9826)
* ci: fix development releases * build: remove .yarnrc.yml
Configuration menu - View commit details
-
Copy full SHA for 7cdfc6c - Browse repository at this point
Copy the full SHA 7cdfc6cView commit details
Commits on Sep 17, 2023
-
docs(Attachment): add MIME types link to
contentType
(#9824)* docs(Attachment): add MIME types link to contentType * docs: don't force locale --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 85b2498 - Browse repository at this point
Copy the full SHA 85b2498View commit details -
docs(ApplicationCommandManager): id parameter can take options (#9664)
* docs: mention about possible options * chore: add suggested changes Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed14135 - Browse repository at this point
Copy the full SHA ed14135View commit details -
feat(GuildAuditLogsEntry): expose extra integrationType in relevant l…
…og types (#9796) * feat(GuildAuditLogsEntry): expose ingrationType * fix: not optional, if extra is present on these types not necessary, as it is conditionally assigned * fix: remove non-extra approach * fix(types): string is not guaranteed to be the known enum * fix: adapt type tests to new extra properties * fix: include null in type, since extra is not always populated --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3109798 - Browse repository at this point
Copy the full SHA 3109798View commit details -
feat: Support widget image URL (#9782)
* feat: add widget image URL * docs(GuildManager): correct parameter type Co-authored-by: space <spaceeec@yahoo.com> --------- Co-authored-by: space <spaceeec@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for b6a2441 - Browse repository at this point
Copy the full SHA b6a2441View commit details -
docs(DiscordjsErrorCodes): Deprecate unused properties (#9790)
docs(DiscordjsErrorCodes): deprecate unused properties Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4588e07 - Browse repository at this point
Copy the full SHA 4588e07View commit details
Commits on Sep 18, 2023
-
fix(GuildScheduledEvent): Use
if...else
pattern and handle partials (……#9802) fix: handle partial case Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 32d614c - Browse repository at this point
Copy the full SHA 32d614cView commit details -
refactor: Stickers are free (no more "premium" packs) (#9791)
refactor: stickers are free Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e02a59b - Browse repository at this point
Copy the full SHA e02a59bView commit details -
feat: Add media channels (#9662)
* feat: add media channels * refactor: rename to `ThreadOnlyChannel` * feat: support media channels more * docs(ThreadOnlyChannel): update class description * types: update references * test: add more tests * chore: update code * refactor: `abstract` Co-authored-by: space <spaceeec@yahoo.com> --------- Co-authored-by: space <spaceeec@yahoo.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 571aedd - Browse repository at this point
Copy the full SHA 571aeddView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.