Skip to content

Releases: zojize/nuxt-discord

v0.0.17

23 Jul 21:37

Choose a tag to compare

compare changes

🚀 Enhancements

  • Implement file based subcommands and update examples in playground (7bfdc43)

✅ Tests

  • Remove unnecessary effect scope (4900f6a)

❤️ Contributors

v0.0.16

20 Jul 02:28

Choose a tag to compare

compare changes

🩹 Fixes

  • Type import paths in build (7ea51dc)
  • reply: Correct reactivity behavior for buttons and files (d60ab7f)

🏡 Chore

✅ Tests

❤️ Contributors

v0.0.15

18 Jul 21:31

Choose a tag to compare

compare changes

🚀 Enhancements

  • hmr: Add alias resolution to rollup configuration (b317687)
  • reply: Add button support (2990716)
  • playground: Add counter command as button example (17aa950)

🩹 Fixes

  • Update slash-commands page to avoid import issues (841ade4)

🏡 Chore

✅ Tests

❤️ Contributors

v0.0.14

12 Jul 03:21

Choose a tag to compare

compare changes

🚀 Enhancements

❤️ Contributors

v0.0.13

09 Jul 22:21

Choose a tag to compare

compare changes

🚀 Enhancements

  • Support option choice inference from union of literals (ab81d28)
  • Enhance reply function to support reactive options (86fed21)
  • Implement effect scope management for slash command interactions (9895ea8)

✅ Tests

  • Mocks for discord.js, nitropack/runtime; more reply test cases and added client test cases (e920f48)

❤️ Contributors

v0.0.12

02 Jul 03:14

Choose a tag to compare

compare changes

🚀 Enhancements

  • Enhance reply function to support file handling (a737849)

🩹 Fixes

  • Update interaction handling to include replied state (317c20a)

💅 Refactors

  • Update import paths to use relative paths (b3a5a9c)

✅ Tests

  • Remove obsolete basic test file (0740a25)
  • Enhance reply tests to cover file handling and multiple files (7ac3fb0)

🤖 CI

  • Add type tests to CI workflow (f9c34fa)

❤️ Contributors

v0.0.11

01 Jul 21:24

Choose a tag to compare

compare changes

🩹 Fixes

  • Exclude .ts files from externals in dynamic command build (5ea9bac)
  • Handle deferred interactions in slash command return values (a025196)

💅 Refactors

  • Adds edit support to reply utility function, and refactors implementation to use Object.defineProperties (2dc57d3)

✅ Tests

  • Add unit tests for reply utility function (98a51d6)

❤️ Contributors

v0.0.10

01 Jul 05:17

Choose a tag to compare

compare changes

🩹 Fixes

  • Move logger to runtime directory (84abe0b)

❤️ Contributors

v0.0.9

01 Jul 05:11

Choose a tag to compare

compare changes

🚀 Enhancements

  • Changed module options and added auto-defer option (9d89eac)
  • Enhance dynamic command loading (20c43b6)

🏡 Chore

  • Use same custom logger in module context and server runtime (007c959)
  • Request full-update after sync (8478f15)

❤️ Contributors

v0.0.8

29 Jun 07:43

Choose a tag to compare

compare changes

🩹 Fixes

  • Consistent dynamic command loading and websocket broadcasting (f893c6e)

❤️ Contributors