Skip to content

Latest commit

Β 

History

History
262 lines (155 loc) Β· 9.55 KB

CHANGELOG.md

File metadata and controls

262 lines (155 loc) Β· 9.55 KB

Changelog

v0.0.9

compare changes

πŸš€ Enhancements

  • Add defineEmbed and defineAttachment (bc2a139)
  • Add clientOptions to config file (dd3d9d2)
  • Add guildOnly command and all commands are slash (824afca)

🩹 Fixes

  • If no clientId is specify, client id of the bot will be automatically used (7458310)
  • Use ready client argument instead of harmonix client (b2c2f74)
  • Change HARMONIX_CLIENT_TOKEN env variable to DISCORD_CLIENT_TOKEN (6be6d93)
  • Remove useless logs (29e8979)
  • Remove useless types (9ab460a)
  • Replace precondition object by name (c64e65e)

πŸ’… Refactors

  • Use discord.js function for mentions (621c622)

πŸ“– Documentation

βœ… Tests

πŸ€– CI

❀️ Contributors

v0.0.8

compare changes

πŸš€ Enhancements

  • Add a command map (74bab6e)
  • Add useHamronix function to access to harmonix instance (1339153)

🩹 Fixes

  • Required is always true (d2b2fc4)
  • Remove useless discord type (a8036d7)
  • Add default type for slash generic type (e71f2c9)

βœ… Tests

🎨 Styles

πŸ€– CI

❀️ Contributors

v0.0.7

compare changes

πŸš€ Enhancements

  • Add the possibility to specify if context menu is message or user in the type (5c35735)
  • Add metadata to command arguments (ee04f7d)
  • Apply metadata to slash commands (1ea604b)
  • New argument handling more intuitive (b96afe2)

🩹 Fixes

βœ… Tests

πŸ€– CI

  • Update cli lockfile when triggered (6503300)

❀️ Contributors

v0.0.6

compare changes

πŸš€ Enhancements

🩹 Fixes

  • Remove cooldowns (not used) (6e60529)

πŸ’… Refactors

βœ… Tests

❀️ Contributors

v0.0.5

compare changes

πŸš€ Enhancements

  • Implementing commands preconditions (ownerOnly, userPermissions) (494ce35)
  • Implementing commands preconditions nsfw (ffd23a9)

🩹 Fixes

  • Update discord.js version to latest (f53ebd2)

βœ… Tests

🎨 Styles

πŸ€– CI

❀️ Contributors

v0.0.4

compare changes

🩹 Fixes

  • Bug application commands not refreshing (04bc4e2)

πŸ“– Documentation

❀️ Contributors

v0.0.3

compare changes

πŸš€ Enhancements

  • Add modals handling (2d62b0c)
  • Add context menu and improve events types (2896dfd)

🩹 Fixes

  • Add consola dependencies for better logs (c6f4b9c)

πŸ“– Documentation

βœ… Tests

🎨 Styles

❀️ Contributors

v0.0.2

πŸš€ Enhancements

  • Discord interaction (186ac54)
  • Add argument handler (c68330c)
  • Throw error when neither client token nor client id is defined (f050a8b)
  • Argument handling (b6e00d0)

🩹 Fixes

  • Package fields (043d170)
  • Bugs (01857b9)
  • Remove useless omit type on HarmonyConfig (504bec6)
  • Remove '.d' (38772e1)
  • Move unbuild to dev dependencies (6184cb7)
  • Remove exports from package.json because errors (0bb4693)
  • Not register slash commands when there is not, change harmony env token name (f329d3c)
  • Rename harmony to harmonix (76f4957)
  • Rename harmony to harmonix (3d112c5)
  • Add ownerId to configuration (5668c9d)
  • Remove useless EventContext type (916e146)

πŸ’… Refactors

  • Code architecture (e461388)
  • Use map instead of record for commands and events (b5ae82b)
  • Use scan files and remove classes (d6e3fbf)
  • Move types in src (2f23dfb)

πŸ“– Documentation

βœ… Tests

🎨 Styles

πŸ€– CI

❀️ Contributors