This repository has been archived by the owner on Jul 22, 2023. It is now read-only.
v0.7.0
This is a breaking change that updates Remodel's command line API and introduces a bunch of new features.
It is also the first release with official Linux binaries!
Changes Since 0.6.1
- Breaking: Moved script execution to
remodel run
to make room for new subcommands.- If you previously used
remodel foo.lua
, useremodel run foo.lua
now.
- If you previously used
- Added
--verbose
and-v
flags for setting verbosity. - Added
json.fromString
andjson.toString
for encoding/decoding JSON - Added
remodel.isFile
andremodel.isDir
. - Added support for reading the auth cookie through the
REMODEL_AUTH
environment variable. - Added support for Remodel looking for scripts in the
.remodel
folder of a projectremodel run foo
will now run.remodel/foo.lua
if it exists.
- Added (experimental) support for building Rojo projects through
rojo.buildProject
.- This is behind the
unstable_rojo_api
Cargo feature and is not enabled by default.
- This is behind the
- Improved logging and error reporting across the board.