Skip to content

Hackmud Script Manager 0.2

Compare
Choose a tag to compare
@samualtnorman samualtnorman released this 25 Nov 13:56
· 709 commits to main since this release

Biggest changes yet!

Command

Added

  • More helpful help
  • Proper TypeScript support!

Removed

  • build, clear, push-builtcommands.
  • Characters saved log when using push command.

Fixed

  • push command updates config now.
  • More errors related to config.

API

Overall, everything should be smarter.

Added

  • minifyScript for in case you want to do the rest yourself.

Changed

  • So many changes in this one that I will miss a lot.
  • pushBuilt has been renamed to push, and its parameters have changed.
  • push now directly pushes scripts from the src directory
  • build has been merged into push`.

Removed

  • Removed original push function.
  • No more build or clear functions.