Releases: zojize/nuxt-discord
Releases · zojize/nuxt-discord
v0.0.17
🚀 Enhancements
- Implement file based subcommands and update examples in playground (7bfdc43)
✅ Tests
- Remove unnecessary effect scope (4900f6a)
❤️ Contributors
- Zojize [email protected]
v0.0.16
🩹 Fixes
- Type import paths in build (7ea51dc)
- reply: Correct reactivity behavior for buttons and files (d60ab7f)
🏡 Chore
- Update dependencies (8bd990f)
✅ Tests
- Update tests (abb6f66)
❤️ Contributors
- Zojize [email protected]
v0.0.15
🚀 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
- Use expect.poll (eaa6f49)
❤️ Contributors
- Zojize [email protected]
v0.0.14
v0.0.13
🚀 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
- Zojize [email protected]
v0.0.12
🚀 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
- Zojize [email protected]
v0.0.11
🩹 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
- Zojize [email protected]
v0.0.10
v0.0.9
🚀 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
- Zojize [email protected]
v0.0.8
🩹 Fixes
- Consistent dynamic command loading and websocket broadcasting (f893c6e)
❤️ Contributors
- Zojize [email protected]