Releases: kennethloeffler/blox
0.3.0
0.2.0
Built place/model files now use only the first part of the project file name (e.g. default.rbxmx
from default.project.json
).
blox-rojo-build
is no longer interactive and now accepts an optional argument to attach a process sentinel to the Rojo process. Added blox-prompt-build
which has the same behavior as the old blox-rojo-build
.
blox-rojo-serve
is no longer interactive. Added blox-prompt-serve
which has the same behavior as the old blox-rojo-serve
.
blox-test
and blox-build-and-run
now use process sentinels to start the run-in-roblox process once the Rojo build is complete.
Renamed blox-rojo-build-and-run
to blox-prompt-build-and-run
Renamed blox-rojo-build-default
to blox-build-default
.
0.1.3
blox--prompt-kill-p
is simpler and is renamed to blox--kill-if-running-p
.
blox-rojo-build
now gets the project build filename from the new function blox--project-build-path
.
0.1.2
blox--echo
now properly uses message
's format argument.
blox-rojo-build
now displays output from rojo build
in the echo area.
0.1.1
blox--kill-process-p
now uses y-or-n-p
instead of yes-or-no-p
and respects the message conventions for those functions.
blox-run-in-roblox
now displays a message in the echo area when the process terminates.
0.1.0
Initial release! 🎉