Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
83 lines (47 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

83 lines (47 loc) · 3.91 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2021-01-14)

⚠ BREAKING CHANGES

  • 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.

Bug Fixes

3.0.0 (2020-11-23)

⚠ BREAKING CHANGES

  • 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.

Features

  • rewrite to DJS v12 + Klasa fork (26457ea)

2.3.0 (2020-07-26)

Features

  • rename master branch to main (ea05734)

2.2.0 (2020-07-02)

Features

  • allow ApplyOptions to take a function (#24) (cbcabdc)
  • apply-options: add extendables support (#26) (39421bb)

2.1.2 (2020-06-14)

Bug Fixes

  • core: properly pass rest options for ApplyOptions (e7c68d2)

2.1.1 (2020-06-14)

Bug Fixes

  • remove unnecessary optional chain (bd7f3ec)

2.1.0 (2020-06-13)

Features

  • add CreateResolvers & requiredPermissions decorators (3bdc4bd)

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)

1.0.0 (2020-03-01)

Features