All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0 (2021-01-14)
- This completely removes support for the old Klasa based Languages and lots of Klasa related stuff. Do not use this if you're not a Skyra developer. Migrate to Sapphire Framework instead and use @sapphire/decorators.
- migrate to i18next (5024bbe)
3.0.0 (2020-11-23)
- This package is no longer designed to be used for Klasa Core, which has been discontinued. Furthermore, as Klasa as a whole has been discontinued, we do not recommend using this package in your own projects. Instead you should be looking towards changing to the Sapphire framework (https://github.com/sapphire-project) and using its package, @sapphire/decorators, which has been greatly inspired by, and made by the same developers as @skyra/decorators.
- rewrite to DJS v12 + Klasa fork (26457ea)
2.3.0 (2020-07-26)
- rename master branch to main (ea05734)
2.2.0 (2020-07-02)
- allow ApplyOptions to take a function (#24) (cbcabdc)
- apply-options: add extendables support (#26) (39421bb)
2.1.2 (2020-06-14)
- core: properly pass rest options for ApplyOptions (e7c68d2)
2.1.1 (2020-06-14)
- remove unnecessary optional chain (bd7f3ec)
2.1.0 (2020-06-13)
- add CreateResolvers & requiredPermissions decorators (3bdc4bd)
2.0.0 (2020-05-30)
- NodeJS version 12 is no longer supported. Install NodeJS 14 or higher.
- Discord.JS is no longer supported. This library now targets @klasa/core and the new klasa
- rework to using @klasa/core and the new klasa (5100e86)
- target NodeJS version 14 and higher (a678765)