Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Add data- attribute helper (#61) | Markus Wüstenberg | 2020-12-22 | -3/+16 |
* | Add test for InputHidden (#60) | Markus Wüstenberg | 2020-12-22 | -0/+16 |
* | Add aria-* and role attributes (#59) | Markus Wüstenberg | 2020-12-22 | -0/+17 |
* | Add If helper function (#57) | Markus Wüstenberg | 2020-12-22 | -3/+38 |
* | Change main example to be the dot-import version (#56) | Markus Wüstenberg | 2020-12-10 | -86/+43 |
* | Simplify available elements (#55) | Markus Wüstenberg | 2020-12-10 | -112/+67 |
* | Rename Document to Doctype (#54) | Markus Wüstenberg | 2020-12-10 | -12/+12 |
* | Move elements and attributes into html package (#52) | Markus Wüstenberg | 2020-12-10 | -933/+910 |
* | Minor refactoring and comment changes (#51) | Markus Wüstenberg | 2020-12-08 | -10/+9 |
* | Add example with dot imports (#47) | Markus Wüstenberg | 2020-11-17 | -0/+37 |
* | Add svg element (#46) | Markus Wüstenberg | 2020-11-16 | -0/+15 |
* | Add NodeType which replaces the Placer interface (#45) | Markus Wüstenberg | 2020-11-16 | -32/+25 |
* | Render correct HTML5 (#44) | Markus Wüstenberg | 2020-11-16 | -72/+103 |
* | Add package docs (#41) | Markus Wüstenberg | 2020-11-02 | -0/+12 |
* | Add Map function (#40) | Markus Wüstenberg | 2020-11-02 | -6/+36 |
* | Render to Writer instead of string (#39) | Markus Wüstenberg | 2020-11-02 | -115/+179 |
* | Remove fmt.Sprintf call in attribute Render (#38) | Markus Wüstenberg | 2020-10-29 | -3/+22 |
* | Pass attributes as pointers (#37) | Markus Wüstenberg | 2020-10-29 | -5/+5 |
* | Add HTML5 document template (#36) | Markus Wüstenberg | 2020-10-29 | -0/+129 |
* | Add attribute helpers (#35) | Markus Wüstenberg | 2020-10-28 | -72/+243 |
* | Add element helpers and refactor (#34) | Markus Wüstenberg | 2020-10-28 | -487/+556 |
* | Add contributing instructions (#33) | Markus Wüstenberg | 2020-10-23 | -0/+18 |
* | Add br and hr element helpers (#30) | Hans Raaf | 2020-10-23 | -0/+21 |
* | Remove "fmt" import in readme example (#31) | Hans Raaf | 2020-10-23 | -3/+6 |
* | Don't render or error on nil children (#32) | Markus Wüstenberg | 2020-10-23 | -0/+8 |
* | Add Group function to group Nodes (#29) | Markus Wüstenberg | 2020-10-22 | -43/+78 |
* | Update package doc for gomponents (#28) | Markus Wüstenberg | 2020-10-21 | -1/+1 |
* | Use HTMLEscapeString in Textf (#27) | Markus Wüstenberg | 2020-10-21 | -1/+1 |
* | Add remaining sectioning elements as helpers (#25) | Markus Wüstenberg | 2020-09-25 | -0/+105 |
* | Use HTMLEscapeString (#24) | Markus Wüstenberg | 2020-09-25 | -1/+1 |
* | Update readme with blog post link (#23) | Markus Wüstenberg | 2020-09-25 | -1/+4 |
* | Group element helpers in different files (#21) | Markus Wüstenberg | 2020-09-25 | -302/+368 |
* | Add space before auto-closing element (#20) | Markus Wüstenberg | 2020-09-24 | -30/+30 |
* | Add convenience helpers for form elements (#19) | Markus Wüstenberg | 2020-09-24 | -3/+148 |
* | Introduce Placer interface (#18) | Markus Wüstenberg | 2020-09-24 | -8/+57 |
* | Add Textf function (#17) | Markus Wüstenberg | 2020-09-23 | -1/+15 |
* | Add better example in readme (#16) | Markus Wüstenberg | 2020-09-23 | -7/+34 |
* | Add children varargs to h1-6, b, strong, i, em, img helpers (#15) | Markus Wüstenberg | 2020-09-23 | -33/+35 |
* | Make attr.Classes a map type (#14) | Markus Wüstenberg | 2020-09-23 | -7/+22 |
* | Add simple example (#13) | Markus Wüstenberg | 2020-09-21 | -0/+103 |
* | 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/+37 |
* | Add a lot of common elements (#10) | Markus Wüstenberg | 2020-09-21 | -0/+216 |
* | Don't render twice with children (#9) | Markus Wüstenberg | 2020-09-21 | -4/+3 |
* | Add package el with element helpers (#8) | Markus Wüstenberg | 2020-09-18 | -0/+80 |
* | Add package attr with attribute helpers (#7) | Markus Wüstenberg | 2020-09-18 | -0/+64 |
* | Make NodeFunc and attr implement fmt.Stringer (#6) | Markus Wüstenberg | 2020-09-18 | -15/+43 |
* | Try out codecov.io (#5) | Markus Wüstenberg | 2020-09-18 | -1/+5 |
* | Add Makefile (#4) | Markus Wüstenberg | 2020-09-18 | -0/+12 |
* | Create codeql-analysis.yml (#3) | Markus Wüstenberg | 2020-09-15 | -0/+66 |