Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Latest commit

 

History

History
153 lines (59 loc) · 6.39 KB

CHANGELOG.md

File metadata and controls

153 lines (59 loc) · 6.39 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

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.8.0 (2021-10-29)

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