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

Releases: skyra-project/decorators

v2.3.0

26 Jul 16:33
Compare
Choose a tag to compare

2.3.0 (2020-07-26)

Features

  • rename master branch to main (ea05734)

v2.2.0

02 Jul 16:10
Compare
Choose a tag to compare

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

02 Jul 15:01
Compare
Choose a tag to compare

2.1.2 (2020-06-14)

Bug Fixes

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

v2.1.1

02 Jul 15:02
Compare
Choose a tag to compare

2.1.1 (2020-06-14)

Bug Fixes

  • remove unnecessary optional chain (bd7f3ec)

v1.1.1

02 Jul 15:02
Compare
Choose a tag to compare

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

13 Jun 20:15
Compare
Choose a tag to compare

2.1.0 (2020-06-13)

Features

  • add CreateResolvers & requiredPermissions decorators (3bdc4bd)

v1.1.0

13 Jun 20:16
Compare
Choose a tag to compare

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

30 May 10:30
Compare
Choose a tag to compare

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

01 Mar 09:33
Compare
Choose a tag to compare

1.0.0 (2020-03-01)

Features