Skip to content

v0.13.0

Compare
Choose a tag to compare
@ShMcK ShMcK released this 06 Aug 14:28
· 314 commits to master since this release
c08d282

Use @coderoad/cli v0.6+ with this release.

  • BREAKING CHANGE:

    • config.testRunner.setup is now config.setup
    • config.setup runs in the root workspace directory, not the config.testRunner.directory
  • Significant internal refactor to:

    • remove recording progress
    • simplify structure with "hooks"
  • Supports commands on reset under config.reset.commands (array)

  • Supports running vscode commands anywhere that command line commands can be run

  • Admin mode to allow creators to jump between tutorial levels/steps during development