Skip to content

Latest commit

 

History

History
386 lines (237 loc) · 24.4 KB

CHANGELOG.md

File metadata and controls

386 lines (237 loc) · 24.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.8.8 - 2023-10-11

Commits

  • Fixed lint issues and upgraded dependencies 44a233a
  • Updated changelog e19911d
  • Bumped package version a966388

v0.8.7 - 2023-10-11

Commits

  • Removed console logging, not upgraded to discord.js@14 yet, due to the amount of changes, pulled latest turbo minor patch. 35842ce
  • Updated changelog 47fa627

v0.8.6 - 2023-04-12

Commits

v0.8.5 - 2023-04-12

Commits

  • Updated changelog. feadd82
  • Added fix for slash commands registration. 74405d8

v0.8.4 - 2023-04-12

Commits

  • Updated changelog. cfe387e
  • Added fix for slash commands registration. b8b008f

v0.8.3 - 2023-04-11

Commits

  • Added support for global commands. edceb17
  • Updated changelog. 1199b3d

v0.8.2 - 2023-04-11

Commits

  • Updated discord to fixed bug with autocomplete. de00492
  • Updated changelog. becea5a

v0.8.1 - 2023-04-03

Commits

v0.8.0 - 2022-10-11

Commits

  • Updated all dependencies to latest version of v13 and reverted all v14 upgrade code because v14 is overly complex, and without a rewrite it's not worth it yet, waiting on the sparx framework to be developed before supporting discord v14. b1df5da
  • Applied updates. 806391f
  • Applied updates. 6f67877
  • Bumped new version 7f1c55e

v0.7.0 - 2022-07-23

Commits

  • Updated all dependencies and upgraded the framework to discord.js v14. acb871d
  • Updated changelog. c460165
  • Bumped package version. 7200426

v0.6.0 - 2022-05-18

Commits

  • Rewrote the code for the event handling due to it becoming to hard to main, this also comes with vvarious changes for autocomplete, now you must define specific things and they are automatically scoped to the command they are in, and added support for modals. 3bc17c5
  • Updated demo to support the new functionality. 1c4d492
  • Created new action for modal to allow developers to create modals. 5fb3652
  • Updated changelog. 0ecdbd8
  • Bumped package. 47dac49

v0.5.10 - 2022-05-17

Commits

  • Updated plugin to follow correct authentication from new turbo updates. 64c0c10
  • Updated turbo package to include middleware fix. 7504e8a
  • Update changelog. 730375f
  • Bumped package version. 78dc641

v0.5.9 - 2022-05-17

Commits

  • Updated the dependencies and pulled the latest turbo version. 51385c2
  • Updated changelog. 05b0008
  • Bumped the package. 4eab596

v0.5.8 - 2022-05-15

Commits

  • Changed disable commands register/unregister in settings. b29146d
  • Updated changelog. efc62ec

v0.5.7 - 2022-05-15

Commits

  • Added fix that wasn't applied originally. ced2d15
  • Updated changelog. e6a116e

v0.5.6 - 2022-05-15

Commits

  • Added fixes, added optional registration. 8f4925f
  • Updated changelog. 47c1ec6

v0.5.5 - 2022-05-14

Commits

  • Added fixes to support not unregistering commands. ef1513b
  • Updated changelog. 986a2ac

v0.5.4 - 2022-05-13

Commits

  • Fixed a bug with routing for select menu's which was not checking against controller name for perm routing. b14dabc
  • Updated changelog 18574dc
  • Bumped package version. 1f1d38a

v0.5.3 - 2022-05-10

Commits

  • Made actions public, removed unused code. 94a8b6b
  • Updated changelog. fc4d75c

v0.5.2 - 2022-05-05

Commits

  • Updated changelog. fb50865
  • Bumped version. beae28a
  • Added deferred check to make sure if something has been deferred, editReply will be called instead of reply. 4766d6f

v0.5.1 - 2022-04-26

Commits

v0.5.0 - 2022-04-26

Commits

  • Various changes: 52a47c3
  • Updated packages. d3ce5d2
  • Updated peers c12934f
    • Implemented a new context system with an actions object to call on specific actions. 67b3fad
  • Bumped package and updated all dependencies. f2a8c14
  • Updated peer deps. 2392846
  • Added update to readme with new features. e8d2d65
  • Fixed linting issues. f84a01d

v0.4.1 - 2022-02-24

Commits

v0.4.0 - 2022-02-24

