Added a todo for 0.4.1.

This commit is contained in:
JesseBrault0709 2024-06-12 19:10:54 +02:00
parent a233395cc7
commit 022b4a018f

12
TODO.md
View File

@ -2,6 +2,16 @@
Here will be kept all of the various todos for this project, organized by release. 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 ## Future
### Add ### 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.path == 'blog/post.md'
assert post.targetPath = 'blog/post.html' assert post.targetPath = 'blog/post.html'
// as well as some other information, perhaps such as the Type, extension, *etc.* // as well as some other information, perhaps such as the Type, extension, *etc.*
``` ```