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