Releases: skyra-project/decorators
Releases · skyra-project/decorators
v2.3.0
2.3.0 (2020-07-26)
Features
- rename master branch to main (ea05734)
v2.2.0
2.2.0 (2020-07-02)
Features
- allow ApplyOptions to take a function (#24) (cbcabdc)
- apply-options: add extendables support (#26) (39421bb)
v2.1.2
2.1.2 (2020-06-14)
Bug Fixes
- core: properly pass rest options for ApplyOptions (e7c68d2)
v2.1.1
2.1.1 (2020-06-14)
Bug Fixes
- remove unnecessary optional chain (bd7f3ec)
v1.1.1
1.1.1 (2020-06-14)
Bug Fixes
- core: fixed ApplyOptions breaking any commands using it (eb3cb77)
- core: properly pass rest options for ApplyOptions (937ded2)
v2.1.0
2.1.0 (2020-06-13)
Features
- add CreateResolvers & requiredPermissions decorators (3bdc4bd)
v1.1.0
1.1.0 (2020-06-13)
The features added in v1.1.0 are identical to v2.1.0, with the difference being that v2.1.0 has been backported for DiscordJS support.
Features
- add CreateResolvers & requiredPermissions decorators (7500c7e)
v2.0.0
2.0.0 (2020-05-30)
⚠ BREAKING CHANGES
- 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
Features
- rework to using @klasa/core and the new klasa (5100e86)
Bug Fixes
- target NodeJS version 14 and higher (a678765)
v1.0.0
1.0.0 (2020-03-01)
Features