index
:
gomponents
this commit
main
HTML components in pure Go
Gitolite user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gomponents.go
Commit message (
Expand
)
Author
Age
Lines
*
Fix small typo occured -> occurred (#110)
Markus Wüstenberg
2022-10-17
-1
/
+1
*
Add generic Map implementation (#108)
Markus Wüstenberg
2022-09-22
-9
/
+0
*
Make void elements a map (#103)
Markus Wüstenberg
2022-05-27
-19
/
+39
*
Update package doc to reflect new content (#102)
Markus Wüstenberg
2022-05-25
-5
/
+11
*
Add examples in test files (#80)
Markus Wüstenberg
2021-06-08
-13
/
+1
*
Escape Attr values (#77)
Markus Wüstenberg
2021-05-18
-1
/
+1
*
Return Node from all helpers instead of NodeFunc (#62)
Markus Wüstenberg
2021-01-07
-12
/
+12
*
Add If helper function (#57)
Markus Wüstenberg
2020-12-22
-3
/
+16
*
Minor refactoring and comment changes (#51)
Markus Wüstenberg
2020-12-08
-10
/
+9
*
Add NodeType which replaces the Placer interface (#45)
Markus Wüstenberg
2020-11-16
-30
/
+23
*
Render correct HTML5 (#44)
Markus Wüstenberg
2020-11-16
-29
/
+37
*
Add Map function (#40)
Markus Wüstenberg
2020-11-02
-0
/
+17
*
Render to Writer instead of string (#39)
Markus Wüstenberg
2020-11-02
-55
/
+88
*
Remove fmt.Sprintf call in attribute Render (#38)
Markus Wüstenberg
2020-10-29
-2
/
+2
*
Pass attributes as pointers (#37)
Markus Wüstenberg
2020-10-29
-5
/
+5
*
Don't render or error on nil children (#32)
Markus Wüstenberg
2020-10-23
-0
/
+3
*
Add Group function to group Nodes (#29)
Markus Wüstenberg
2020-10-22
-11
/
+36
*
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
*
Use HTMLEscapeString (#24)
Markus Wüstenberg
2020-09-25
-1
/
+1
*
Add space before auto-closing element (#20)
Markus Wüstenberg
2020-09-24
-2
/
+2
*
Introduce Placer interface (#18)
Markus Wüstenberg
2020-09-24
-8
/
+36
*
Add Textf function (#17)
Markus Wüstenberg
2020-09-23
-0
/
+7
*
Add a Write function (#11)
Markus Wüstenberg
2020-09-21
-0
/
+7
*
Don't render twice with children (#9)
Markus Wüstenberg
2020-09-21
-4
/
+3
*
Make NodeFunc and attr implement fmt.Stringer (#6)
Markus Wüstenberg
2020-09-18
-0
/
+10
*
Add package documentation (#1)
Markus Wüstenberg
2020-09-14
-0
/
+7
*
Add first implementation of Node, El, Attr, Text
Markus Wüstenberg
2020-09-13
-0
/
+100