Releases: grammyjs/commands
Releases · grammyjs/commands
v1.0.3
What's Changed
- fix: duplicate LanguageCodes from core by @roziscoding in #56
Full Changelog: 1.0.2...v1.0.3
1.0.2
Full Changelog: 1.0.1...1.0.2
1.0.1
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
What's Changed
- chore: prepare the repo for a stable release by @KnorpelSenf in #52
Full Changelog: 0.11.0...v1.0.0
0.11.0
What's Changed
- test: add integration test for default handler by @roziscoding in #44
- feat: add import of commands + small fixes related to command options by @carafelix in #45
- feat: make handler optional on
addToScope
by @roziscoding in #46 - fix: add delay registration to default scope handler by @roziscoding in #50
- v0.11.0 by @roziscoding in #51
Full Changelog: v0.10.0...0.11.0
v0.10.0
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 adid 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
What's Changed
- fix incorrect docs by @dcdunkan in #33
- feat: allow command casing to be ignored by @roziscoding and @carafelix in #30
New Contributors
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- fix: do not create infinite middleware loops by @KnorpelSenf in #28
New Contributors
- @KnorpelSenf made their first contribution in #28
Full Changelog: 0.8.0...v0.8.1
0.8.0
What's Changed
- chore: 0.8 release by @carafelix in #26
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
What's Changed
- fix: localization command names being empty by @carafelix in #14
- feat: add mixin of commands on ctx by @carafelix in #15
Full Changelog: v0.6.1...v0.7.0