Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5841bdd

Browse files
committed
update changelog for 0.9.0
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent9556a84 commit5841bdd

File tree

7 files changed

+28
-14
lines changed

7 files changed

+28
-14
lines changed

‎CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,29 @@ A description of the task.
175175
- The second hint
176176
- The last hint
177177
```
178+
179+
### [0.9.0]
180+
181+
Change subtask format to include subtasks in markdown.
182+
183+
Subtasks no longer need to be included in yaml, or require a filter.
184+
185+
See an example at <http://github.com/shmck/coderoad-tutorial-subtask-demo>
186+
187+
```md
188+
### 1.1
189+
190+
A description of the task
191+
192+
#### SUBTASKS
193+
194+
- The first subtask
195+
- The second subtask
196+
```
197+
198+
Subtasks are then matched up with tests with names that match
199+
200+
```text
201+
SUBTASK 1.1 :1 test name
202+
SUBTASK 1.2 :2 test name
203+
```

‎docs/docs/config-yml.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,6 @@ levels:
103103
-package.json
104104
commits:
105105
-commit8
106-
## Example Four: Subtasks
107-
-id:'1.4'
108-
setup:
109-
commands:
110-
## A filter is a regex that limits the test results
111-
-filter:'^Example 2'
112-
## A feature that shows subtasks: all filtered active test names and the status of the tests (pass/fail).
113-
-subtasks:true
114106
-id:'2'
115107
steps:
116108
-id:'2.1'

‎docs/docs/create-a-practice-tutorial.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ levels:
191191
-id:'1'
192192
steps:
193193
-id:'1.1'
194-
setup:
195-
subtasks:false
196194
```
197195
198196
Replace the`repo uri` URL with your github repo, note that it's just the username and repo in the URL. This file links everything together. You can see the repo URL and the branch that you created. And the `1.` and `1.1` id's that match the markdown. You can also add commands that will run when a lesson is started, as well as a host of other things.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad",
3-
"version":"0.8.0",
3+
"version":"0.9.0",
44
"description":"Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",

‎web-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad-app",
3-
"version":"0.8.0",
3+
"version":"0.9.0",
44
"private":true,
55
"scripts": {
66
"build":"react-app-rewired build",

‎web-app/src/services/state/actions/editor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export default (editorSend: any) => ({
6363
type:'EDITOR_RUN_TEST',
6464
payload:{
6565
position:context.position,
66-
subtasks:true,
6766
},
6867
})
6968
}

‎web-app/stories/Level.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ storiesOf('Level', module)
133133
setup:{
134134
id:'L1:S2:SETUP',
135135
commits:['abcdefg'],
136-
subtasks:true,
137136
filter:'^SomeTest',
138137
},
139138
solution:{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp