Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Render to Writer instead of string (#39) | Markus Wüstenberg | 2020-11-02 | -37/+44 |
* | Remove fmt.Sprintf call in attribute Render (#38) | Markus Wüstenberg | 2020-10-29 | -0/+16 |
* | Don't render or error on nil children (#32) | Markus Wüstenberg | 2020-10-23 | -0/+5 |
* | Add Group function to group Nodes (#29) | Markus Wüstenberg | 2020-10-22 | -0/+22 |
* | Add space before auto-closing element (#20) | Markus Wüstenberg | 2020-09-24 | -10/+10 |
* | Introduce Placer interface (#18) | Markus Wüstenberg | 2020-09-24 | -0/+11 |
* | Add Textf function (#17) | Markus Wüstenberg | 2020-09-23 | -0/+7 |
* | Add a test for attr.String (#12) | Markus Wüstenberg | 2020-09-21 | -0/+9 |
* | Add a Write function (#11) | Markus Wüstenberg | 2020-09-21 | -0/+30 |
* | Make NodeFunc and attr implement fmt.Stringer (#6) | Markus Wüstenberg | 2020-09-18 | -15/+18 |
* | Add first implementation of Node, El, Attr, Text | Markus Wüstenberg | 2020-09-13 | -0/+75 |