Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix CI badge in Readme (#100) | Markus Wüstenberg | 2022-05-25 | -1/+1 |
* | Update CI config (#98) | Markus Wüstenberg | 2022-05-25 | -72/+17 |
* | Update copyright year in license | Markus Wüstenberg | 2022-03-21 | -1/+1 |
* | Use a test matrix with the last three stable Go versions (#96) | Markus Wüstenberg | 2022-03-21 | -14/+21 |
* | Add http.Adapt function (#92) | Markus Wüstenberg | 2021-10-08 | -0/+156 |
* | Test using Go 1.17 (#91) | Markus Wüstenberg | 2021-10-06 | -6/+3 |
* | Mark the assert test helpers as such (#90) | Markus Wüstenberg | 2021-10-06 | -11/+14 |
* | Add loading and srcset HTML attributes (#86) | Josep Jesus Bigorra Algaba | 2021-09-07 | -0/+10 |
* | Add link to maragu.dk and golang.dk in readme | Markus Wüstenberg | 2021-06-18 | -0/+2 |
* | Add Github action status badge to readme | Markus Wüstenberg | 2021-06-18 | -0/+1 |
* | Add contributors file | Markus Wüstenberg | 2021-06-18 | -0/+9 |
* | Add video element and related attributes (#84) | Markus Wüstenberg | 2021-06-18 | -15/+40 |
* | Add javascript alert onclick handler to Raw example (#82) | Markus Wüstenberg | 2021-06-09 | -2/+4 |
* | Add examples in test files (#80) | Markus Wüstenberg | 2021-06-08 | -13/+64 |
* | Add LinkStylesheet and LinkPreload components (#79) | Markus Wüstenberg | 2021-06-08 | -0/+27 |
* | Escape Attr values (#77) | Markus Wüstenberg | 2021-05-18 | -1/+15 |
* | Fix TailwindCSS CDN URL in example (#76) | Markus Wüstenberg | 2021-05-11 | -4/+4 |
* | Update readme with content from website (#73) | Markus Wüstenberg | 2021-05-07 | -8/+8 |
* | Bump Go version to 1.16 in CI (#72) | Markus Wüstenberg | 2021-05-07 | -9/+8 |
* | Add more complex example using TailwindCSS (#71) | Markus Wüstenberg | 2021-05-07 | -0/+125 |
* | Add svg package and a few helpers (#67) | Markus Wüstenberg | 2021-05-05 | -0/+101 |
* | Fix code in readme (#69) | Markus Wüstenberg | 2021-05-05 | -3/+3 |
* | Update license year (#68) | Markus Wüstenberg | 2021-05-05 | -1/+1 |
* | Streamline HTML element API (#66) | Markus Wüstenberg | 2021-05-05 | -104/+92 |
* | Use g.If in HTML5 helper (#65) | Markus Wüstenberg | 2021-04-28 | -9/+2 |
* | Return Node from all helpers instead of NodeFunc (#62) | Markus Wüstenberg | 2021-01-07 | -122/+122 |
* | 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 |