Skip to content

Releases: coderoad/coderoad-cli

v0.9.1

14 Jan 04:35
Compare
Choose a tag to compare

v0.9.1

Require an id for a tutorial.

v0.7.0

03 Apr 04:31
14afae3
Compare
Choose a tag to compare

Fixes issue with "#" tags not working in text portions.

v0.6.0

06 Aug 14:27
ac117e2
Compare
Choose a tag to compare

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

02 Aug 01:13
Compare
Choose a tag to compare

Fix issue with INIT commits in reverse order

v0.5.0

31 Jul 19:29
8a2ca9c
Compare
Choose a tag to compare

Support "reset" commands

v0.4.2

25 Jun 01:36
20a4083
Compare
Choose a tag to compare

Fixes for:

  • empty white space in markdown
  • parses hints starting with -
  • validation for markdown when no commit available

v0.4.0

24 Jun 03:21
e4f5c19
Compare
Choose a tag to compare

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

15 Jun 14:56
5222806
Compare
Choose a tag to compare

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

Initial Release

01 Jun 03:31
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
v0.1.1

v0.1.1