Skip to content

Latest commit

 

History

History
76 lines (45 loc) · 4.12 KB

CHANGELOG.md

File metadata and controls

76 lines (45 loc) · 4.12 KB

Changelog

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

0.4.0 (2023-04-17)

⚠ BREAKING CHANGES

  • rename option builders to match
  • rename subcommand group root to 'groups'

Features

  • add context menu builder (40a67d5)
  • add mentionable options (4a19750)
  • add remaining options (7d7d132)
  • add slash commands (4387c13)
  • add string option (f8e44e8)
  • rename subcommand group root to 'groups' (156973a)

Bug Fixes

  • properly export builder (27ed590)
  • properly set init function (9367c58)
  • properly type StringOption (b889421)
  • rename option builders to match (e5bbb79)
  • run missing key hook only when validating (aea0066)

0.3.0 (2023-03-23)

⚠ BREAKING CHANGES

  • switch to use builders as a peerdep

Features

  • add initial mixins (af3f01b)
  • switch to use builders as a peerdep (d29499a)
  • throw if a key is missing (6854053)

Bug Fixes

  • properly map namespaces (4956135)

0.2.1 (2023-02-25)

Features

  • add helper functions (5f606e3)
  • config: better case handling (4dec8f8)

Bug Fixes

0.2.0 (2023-02-08)

⚠ BREAKING CHANGES

  • use config object instead of config
  • rename enableValidators to validators

Features

enhance

  • use config object instead of config (0ec38a7)