Releases: The-Best-Codes/discraft-js
v1.6.9
Full Changelog: v1.6.8...v1.6.9
Updates 🔥
discraft browser build
anddiscraft browser serve
, which are in development- Fix sentry issues
- Dependency updates
- UX fixes with long project file paths (which are now relative to be shorter)
- Minor bug fixes
v1.6.9-beta.7
Full Changelog: v1.6.9-beta.6...v1.6.9-beta.7
Internal release.
v1.6.9-beta.6
v1.6.9-beta.5
Full Changelog: v1.6.9-beta.4...v1.6.9-beta.5
This is an internal release. It fixes missing files in the last release.
v1.6.9-beta.4
Full Changelog: v1.6.9-beta.3...v1.6.9-beta.4
This is an internal release which tests browser compatibility with Discraft.
It may fail to deploy due to Sentry contamination.
v1.6.9-beta.3
Full Changelog: v1.6.8...v1.6.9-beta.3
This is an internal release.
v1.6.9-beta.2
Full Changelog: v1.6.9-beta.1...v1.6.9-beta.2
This is an internal release.
v1.6.9-beta.1
Full Changelog: v1.6.9-beta.0...v1.6.9-beta.1
This is an internal release.
v1.6.9-beta.0
Full Changelog: v1.6.8...v1.6.9-beta.0
This is an internal release.
v1.6.8
![Repo thumbnail](https://private-user-images.githubusercontent.com/106822363/408235431-9e419076-2a27-4eaa-9024-c477b5a8460a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTc5NzcsIm5iZiI6MTczOTI1NzY3NywicGF0aCI6Ii8xMDY4MjIzNjMvNDA4MjM1NDMxLTllNDE5MDc2LTJhMjctNGVhYS05MDI0LWM0NzdiNWE4NDYwYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNzA3NTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hMzdmNzE3ZjQ0YTM4M2VmMGQ3MmQxYjQ0ZGE5YTNlNjVlNmM2Yzc3MDlhZTE4ZmNjMzEzZjc5ZGMzODMwZTIwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.SXjZnwFSc9OT0N1Ey0csssNuSgkt_qLv7cdHhTsneLw)
Full Changelog: v1.6.7...v1.6.8
Updates
- This release addresses #11
discraft exec build
command
A new command has been added to compile bots (created in the TS and JS template formats) to executable files for cross-platform execution. You can see more info in the command's section in the README:
https://github.com/The-Best-Codes/discraft-js?tab=readme-ov-file#discraft-exec-build
Here is a list of supported compiling targets:
Target | OS | Architecture |
---|---|---|
linux-x64 | Linux | x64 |
linux-arm64 | Linux | arm64 |
windows-x64 | Windows | x64 |
darwin-x64 | macOS | x64 |
darwin-arm64 | macOS | arm64 |
Serverless deployment documentation / tutorials
I've also written a tutorial on using Discraft to deploy serverless Discord applications to Vercel. You can read the tutorial here.
![Tutorial thumbnail](https://private-user-images.githubusercontent.com/106822363/408234960-1a3aa931-dc13-41da-9451-c51f2c97df7c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTc5NzcsIm5iZiI6MTczOTI1NzY3NywicGF0aCI6Ii8xMDY4MjIzNjMvNDA4MjM0OTYwLTFhM2FhOTMxLWRjMTMtNDFkYS05NDUxLWM1MWYyYzk3ZGY3Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNzA3NTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yODUzMTYwYWI1NDA1YzQzZjEyOTE3ZjE4NmNiNjZmMmM4OTc2YTM0ZTAxYjk4MThkMGM5ZDhjMWM3NjFiNDcyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.myLBeklTxDjEr5hxPMhwvFcD_Yuy9RGTkYHZRXYwgqo)
Happy bot building!