Skip to content

Commit f6dc103

Browse files
committed
Updates roadmap with progress, ready for 0.6.2
1 parent c61939a commit f6dc103

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ROADMAP.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,18 @@
1717
### 0.7
1818

1919

20+
- [x] Add a transport facility for files
2021
- [ ] Add unit aliases
2122
- An alias allows a unit (along with its arguments) to be referred to by a nicer label.
2223
this is primarily to allow rendering of units with long argument lists in the UI in
2324
a way that is meaningful from the unit that depends on it.
2425
- Syntax Ergonomics
25-
- [ ] Update deps syntax so it doesn't conflict with shell chars
26+
- [x] Update deps syntax so it doesn't conflict with shell chars
2627
- Right now the captures syntax makes quotes necessary around deps
27-
- [ ] Allow string values in deps and emits to be unquoted
28+
- [x] Allow string values in deps and emits to be unquoted
2829
- Shell quoting rules make double quoting necessary for these values right
2930
now.
30-
- [ ] CLI Improvements
31+
- [x] CLI Improvements
3132
- Show less states in default mode. One line for loading a unit should be fine.
3233

3334
### 0.8

0 commit comments

Comments
 (0)