Releases: coderoad/coderoad-cli
Releases · coderoad/coderoad-cli
v0.9.1
v0.9.1
Require an id
for a tutorial.
v0.7.0
Fixes issue with "#" tags not working in text portions.
v0.6.0
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
v0.5.1
Fix issue with INIT commits in reverse order
v0.4.2
Fixes for:
- empty white space in markdown
- parses hints starting with
-
- validation for markdown when no commit available
v0.4.0
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
v0.3.0
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.