Releases
v0.14.0
Hackmud Script Manager 0.14
Compare
Sorry, something went wrong.
No results found
Added
you can now reference a subscript or any other preprocessor function without calling it, and it'll be automatically wrapped as an arrow function
e.g. let fakeScriptor = { name: "scripts.trust", call: #fs.scripts.trust } -> let fakeScriptor = { name: "scripts.trust", call: (...args) => #fs.scripts.trust(args) }
subscript validation
db method validation
--watch option to hsm golf
add support for scripts that contain illegal strings like SC$ and convert them to be hackmud compatible
add onReady callback option to watch()
Fixed
Changed
PushOptions is now exported from hackmud-script-manager/push
hsm watch and watch() is now up-to-date feature wise with hsm push and push()
removed support for scripts option of push() and watch() being a string (not it must be a string array)
removed timeTook from the object returned by processScript()
You can’t perform that action at this time.