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
/
html
/
elements.go
Commit message (
Expand
)
Author
Age
Lines
*
add helper for <search> element
HEAD
v1.3.0
main
Alan Pearce
13 hours
-0
/
+4
*
Rename and document fork
v1.2.0
Alan Pearce
23 hours
-1
/
+1
*
Add web component elements and slot attribute (#235)
Ken Powers
2024-10-25
-0
/
+8
*
Move module to maragu.dev/gomponents namespace (#215)
Markus Wüstenberg
2024-10-03
-1
/
+1
*
Reduce code duplication by reusing the correct function in deprecated functio...
Yarden Shoham
2024-08-20
-2
/
+2
*
Add `cite` attribute (#192)
Yarden Shoham
2024-08-19
-0
/
+5
*
Add links to godoc (#183)
Markus Wüstenberg
2024-06-26
-1
/
+3
*
Add LabelEl (#180)
Markus Wüstenberg
2024-06-25
-0
/
+5
*
Deprecate DataAttr, StyleAttr, TitleAttr, FormEl
Markus Wüstenberg
2024-06-06
-0
/
+5
*
Add video element and related attributes (#84)
Markus Wüstenberg
2021-06-18
-0
/
+4
*
Streamline HTML element API (#66)
Markus Wüstenberg
2021-05-05
-60
/
+60
*
Return Node from all helpers instead of NodeFunc (#62)
Markus Wüstenberg
2021-01-07
-105
/
+105
*
Add data- attribute helper (#61)
Markus Wüstenberg
2020-12-22
-1
/
+1
*
Simplify available elements (#55)
Markus Wüstenberg
2020-12-10
-53
/
+34
*
Rename Document to Doctype (#54)
Markus Wüstenberg
2020-12-10
-3
/
+3
*
Move elements and attributes into html package (#52)
Markus Wüstenberg
2020-12-10
-0
/
+447