Skip to content

Releases: Snazzah/slash-up

v1.4.2

06 Nov 21:38
5fbe9db
Compare
Choose a tag to compare

Fixed:

  • Fixed issue when listing local commands
  • Fixed local commands not showing some attributes

v1.4.1

06 Nov 17:10
7a13f33
Compare
Choose a tag to compare

Fixed:

  • Fixed a bug in the previous release creating errors when syncing

v1.4.0

05 Nov 22:42
257c981
Compare
Choose a tag to compare

Added:

  • Added future v6 compatibility
  • Added .cjs, .mjs, .mts, and .cts extensions to be automatically registered.

v1.3.0

09 Mar 23:41
a2fb44b
Compare
Choose a tag to compare

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

12 Oct 19:53
af93403
Compare
Choose a tag to compare

Fixed:

  • Call process.exit after syncing
  • Print error stacktrace on command require errors

v1.2.0

14 Jun 17:55
a4241f7
Compare
Choose a tag to compare

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

06 May 18:49
2efc0ee
Compare
Choose a tag to compare

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

29 Apr 00:33
03fbb40
Compare
Choose a tag to compare

Changed:

  • Updated slash-create to 5.5.2

Fixed:

  • Register errors now show the file's path

v1.1.0

03 Apr 00:12
eb0d60d
Compare
Choose a tag to compare

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

23 Jan 22:06
fa675ad
Compare
Choose a tag to compare

Changed:

  • Register command failures will now be logged with the debug flag is on