Commits

  • Updated all packages, including requiring the latest version of turbo as a peer. 94c7da7
  • Updated changelog. ab6c8aa

v0.3.9 - 2022-02-09

Commits

  • Added support for calling a class by it's perm name, rather than a unique ID that changes every restart. accdbe9
  • Updated changelog. 120bd64
  • Bumped patch version. 22937c4

v0.3.8 - 2022-02-02

Commits

  • Updated peers to use latest version. a30eef4
  • Updated peers to use latest version. 870262b
  • Updated peers to use latest version. 87e4b28
  • Updated changelog. 8ceb42e

v0.3.7 - 2022-02-01

Commits

  • Updated sub-dependencies, set the new peer deps for Turbo to the latest version of the symbux engine. 8a1e5d1
  • Updated changelog. 98fd3a3

v0.3.6 - 2022-01-28

Commits

  • Updated changelog. d71ba6f
  • Fixed the discord slash commands deletion process, so that when you shut a bot down, it will auto-delete the commands, this helps with preventing trying commands and they just don't work. 6f1b495
  • Fixed the discord slash commands deletion process, so that when you shut a bot down, it will auto-delete the commands, this helps with preventing trying commands and they just don't work. a616ee3

v0.3.5 - 2022-01-28

Commits

v0.3.4 - 2022-01-26

Commits

v0.3.3 - 2022-01-26

Commits

v0.3.1 - 2022-01-26

Commits

v0.3.0 - 2022-01-26

Commits

v0.2.14 - 2022-01-26

Commits

  • Added DI and Turbo package updates. 1914209
  • Updated changelog. d68ab92

v0.2.13 - 2022-01-26

Commits

v0.2.12 - 2022-01-26

Commits

v0.2.11 - 2022-01-26

Commits

v0.2.10 - 2022-01-26

Commits

v0.2.9 - 2022-01-26

Commits

  • Updated dependencies, reverted all broken patches. f1ffb31
  • Updated changelog. da8880e

v0.2.0 - 2022-01-25

Commits

  • Added support for the new generic event handler for non slash command events, this uses a generic/dynamic and untyped system, I will expand it at a later date. c9d6b45
  • Updated all external packages to the latest version. d3c4950
  • Switched from using 'TextBasedChannels' to TextChannel as discord was throwing an error that it doesn't exist... I dunno... 5c68489
  • Updated changelog. 4770a48
  • Updated changelog. bdfc115
  • Updated package version. 0551047
  • Bumped package version. 1757239

v0.1.8 - 2022-01-17

Commits

  • Updated changelog 83afa9d
  • Added a fix to oauth api which was calling /api/oauth for some reason :S instead of /oauth. 92ef3a8
  • Bumped version. 166ebc1

v0.1.7 - 2022-01-16

Commits

  • Added new intents system to manage cache/retrieval access. b37a4ae
  • Added updated changelog. bfeeca6

v0.1.6 - 2022-01-14

Commits

  • Updated changelog. bb44ec9
  • Added fixes to help with debugging. dcd0113

v0.1.5 - 2022-01-14

Commits

  • Added fixes to help with figuring out where requests are getting stuck. 5aed6f6

v0.1.4 - 2022-01-14

Commits

  • Added fix to prevent errors when replying with failure notices. a349515
  • Updated changelog.: 5b4fbe8

0.1.3 - 2021-12-30

Commits

  • Allowed the discord client to be injected. 5ba6d8a
  • Updated changelog. 08232bc

v0.1.2 - 2021-12-30

Commits

  • Added support and new decorator for @On.SubCommand(unique: string). 5e9790e
  • Updated the changelog. a07df17
  • Bumped package version. 43caf59

v0.1.1 - 2021-12-29

Commits

  • Added some fixes and additional functionality. 149890c
  • Fixed package.json before publish. cdbf4fb
  • Updated changelog. 65bb5fc

v0.1.0 - 2021-12-29

Commits

  • Initial commit 5e8adb9
  • Added initial comits of all code. 81bfe35
  • Added oauth helper module, logo and more. a8fd342
  • Added fixes to various code and changed the settings structure, must finish off the onSelectMenu event control. e257cfa
  • Added typedocs to everything, alongside exporting the Queue, Session and IConfirmOptions. 76ec95d
  • Removed the permissions/roles decorators as the standard ones provided by Turbo (and the ones to come) should be sufficient, alongside finishing code for the onSelectMenu handler. 30dbb50
  • Changed a few settings to be a bit more user friendly. eeaf40c