Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@LPGhatguy LPGhatguy released this 19 Apr 21:42
· 64 commits to master since this release

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, use remodel run foo.lua now.
  • Added --verbose and -v flags for setting verbosity.
  • Added json.fromString and json.toString for encoding/decoding JSON
  • Added remodel.isFile and remodel.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 project
    • remodel 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.
  • Improved logging and error reporting across the board.