Skip to content

Releases: grammyjs/commands

v1.0.3

30 Nov 13:21
v1.0.3
5f1890d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...v1.0.3

1.0.2

27 Nov 15:06
5fba540
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2

1.0.1

26 Nov 20:03
73d5bab
Compare
Choose a tag to compare

What's Changed

  • Fix: custom prefix with extra following text by @carafelix in #55

Full Changelog: v1.0.0...1.0.1

v1.0.0

17 Nov 10:26
4982bb0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...v1.0.0

0.11.0

08 Nov 12:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...0.11.0

v0.10.0

23 Aug 03:51
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE: rename Commands class to CommandGroup by @carafelix in #35
  • feat: Add method for accessing command entities hydrated with matching custom prefixes by @carafelix in #31
  • feat: add commandNotFound filter / helper function for setting up a did you mean? handler by @carafelix in #35
  • chore: add git hooks and lint-staged by @roziscoding in #40
  • feat: add API compliance validation to setMyCommands calls by @roziscoding in #36
  • chore: change indentWidth to 2 by @roziscoding in #41
  • docs: update README to CommandGroup vs Commands by @roziscoding in #42
  • v0.10.0 by @roziscoding in #43

Full Changelog: v0.9.0...v0.10.0

v0.9.0

24 Jul 13:15
v0.9.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.8.1

16 Jul 09:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...v0.8.1

0.8.0

19 Jun 01:02
Compare
Choose a tag to compare

What's Changed

Major changes:

  • add LanguageCode type to interfaces that used language_code
  • narrow getNearestCommand output based on the user language, add ignoreLocalization flag to revert this
  • expand search of getNearestCommand to multiple Commands instances
  • add .toElementals method, which serialize all register commands, and their localizations.
  • refactor mergeMyCommandsParams function into MyCommandParams static class

minor:

  • lower default similarity threshold for FuzzyMatch
  • add array support for setMyCommands
  • jsdoc improvements

Full Changelog: v0.7.0...0.8.0

v0.7.0

24 May 18:17
v0.7.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0