Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add package docs (#41) | Markus Wüstenberg | 2020-11-02 | -0/+10 |
| | | | Also update readme with features. | |||
* | Render to Writer instead of string (#39) | Markus Wüstenberg | 2020-11-02 | -2/+2 |
| | | | | | | | The Render function has been changed to take a `Writer` instead of returning a string. This makes it possible to generate documents without having the whole content in memory. This also removes the `gomponents.Write` function, which is now redundant. Furthermore, the `el.Document` function has been changed to only take one child, as multiple children never make sense for it. (It's not even a child, more a sibling.) | |||
* | Add HTML5 document template (#36) | Markus Wüstenberg | 2020-10-29 | -0/+46 |
| | ||||
* | Remove "fmt" import in readme example (#31) | Hans Raaf | 2020-10-23 | -1/+0 |
| | | | Also style menu in simple example slightly. | |||
* | Update readme with blog post link (#23) | Markus Wüstenberg | 2020-09-25 | -1/+4 |
| | ||||
* | Add Textf function (#17) | Markus Wüstenberg | 2020-09-23 | -1/+1 |
| | | | Like Text, but calls fmt.Sprintf before rendering. | |||
* | Add better example in readme (#16) | Markus Wüstenberg | 2020-09-23 | -6/+33 |
| | ||||
* | Add simple example (#13) | Markus Wüstenberg | 2020-09-21 | -0/+33 |
| | ||||
* | Try out codecov.io (#5) | Markus Wüstenberg | 2020-09-18 | -0/+1 |
| | ||||
* | Add godoc link to readme (#2) | Markus Wüstenberg | 2020-09-14 | -1/+3 |
| | ||||
* | Add first implementation of Node, El, Attr, Text | Markus Wüstenberg | 2020-09-13 | -0/+8 |