Files
discord.js/packages/builders/CHANGELOG.md
2022-06-04 16:42:00 +02:00

12 KiB

Changelog

All notable changes to this project will be documented in this file.

@discordjs/builders@0.13.0 - (2022-04-17)

Bug Fixes

  • Validate select menu options (#7566) (b1d63d9)
  • SelectMenu: Set placeholder max to 150 (#7538) (dcd4797)
  • Only check instanceof Component once (#7546) (0aa4851)
  • builders: Allow negative min/max value of number/integer option (#7484) (3baa340)
  • components: SetX should take rest parameters (#7461) (3617359)
  • Unsafe embed builder field normalization (#7418) (b936103)
  • Fix some typos (#7393) (92a04f4)
  • builders: Make type optional in constructor (#7391) (4abb28c)
  • Don't create new instances of builders classes (#7343) (d6b56d0)

Documentation

  • Completely fix builders example link (#7543) (1a14c0c)
  • Add slash command builders example, fixes #7338 (#7339) (3ae6f3c)

Features

  • Slash command localization for builders (#7683) (40b9a1d)
  • Add API v10 support (#7477) (72577c4)
  • Add support for module: NodeNext in TS and ESM (#7598) (8f1986a)
  • Add Modals and Text Inputs (#7023) (ed92015)
  • Add missing v13 component methods (#7466) (f7257f0)
  • builders: Add attachment command option type (#7203) (ae0f35f)
  • components: Add unsafe message component builders (#7387) (6b6222b)
  • embed: Add setFields (#7322) (bcc5cda)

Refactor

  • Remove nickname parsing (#7736) (78a3afc)
  • Replace zod with shapeshift (#7547) (3c0bbac)
  • Remove store channels (#7634) (aedddb8)
  • Allow builders to accept emoji strings (#7616) (fb9a9c2)
  • Don't return builders from API data (#7584) (549716e)
  • Remove obsolete builder methods (#7590) (10607db)
  • Embed: Remove add field (#7522) (8478d2f)
  • Make data public in builders (#7486) (ba31203)
  • embed: Remove array support in favor of rest params (#7498) (b3fa2ec)
  • components: Default set boolean methods to true (#7502) (b122149)
  • Make public builder props getters (#7422) (e8252ed)
  • builders-methods: Make methods consistent (#7395) (f495364)
  • Remove conditional autocomplete option return types (#7396) (0909824)
  • embed: Mark properties as readonly (#7332) (31768fc)

Typings

  • Fix regressions (#7649) (5748dbe)

@discordjs/builders@0.12.0 - (2022-01-24)

Bug Fixes

  • builders: Dont export Button component stuff twice (#7289) (86d9d06)

Documentation

  • SlashCommandSubcommands: Updating old links from Discord developer portal (#7224) (bd7a6f2)

Features

  • Add components to /builders (#7195) (2bb40fd)

Typings

  • Make required a boolean (#7307) (c10afea)

0.11.0 (2021-12-29)

Bug Fixes

  • ApplicationCommandOptions: clean up code for builder options (#68) (b5d0b15)

0.10.0 (2021-12-24)

Bug Fixes

  • use zod instead of ow for max/min option validation (#66) (beb35fb)

Features

  • add max/min option for int and number builder options (#47) (2e1e860)

0.9.0 (2021-12-02)

Bug Fixes

Features

  • SlashCommandBuilder: add autocomplete (#53) (05b07a7)

0.8.2 (2021-10-30)

Bug Fixes

  • downgrade ow because of esm issues (#55) (3722d2c)

0.8.1 (2021-10-29)

Bug Fixes

0.7.0 (2021-10-18)

Bug Fixes

Features

  • ContextMenus: add context menu command builder (#29) (f0641e5)
  • add support for channel types on channel options (#41) (f6c187e)

0.6.0 (2021-08-24)

Bug Fixes

  • SlashCommandBuilder: allow subcommands and groups to coexist at the root level (#26) (0be4daf)

Features

  • create Embed builder (#11) (eb942a4)
  • SlashCommandBuilder: create setDefaultPermission function (#19) (5d53759)
  • SlashCommands: add number option type (#23) (1563991)

0.5.0 (2021-08-10)

Features

0.4.0 (2021-08-05)

Features

0.3.0 (2021-08-01)

Bug Fixes

Features

  • formatters: mentions (#9) (f83fe99)
  • Formatters: Add a spoiler function (#16) (c213a6a)
  • SlashCommands: add slash command builders (#3) (6aa3af0)
  • shrug, tableflip and unflip strings (#5) (de5fa82)

0.2.0 (2021-07-03)

Features

  • Formatters: added hyperlink and hideLinkEmbed (#4) (c532daf)

0.1.1 (2021-06-30)

Bug Fixes

  • Deps: added tslib as dependency (#2) (5576ff3)

0.1.0 (2021-06-30)

Features