Changes
#45 (Jan 29, 2022, 6:16:00 PM)
- Limit new thread message count to 50 (#1980) (commit: eb510ed) — noreply / githubweb
- Nullable parent string ID nullable for categorizable channels (#1993) (commit: 62d7bb5) — noreply / githubweb
- Some documentation on //todo-v5: docs (#1838) (commit: e4a2c5b) — noreply / githubweb
- Change MessageEmbed#getUrl docs to mention representing the title url (#1975) (commit: 2958e68) — noreply / githubweb
- Move requestToSpeak to StageChannel (#1978) (commit: 0c0d2ac) — noreply / githubweb
#44 (Jan 27, 2022, 8:37:26 PM)
- Remove check for components in ReplyCallbackActionImpl#isEmpty (commit: 0899a44) — Florian Spieß / githubweb
#43 (Jan 27, 2022, 8:29:11 PM)
- Add support for MessageEditCallbackAction#retainFiles (commit: e4f564b) — Florian Spieß / githubweb
#42 (Jan 23, 2022, 9:25:38 PM)
- Add GenericContextInteractionEvent (commit: a5149d4) — Florian Spieß / githubweb
#41 (Jan 22, 2022, 2:49:17 PM)
- Abstract ActionComponent into ItemComponent (commit: 5d26d40) — Florian Spieß / githubweb
#40 (Jan 18, 2022, 9:44:54 PM)
- Upsert is now idempotent (commit: efa8771) — Florian Spieß / githubweb
#39 (Jan 18, 2022, 2:13:57 PM)
- Add Interaction#getThreadChannel and OptionMapping#getAsXChannel (commit: 06bbe8a) — Florian Spieß / githubweb
#38 (Jan 16, 2022, 8:52:59 PM)
- Remove BaseCommand abstraction (commit: bc75db1) — Florian Spieß / githubweb
#37 (Jan 16, 2022, 8:30:34 PM)
- Add self user check for retrievePrivileges (commit: dae0116) — Florian Spieß / githubweb
#36 (Jan 16, 2022, 8:20:39 PM)
- Fix naming consistency for impl class (commit: 98da006) — Florian Spieß / githubweb
#35 (Jan 16, 2022, 6:04:33 PM)
- Add docs for OptionType (commit: 351c3e0) — Florian Spieß / githubweb
#34 (Jan 16, 2022, 2:55:28 PM)
- Apply suggestions from code review (commit: baa9544) — noreply / githubweb
#33 (Jan 16, 2022, 2:50:53 PM)
- More explicit check for choice support (commit: fb7eed1) — Florian Spieß / githubweb
- Documentation and code cleanup (commit: 925fb24) — Florian Spieß / githubweb
#32 (Jan 16, 2022, 2:41:08 PM)
- Code formatting CommandDataImpl#toData (commit: 591aacd) — noreply / githubweb
#31 (Jan 15, 2022, 3:19:08 PM)
- Remove some unnecessary extends (commit: 2f160b8) — Florian Spieß / githubweb
- Some documentation improvements (commit: 16c115b) — Florian Spieß / githubweb
#30 (Jan 15, 2022, 3:02:13 PM)
- Add info about empty choices (commit: 89238c3) — Florian Spieß / githubweb
- Fix some typing issues (commit: 934ca58) — Florian Spieß / githubweb
#29 (Jan 15, 2022, 2:22:03 PM)
- Add missing getInteraction on events (commit: 2e0cf46) — Florian Spieß / githubweb
- Make GenericAutoCompleteInteractionEvent extend GenericInteractionCreateEvent (commit: 19dba92) — Florian Spieß / githubweb
- Add missing requirements docs (commit: e41a52a) — Florian Spieß / githubweb
- Remove useless space (commit: 8d31eb3) — Florian Spieß / githubweb
#28 (Jan 15, 2022, 2:10:53 PM)
- Fix wrong javadoc naming for LayoutComponent (commit: a035088) — Florian Spieß / githubweb
#27 (Jan 14, 2022, 7:37:24 PM)
- Make dedicated type for auto-complete focused options (commit: e38137e) — Florian Spieß / githubweb
#26 (Jan 12, 2022, 4:18:09 PM)
- Add throws docs (commit: c652146) — Florian Spieß / githubweb
- Add locale fallback (commit: 3120ad4) — Florian Spieß / githubweb
- Set guild locale default to US (commit: daaef75) — Florian Spieß / githubweb
#25 (Jan 12, 2022, 4:08:59 PM)
- Add Interaction#getUserLocale and Interaction#getGuildLocale (#1983) (commit: f08f75a) — noreply / githubweb
#24 (Jan 12, 2022, 12:34:09 PM)
- Add back non-null filter (commit: 3b48ecb) — Florian Spieß / githubweb
#23 (Jan 10, 2022, 8:44:46 PM)
- Improve covariance on Guild#updateCommandPrivileges (commit: ae850be) — Florian Spieß / githubweb
#22 (Jan 10, 2022, 1:45:35 PM)
- Move uniqueness check to helper function (commit: a497bc1) — Florian Spieß / githubweb
- Add checks for unique option names (commit: 20c6dc4) — Florian Spieß / githubweb
#21 (Jan 10, 2022, 12:50:50 PM)
- Add checks for duplicate command names (commit: dd55206) — Florian Spieß / githubweb
#20 (Jan 10, 2022, 12:34:24 PM)
- Add checks for duplicate component ids (commit: 5c550f7) — Florian Spieß / githubweb
#19 (Jan 10, 2022, 11:27:09 AM)
- [Bugfix] DATE_TIME_TYPE_PARSE: Could not parse 859166905289539625. Should be ISO8601. (#1979) (commit: 4b13f34) — noreply / githubweb
- Clear up some events' documentation wording (#1974) (commit: 4ea8e88) — noreply / githubweb
- remove AccountType#CLIENT mention from MessageListenerExample (#1970) (commit: cbd5f86) — noreply / githubweb
- Release 5.0.0-alpha.4 (commit: 406d49d) — noreply / githubweb
#18 (Jan 10, 2022, 11:17:04 AM)
- Always add options to subcommands to fix regression (commit: 3aab750) — Florian Spieß / githubweb
#17 (Jan 6, 2022, 1:45:38 AM)
- Add IReplyCallback#replyFile (commit: 82f8ca3) — Florian Spieß / githubweb
#16 (Jan 5, 2022, 4:46:22 PM)
- Handle duplicates for consistency (commit: b1b4f2a) — Florian Spieß / githubweb
#15 (Jan 5, 2022, 4:41:07 PM)
- Add OptionMapping#getMentions and more docs (commit: cb245c9) — Florian Spieß / githubweb
#14 (Jan 5, 2022, 3:40:46 PM)
- Add OptionMapping mention resolvers (commit: ffda26e) — Florian Spieß / githubweb
#13 (Jan 3, 2022, 1:23:46 PM)
- Add CheckReturnValue (commit: 7ca6980) — Florian Spieß / githubweb
#12 (Jan 3, 2022, 1:09:56 PM)
- Add LayoutComponent#withDisabled (commit: f50379f) — Florian Spieß / githubweb
#11 (Jan 3, 2022, 1:07:21 PM)
- Add ActionRow.partitionOf (commit: 2c292d7) — Florian Spieß / githubweb
#10 (Jan 3, 2022, 12:58:16 PM)
- Add missing Object overrides (commit: 44801f1) — Florian Spieß / githubweb
#9 (Jan 3, 2022, 11:30:31 AM)
- Add missing setDefaultEnabled for CommandData#fromCommand (commit: fa82c71) — Florian Spieß / githubweb
#8 (Jan 2, 2022, 6:22:53 PM)
- Add missing getters (commit: 539da0b) — Florian Spieß / githubweb
#7 (Jan 2, 2022, 4:49:12 PM)
- CommandCreateAction extends SlashCommandData (commit: 78e4022) — Florian Spieß / githubweb
#6 (Jan 1, 2022, 2:29:17 PM)
- Add support for member timeouts (#1902) (commit: 97fcd62) — noreply / githubweb
#5 (Jan 1, 2022, 1:10:57 PM)
- Improve ack logic (commit: 86ec31f) — Florian Spieß / githubweb
#4 (Jan 1, 2022, 12:55:29 AM)
- Add missing setters to SlashCommandData and fix docs (commit: dff736b) — Florian Spieß / githubweb
#3 (Jan 1, 2022, 12:44:59 AM)
- Add some documentation for privileges and persistence (commit: 6210876) — Florian Spieß / githubweb