Releases: The-Best-Codes/discraft-js
Releases · The-Best-Codes/discraft-js
v1.5.6
Full Changelog: v1.5.5...v1.5.6
Discraft v1.5.6
Like Next.js but for Discord bots
Updates
- Update rollup dependency
- Use bun package manager by default
v1.5.5
Full Changelog: v1.5.4...v1.5.5
Updates
- Standalone build option with no dependencies, generates a very large but portable bundle
- Update to error handling event
- New
discraft add event
command, similar todiscraft add command
- Reduce node_modules size before a standalone build (uses
npx --yes clean-modules -y
)
v1.5.5-beta.3
Full Changelog: v1.5.5-beta.2...v1.5.5-beta.3
Beta
- Reduce node_modules size before a standalone build (uses
npx --yes clean-modules -y
)
v1.5.5-beta.2
Full Changelog: v1.5.5-beta.1...v1.5.5-beta.2
Beta
- Fix bugs with terser config for standalone builds
- Standalone builds are now minified into one line as usual, but less aggressively.
v1.5.5-beta.1
Full Changelog: v1.5.5-beta.0...v1.5.5-beta.1
Beta
- Add
add event
command - Improve error handling event
v1.5.5-beta.0
Full Changelog: v1.5.4...v1.5.5-beta.0
Beta
- Standalone build option with no dependencies, generates a very large but portable bundle
v1.5.4
Full Changelog: v1.5.3...v1.5.4
Now in stable
discraft add command
anddiscraft test token
- Improve mid-prompt SIGINT error handling
- Allow empty command and event directories
- Misc bug fixes
v1.5.4-beta.3
Full Changelog: v1.5.4-beta.2...v1.5.4-beta.3
Beta
- Improve mid-prompt
SIGINT
error handling - Allow empty command and event directories
- Misc bug fixes
v1.5.4-beta.2
Full Changelog: v1.5.4-beta.1...v1.5.4-beta.2
Beta
- Update
add command
to have path validation, update docs
v1.5.4-beta.1
Full Changelog: v1.5.4-beta.0...v1.5.4-beta.1
Beta
- Rename commands and update command CLI
discraft add command
anddiscraft test token