Please read the guidelines in the contributing docs before contributing. Contributions to this project need to follow the correct workflow.
Whenever a new version is created, add the new branch name and the changes here
- Initial soft release with news article
- Move setup commands from
coderoad.yaml
tosetup.sh
- Add creation of
.bash_history
in setup commands so CodeRoad watchers recognize it when the first command is entered - Fine tune reset commands
- Restructure commits to use new style. Instead of loading a new test file, and commenting out the old one on each commit, this loads all the tests in the
INIT
commit and uses mocha settings to only run tests in a specific file. The commits now just change the test file that should run. - There was an issue with the last commit not loading after using the reset button in a tutorial. I added a final commit at end that seems to have resolved it.
- Add hint for issue on step 160
- Moved
touch
andmkdir
commands to variables:checkTouch
andcheckMkdir
- Added a new check and variable for
mv
ontouch
andmkdir
to account for renaming typos - changed asserts in those lessons to
assert(checkTouch || checkMV);
orassert(checkTouch || checkMV);
- Remove part of test on 700, 720, 730, and 1450 to similarly (as v1.0.3) account for typos when renaming something