Skip to content

@ShMcK ShMcK released this Aug 6, 2020 · 1 commit to master since this release

Working version for v0.13 of CodeRoad.

  • BREAKING CHANGE:
    • config.testRunner.setup is now config.setup
    • config.setup runs in the root workspace directory, not the config.testRunner.directory
Assets 2

@ShMcK ShMcK released this Aug 2, 2020 · 6 commits to master since this release

Fix issue with INIT commits in reverse order

Assets 2

@ShMcK ShMcK released this Jul 31, 2020 · 19 commits to master since this release

Support "reset" commands

Assets 2
Jun 25, 2020
Jun 25, 2020

@ShMcK ShMcK released this Jun 25, 2020 · 46 commits to master since this release

Fixes for:

  • empty white space in markdown
  • parses hints starting with -
  • validation for markdown when no commit available
Assets 2
Jun 24, 2020

@ShMcK ShMcK released this Jun 24, 2020 · 54 commits to master since this release

Treats the markdown as the source of truth. This means if a level/step isn't in the config, it will still build.

Allows for the new recommended way of labeling levels/steps:

In markdown:

Level: ## 1. Level one
Step: ### 1.1 A Label (label is optional)
And in commits:

1 Level
1.1 First step commit
1.1S First step solution

Assets 2
Jun 16, 2020

@ShMcK ShMcK released this Jun 15, 2020 · 84 commits to master since this release

Run "validate" to for tutorial unit tests.

It will run through the tutorial like a user and test that setup fails and solution steps pass.

coderoad validate
Assets 2
You can’t perform that action at this time.