Added a todo for 0.4.1.
This commit is contained in:
parent
a233395cc7
commit
022b4a018f
12
TODO.md
12
TODO.md
@ -2,6 +2,16 @@
|
||||
|
||||
Here will be kept all of the various todos for this project, organized by release.
|
||||
|
||||
## 0.4.1
|
||||
|
||||
- [ ] `Text` component for simply rendering Text objects. Can be used as such:
|
||||
```
|
||||
<Text path='/SomeText.md' />
|
||||
<Text name='SomeText.md' />
|
||||
<Text text={text} />
|
||||
```
|
||||
- [ ] Update groowt to 0.1.1.
|
||||
|
||||
## Future
|
||||
|
||||
### Add
|
||||
@ -53,4 +63,4 @@ Here will be kept all of the various todos for this project, organized by releas
|
||||
assert post.path == 'blog/post.md'
|
||||
assert post.targetPath = 'blog/post.html'
|
||||
// as well as some other information, perhaps such as the Type, extension, *etc.*
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user