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
*
Set slice capacity based on input in `Map` and `Classes.Render` (#243)
Gabe Cook
2025-03-03
-1
/
+1
*
Remove mention of SVG package in doc comments
Markus Wüstenberg
2024-10-03
-2
/
+3
*
Fix links in package documentation
Markus Wüstenberg
2024-09-24
-3
/
+3
*
Fix doc comments regarding `Group`
Markus Wüstenberg
2024-09-24
-2
/
+3
*
Make `Group` a type (#202)
Markus Wüstenberg
2024-09-24
-17
/
+11
*
Drop support for Go 1.16 and Go 1.17 (#203)
Markus Wüstenberg
2024-09-19
-0
/
+9
*
Make Groups renderable (#181)
Markus Wüstenberg
2024-09-19
-16
/
+29
*
Add links to godoc (#183)
Markus Wüstenberg
2024-06-26
-30
/
+34
*
Adjust documentation on Iff (#179)
Markus Wüstenberg
2024-06-25
-4
/
+6
*
Add an `Iff` helper (#172)
Julien Tant
2024-06-19
-0
/
+11
*
Document Text/Textf helpers better
Markus Wüstenberg
2023-05-11
-2
/
+2
*
Add Rawf (#114)
Markus Wüstenberg
2022-11-03
-2
/
+10
*
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