All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.2 - 2023-11-06
- Fixed issue when listing local commands
- Fixed local commands not showing some attributes
1.4.1 - 2023-11-06
- Fixed a bug in the previous release creating errors when syncing
- Added future v6 compatibility
- Added
.cjs
,.mjs
,.mts
, and.cts
extensions to be automatically registered.
1.3.0 - 2023-03-09
- slash-up can now be ran in ESM projects without error, using
@esbuild-kit/cjs-loader
instead ofts-node
for module loading
1.2.1 - 2022-10-12
- Call
process.exit
after syncing - Print error stacktrace on command require errors
1.2.0 - 2022-06-14
- Updated
slash-create
to 5.6.1
slash-up view
now shows DM permissions, default member permissions, and localizations. Default permission only shows if the value is false.
1.1.2 - 2022-05-06
- Updated
slash-create
to 5.5.3
- Only transpile
.ts
files (should be faster) - No longer logs invalid command errors
1.1.1 - 2022-04-29
- Updated
slash-create
to 5.5.2
- Register errors now show the file's path
1.1.0 - 2022-04-03
- slash-up will now find a
.env
file based on the env given in the CLI. For example, doingslash-up list -e dev
will look for adev.env
file before finding.env
.
1.0.11 - 2022-01-23
- Register command failures will now be logged with the debug flag is on
1.0.10 - 2022-01-06
beforeSync
andcommandPath
flags not being used in config- Requiring TypeScript files now uses
ts-node
. (This is a bit slow, it might be best to compile and set that as the path)
1.0.9 - 2022-01-02
- Fix typescript importing again
- Fix some missing options in
slash-up local
1.0.8 - 2021-12-31
- Fix loading local commands in non-typescript environments
1.0.7 - 2021-12-29
- Fixed dependencies for non-typescript environments
1.0.6 - 2021-12-26
- Fix global to guild syncing to global aswell in
slash-up sync
1.0.5 - 2021-12-21
- Fixed a typo in
slash-up config
1.0.4 - 2021-12-21
- Fixed an error when a template is only provided in
slash-up init
1.0.3 - 2021-12-21
- Fixed comma and tabs in
slash-up config
1.0.2 - 2021-12-21
slash-up init
now installs packages and renames .env.example after cloning
- Fixed creating a config file from
slash-up config
1.0.1 - 2021-12-20
- Fixed TS requiring config.
1.0.0 - 2021-12-20
- Initial release.