about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
...
* Add a lot of common elements (#10)Markus Wüstenberg2020-09-21-0/+216
| | | Especially add elements that are either used in every document, that nearly always have text content, or that are almost always used with certain attributes.
* Don't render twice with children (#9)Markus Wüstenberg2020-09-21-4/+3
|
* Add package el with element helpers (#8)Markus Wüstenberg2020-09-18-0/+80
|
* Add package attr with attribute helpers (#7)Markus Wüstenberg2020-09-18-0/+64
|
* Make NodeFunc and attr implement fmt.Stringer (#6)Markus Wüstenberg2020-09-18-15/+43
|
* Try out codecov.io (#5)Markus Wüstenberg2020-09-18-1/+5
|
* Add Makefile (#4)Markus Wüstenberg2020-09-18-0/+12
|
* Create codeql-analysis.yml (#3)Markus Wüstenberg2020-09-15-0/+66
|
* Add godoc link to readme (#2)Markus Wüstenberg2020-09-14-1/+3
|
* Add package documentation (#1)Markus Wüstenberg2020-09-14-0/+7
|
* Add first implementation of Node, El, Attr, TextMarkus Wüstenberg2020-09-13-0/+264