about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* Add children varargs to h1-6, b, strong, i, em, img helpers (#15)Markus Wüstenberg2020-09-23-33/+35
| | | This makes it possible to add attributes.
* Make attr.Classes a map type (#14)Markus Wüstenberg2020-09-23-7/+22
| | | This makes the usage syntax prettier. Instead of `attr.Classes(map[string]bool{})`, we can just use `attr.Classes{}`.
* Add simple example (#13)Markus Wüstenberg2020-09-21-0/+103
|
* Add a test for attr.String (#12)Markus Wüstenberg2020-09-21-0/+9
|
* Add a Write function (#11)Markus Wüstenberg2020-09-21-0/+37
|
* 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