Skip to content

Releases: Sheweny/framework

3.0.2

21 Nov 18:45
43a88e1
Compare
Choose a tag to compare

Version 3.0.2

Bug fixes in client options and in permissions.
Remove unused file and fixe events

Full Changelog: 3.0.0...3.0.2

Version 3.0.0

21 Nov 13:47
46fa6fc
Compare
Choose a tag to compare

Version 3.0.0 is here !

The changelog is available on https://sheweny.js.org/guide/topics/V2-V3.html

The documentation is available on website https://sheweny.js.org

If you want the V2.0.0 documentation : https://sheweny.github.io/V2-website/

Version 2.1.8

06 Nov 16:21
47f10ea
Compare
Choose a tag to compare

Fix typing in commands for typescript users (only affect ContextMenuUser and ContextMenuMessage)

Version 2.1.6

01 Nov 13:57
f5ae107
Compare
Choose a tag to compare
  • Fix typing in message commands (args no required)

Version 2.1.5

31 Oct 17:45
265915d
Compare
Choose a tag to compare

Fix typing in commands

Version 2.1.4

31 Oct 17:27
6dbbaaf
Compare
Choose a tag to compare

Fix typing in userMissingPermissions, clientMissingPermissions, and cooldownLimit events

Version 2.1.3

30 Oct 11:02
d5f2c39
Compare
Choose a tag to compare
  • Fix typing with type in commands (only for typescript)
  • Fix verifications types in events (conflicts)
  • Fix arguments, options, aliases and defaultPermission properties when type property is missing

Version 2.1.0

29 Sep 17:48
84d945c
Compare
Choose a tag to compare

Version 2.1.0

Add down cast support in structures for client.

Example :

export class YourCmd extends Command<CustomClient> {
  constructor(client: CustomClient) {
    // Some code...
  }
}

Version 2.0.4

26 Sep 11:29
84d945c
Compare
Choose a tag to compare

Version 2.0.4

This version fix typing in the structure for bots with an extend of class ShewenyClient

Version 2.0.3

26 Sep 10:56
84d945c
Compare
Choose a tag to compare

Version 2.0.3

The new version 2.0.3 fix the handling of files in handlers with absolute path