iCrawl
|
e17bb54c85
|
chore: update dev versions
|
2022-06-04 17:01:47 +02:00 |
|
iCrawl
|
e92d937bcc
|
chore: release packages
|
2022-06-04 16:59:00 +02:00 |
|
iCrawl
|
091f1bd170
|
chore: deps
|
2022-06-04 16:49:47 +02:00 |
|
iCrawl
|
bd2cf20ecb
|
chore: re-generate changelogs
|
2022-06-04 16:42:00 +02:00 |
|
iCrawl
|
781a6e013c
|
chore: fix changelogs
|
2022-06-04 16:20:33 +02:00 |
|
iCrawl
|
6b8ef20cb3
|
style: cleanup tests and tsup configs
|
2022-06-04 15:21:57 +02:00 |
|
iCrawl
|
8a7cd10554
|
fix(builders): leftover invalid null type
|
2022-06-04 12:59:26 +02:00 |
|
iCrawl
|
251862ea57
|
chore: deps
|
2022-06-04 12:58:09 +02:00 |
|
Azarias B
|
68d5169f66
|
feat: Export types from interactions/slashCommands/mixins (#7942)
|
2022-05-25 10:04:20 +02:00 |
|
Jeroen Claassens
|
636d4f263b
|
chore: fix git cliff configs (#7948)
Co-authored-by: Vlad <kingdgrizzle@gmail.com>
|
2022-05-25 10:02:17 +02:00 |
|
A. Román
|
993eb74475
|
chore(deps): update discord-api-types and /voice (#7934)
|
2022-05-18 19:54:35 +02:00 |
|
Vlad Frangu
|
7ce641d33a
|
fix(SlashCommandBuilder): import Permissions correctly (#7921)
|
2022-05-14 22:47:26 +02:00 |
|
Jiralite
|
b1a3aa97ea
|
chore: bump discord-api-types (#7923)
|
2022-05-14 18:37:01 +02:00 |
|
Vlad Frangu
|
de3f1573f0
|
feat(builders): add new command permissions v2 (#7861)
|
2022-05-13 11:33:40 +02:00 |
|
Parbez
|
4515a1ea80
|
chore: bump shapeshift for faster object validation (#7914)
|
2022-05-12 12:09:50 +02:00 |
|
Vlad Frangu
|
c1b5e731da
|
fix: add localizations for subcommand builders and option choices (#7862)
|
2022-05-12 10:32:27 +02:00 |
|
Suneet Tipirneni
|
29293d7bbb
|
refactor: use arrays instead of rest parameters for builders (#7759)
|
2022-04-21 18:56:10 +02:00 |
|
Ryan Munro
|
ec8d87f932
|
feat(builders): improve embed errors and predicates (#7795)
* feat(builders): improve embed errors
* fix: use imageURLPredicates
Co-authored-by: Synbulat Biishev <arziksin@gmail.com>
Co-authored-by: Synbulat Biishev <arziksin@gmail.com>
|
2022-04-19 15:58:47 +02:00 |
|
iCrawl
|
9fa92ac0f9
|
ci: extract package and semver from tag
|
2022-04-17 19:55:59 +02:00 |
|
iCrawl
|
2c2f88cd43
|
ci: change logic to parse version
|
2022-04-17 19:08:02 +02:00 |
|
iCrawl
|
b94a8761f8
|
chore: update dev versions
|
2022-04-17 13:40:46 +02:00 |
|
iCrawl
|
9bf2a0d5cb
|
chore: release new versions
|
2022-04-17 13:32:57 +02:00 |
|
iCrawl
|
9917981f24
|
chore: update ts-docgen
|
2022-04-17 11:53:45 +02:00 |
|
iCrawl
|
ab8b946276
|
chore: update docgen
|
2022-04-17 11:45:03 +02:00 |
|
iCrawl
|
bcf7f1cfad
|
chore: deps
|
2022-04-17 11:27:36 +02:00 |
|
Suneet Tipirneni
|
40b9a1d67d
|
feat: Slash command localization for builders (#7683)
* feat: add slash command localizations
* chore: make requested changes
* chore: make requested changes
* fix: prevent unnecessary spread
* chore: make requested changes
* chore: don't allow maps
|
2022-04-17 10:58:20 +02:00 |
|
Suneet Tipirneni
|
75b6770933
|
chore(builders): simplify types (#7784)
* chore(builders): simplify types
* chore: removed uneeded partial
|
2022-04-17 10:51:11 +02:00 |
|
Vlad Frangu
|
3582fe917d
|
chore: update the regex for command names/option names (#7733)
|
2022-04-12 17:16:08 +02:00 |
|
Jiralite
|
78a3afcd7f
|
refactor: Remove nickname parsing (#7736)
* refactor: remove nickname parsing
* types: remove nickname import
* chore: update guildmember
* refactor: keep parsing
* refactor: string from user instead
|
2022-04-12 17:15:38 +02:00 |
|
Parbez
|
3c0bbac82f
|
refactor: replace zod with shapeshift (#7547)
|
2022-04-09 11:37:16 +02:00 |
|
Jiralite
|
aedddb875e
|
refactor: Remove store channels (#7634)
|
2022-04-09 11:34:05 +02:00 |
|
Rodry
|
5748dbe087
|
types: fix regressions (#7649)
* types: fix regressions
* fix: make requested changes
* Apply suggestions from code review
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
* types: action row data should take builders
* types: remove redundant overload
* fix(MessagePayload): ensure components are serialized correctly
* fix(MessagePayload): don't always create new action row
* refactor(UnsafeModalBuilder): make data public
* types: use type union
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
* types: fix types and add tests
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
|
2022-04-04 00:19:44 +02:00 |
|
Jeroen Claassens
|
ac4bc3a6c8
|
chore(build): disable tsup minification & add "use strict"; banner to CJS bundles (#7725)
* chore(build): disable tsup minification
* chore(build): add `"use strict";` to CJS bundles
|
2022-03-28 21:34:58 +02:00 |
|
Suneet Tipirneni
|
fb9a9c2211
|
refactor: allow builders to accept emoji strings (#7616)
* refactor: allow emoji strings in button builder
* refactor: add emoji string support for select menu options
* fix: export select menu option
* chore: make requested changes
* Update packages/discord.js/typings/index.test-d.ts
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
|
2022-03-24 20:58:50 +01:00 |
|
Suneet Tipirneni
|
b1d63d919a
|
fix: Validate select menu options (#7566)
* fix: validate select menu options
* chore: make requested changes
* refactor: make requested changes
* fix: tests
|
2022-03-24 20:57:53 +01:00 |
|
Suneet Tipirneni
|
72577c4bfd
|
feat: add API v10 support (#7477)
* feat: add API v10 support
* refactor: update deps
* chore: rebase fixes
|
2022-03-15 21:37:07 +01:00 |
|
Suneet Tipirneni
|
549716e4fc
|
refactor: Don't return builders from API data (#7584)
* refactor: don't return builders from API data
* Update packages/discord.js/src/structures/ActionRow.js
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
* fix: circular dependency
* fix: circular dependency pt.2
* chore: make requested changes
* chore: bump dapi-types
* chore: convert text input
* chore: convert text input
* feat: handle cases of unknown component types better
* refactor: refactor modal to builder
* feat: add #from for easy builder conversions
* refactor: make requested changes
* chore: make requested changes
* style: fix linting error
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
Co-authored-by: almeidx <almeidx@pm.me>
|
2022-03-12 19:39:23 +01:00 |
|
Almeida
|
dcd479767b
|
fix(SelectMenu): set placeholder max to 150 (#7538)
|
2022-03-10 09:00:39 +01:00 |
|
Almeida
|
10607dbdaf
|
refactor: remove obsolete builder methods (#7590)
|
2022-03-06 16:27:17 +01:00 |
|
Vlad Frangu
|
8f1986a6aa
|
feat: add support for module: NodeNext in TS and ESM (#7598)
|
2022-03-06 16:26:11 +01:00 |
|
Suneet Tipirneni
|
ed92015634
|
feat: Add Modals and Text Inputs (#7023)
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Ryan Munro <monbrey@gmail.com>
Co-authored-by: Vitor <milagre.vitor@gmail.com>
|
2022-03-04 08:53:41 +01:00 |
|
Parbez
|
8478d2f4de
|
refactor(Embed): remove add field (#7522)
|
2022-03-02 10:37:30 +01:00 |
|
Jiralite
|
1a14c0ca56
|
docs: Completely fix builders example link (#7543)
|
2022-02-26 11:15:52 +01:00 |
|
Suneet Tipirneni
|
0aa48516a4
|
fix: only check instanceof Component once (#7546)
|
2022-02-26 11:14:04 +01:00 |
|
Skick
|
3baa340821
|
fix(builders): allow negative min/max value of number/integer option (#7484)
|
2022-02-20 13:43:50 +01:00 |
|
Suneet Tipirneni
|
ba31203a0a
|
refactor: make data public in builders (#7486)
|
2022-02-20 13:43:27 +01:00 |
|
Almeida
|
b3fa2ece40
|
refactor(embed): remove array support in favor of rest params (#7498)
|
2022-02-20 13:38:13 +01:00 |
|
Rodry
|
b12214922c
|
refactor(components): default set boolean methods to true (#7502)
|
2022-02-20 13:35:00 +01:00 |
|
Suneet Tipirneni
|
f7257f0765
|
feat: add missing v13 component methods (#7466)
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2022-02-18 01:04:34 +01:00 |
|
muchnameless
|
36173590a7
|
fix(components): setX should take rest parameters (#7461)
|
2022-02-15 18:31:08 +01:00 |
|