We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cfa59 commit 6fde3adCopy full SHA for 6fde3ad
CHANGELOG.md
@@ -2,9 +2,12 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
-## [0.5.8] - current
+## [0.6.0] - 2016-04-01
6
- fixes
7
-- fixes for different programming languages
+- loaders now built into atom-coderoad
8
+ `// load('file.js')` - loads from workspace directory
9
+ `// load('data.js', true)` - loads from tutorial directory
10
+- now allows for easy configuration of different language test runners
11
12
## [0.5.7] - 2016-03-17
13
- @action(openConsole)
0 commit comments