iCrawl
|
3202c91c5a
|
chore: properly adapt changelog script
|
2022-06-06 14:43:15 +02:00 |
|
iCrawl
|
8d8e6c03de
|
feat: use vitest instead of jest for more speed
|
2022-06-05 01:07:10 +02:00 |
|
iCrawl
|
f2ae1f9348
|
feat: add scripts package for locally used scripts
|
2022-06-04 19:07:50 +02:00 |
|
iCrawl
|
3401fd4eb6
|
chore: remove leftover files from pre-monorepo era
|
2022-06-04 18:41:37 +02:00 |
|
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
|
251862ea57
|
chore: deps
|
2022-06-04 12:58:09 +02:00 |
|
Suneet Tipirneni
|
97eaab35d7
|
feat(rest): add guild member banner cdn url (#7973)
|
2022-06-04 09:00:39 +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 |
|
DD
|
e2f5a4a494
|
chore: enable noUncheckedIndexAccess (#7931)
|
2022-05-18 19:56:42 +02:00 |
|
A. Román
|
993eb74475
|
chore(deps): update discord-api-types and /voice (#7934)
|
2022-05-18 19:54:35 +02:00 |
|
DD
|
dfe449c253
|
feat: REST#raw (#7929)
|
2022-05-17 16:31:19 +02:00 |
|
Khafra
|
e92b17d855
|
fix(REST): remove dom types (#7922)
|
2022-05-14 18:39:12 +02:00 |
|
Khafra
|
d1504f2ae1
|
fix: ok statusCode can be 200..299 (#7919)
|
2022-05-14 18:38:05 +02:00 |
|
Jiralite
|
b1a3aa97ea
|
chore: bump discord-api-types (#7923)
|
2022-05-14 18:37:01 +02:00 |
|
Khafra
|
d1ec8c37ff
|
feat(rest): use undici (#7747)
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: ckohen <chaikohen@gmail.com>
|
2022-05-12 22:49:15 +02:00 |
|
with-heart
|
679dcda970
|
feat(REST): enable setting default authPrefix (#7853)
|
2022-04-28 13:08:02 +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 |
|
A. Román
|
8eaec114a9
|
feat: add makeURLSearchParams utility function (#7744)
|
2022-04-12 17:14:30 +02:00 |
|
Jiralite
|
a1329bd3eb
|
docs: Enhance /rest README (#7757)
* docs: enhance README
* chore: formatting
* docs: Fix method
Co-authored-by: Almeida <almeidx@pm.me>
* chore: remove new line
* docs: can use top-level await
* docs: fix message sending example
Co-authored-by: Almeida <almeidx@pm.me>
|
2022-04-12 17:11:41 +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
|
8880de0cec
|
fix(gateway): use version 10 (#7689)
* fix: make gateway use version 10
* chore: fix readme rest versions
|
2022-03-26 13:42:13 +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 |
|
Vlad Frangu
|
b9ff7b0573
|
fix(RequestHandler): only reset tokens for authenticated 401s (#7508)
|
2022-03-06 20:43:12 +01:00 |
|
Vlad Frangu
|
8f1986a6aa
|
feat: add support for module: NodeNext in TS and ESM (#7598)
|
2022-03-06 16:26:11 +01:00 |
|
Khafra
|
868e2f3230
|
rest: prefer arrayBuffer over buffer (#7318)
|
2022-02-16 08:34:54 +01:00 |
|
muchnameless
|
32985109c3
|
refactor(requestmanager): use timestampfrom (#7459)
|
2022-02-15 18:31:54 +01:00 |
|
Amitoj Singh
|
ae0f35f51d
|
feat(builders): add attachment command option type (#7203)
|
2022-02-13 14:02:14 +01:00 |
|
Suneet Tipirneni
|
0af9bc841f
|
fix(ci): ci error (#7454)
Co-authored-by: Almeida <almeidx@pm.me>
|
2022-02-13 13:37:41 +01:00 |
|
iCrawl
|
298b22604b
|
chore: bump to the correct version
|
2022-02-10 17:35:20 +01:00 |
|
Tobias Peltzer
|
538e9cef45
|
fix: use png as extension for defaultAvatarURL (#7414)
|
2022-02-07 11:50:09 +01:00 |
|
ckohen
|
733ac82d5d
|
fix(rest): sublimit all requests on unhandled routes (#7366)
|
2022-02-05 14:30:55 +01:00 |
|
iCrawl
|
5f4b44d580
|
chore: dev-bump all versions
|
2022-02-05 14:20:46 +01:00 |
|
iCrawl
|
37c1cb4495
|
chore: yarn 3 at last
|
2022-02-04 21:47:25 +01:00 |
|
D Trombett
|
92a04f4d98
|
fix: fix some typos (#7393)
|
2022-02-02 22:10:47 +01:00 |
|
D Trombett
|
34120bba97
|
chore: add keepNames tsup option (#7385)
|
2022-02-02 15:20:16 +01:00 |
|
Suneet Tipirneni
|
74f627c379
|
chore: make @types/node-fetch a regular dependency (#7350)
|
2022-01-28 19:14:11 +01:00 |
|
Suneet Tipirneni
|
1a6c5ab145
|
chore: use performance.now for time-based unit tests (#7354)
|
2022-01-27 10:05:14 +01:00 |
|
Suneet Tipirneni
|
ac26d9b130
|
feat(cdn): add support for scheduled event image covers (#7335)
|
2022-01-26 10:24:43 +01:00 |
|
ckohen
|
67250382f9
|
refactor(files): remove redundant file property names (#7340)
|
2022-01-25 15:35:04 +01:00 |
|