Skip to content

Hackmud Script Manager 0.9

Compare
Choose a tag to compare
@samualtnorman samualtnorman released this 17 Jul 12:27
· 526 commits to main since this release

Added

  • new hsm golf command for golfing a single file

Changed

  • Generated declaration
    • subscript args should be more accurate
  • Logging from hsm push, hsm watch, and hsm test will now be more informative
  • script processing is now waayy more robust
    • autcompletes are back (supports @seclevel comment tag again)
    • that feature from my old script processor where you could leave out the surrounding function body is back
    • golfing is now ridiculously efficient with quine cheats
    • fixed most bugs
    • source length is back
      • works out what the character count would be before minifying but after general processing (like typescript and inserting surrounding function body)

Added

  • @seclevel comment tag for verifying seclevel of script
  • specifying seclevel in subscript is now optional
  • swaps out .protototype and .__proto__ for index notation since scripts fail on upload otherwise
  • Support for Node 12 (the oldest currently supported node version)