Releases: Snazzah/slash-up
Releases · Snazzah/slash-up
v1.4.2
Fixed:
- Fixed issue when listing local commands
- Fixed local commands not showing some attributes
v1.4.1
Fixed:
- Fixed a bug in the previous release creating errors when syncing
v1.4.0
Added:
- Added future v6 compatibility
- Added
.cjs
, .mjs
, .mts
, and .cts
extensions to be automatically registered.
v1.3.0
Changed:
- slash-up can now be ran in ESM projects without error, using
@esbuild-kit/cjs-loader
instead of ts-node
for module loading
v1.2.1
Fixed:
- Call
process.exit
after syncing
- Print error stacktrace on command require errors
v1.2.0
Changed:
- Updated
slash-create
to 5.6.1
Added:
slash-up view
now shows DM permissions, default member permissions, and localizations. Default permission only shows if the value is false.
v1.1.2
Changed:
- Updated
slash-create
to 5.5.3
Fixed:
- Set
ts-node
to only transpile .ts
files (should be faster)
- No longer logs invalid command errors
v1.1.1
Changed:
- Updated
slash-create
to 5.5.2
Fixed:
- Register errors now show the file's path
v1.1.0
Added:
- slash-up will now find a
.env
file based on the env given in the CLI. For example, doing slash-up list -e dev
will look for a dev.env
file before finding .env
.
v1.0.11
Changed:
- Register command failures will now be logged with the debug flag is on