github.com/maddalax/htmgo
v1.0.5
#1801 most downloaded on Go modules
maddalax/htmgo
What this package is like to depend on
Last release 11 months ago
27 Sep 2025
Ships unpredictably
gaps range from 8 days to 5 months
Rarely documented
notes for 1 of 15 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
386 releases · first in 2024
2 releases in the last 12 months
see the full history below
Release timeline
386 releases · Sep 2024 to Sep 2025Releases
latest 60 of 386-
v1.2.4-0.20250927155743-5d9c2f8ada8d27 Sep 2025 pre-releaseNothing published for this version
-
v1.2.4-0.20250816144751-72c171709e5916 Aug 2025 pre-releaseNothing published for this version
-
v1.2.4-0.20250815140546-5dba9d01672f15 Aug 2025 pre-releaseNothing published for this version
-
v1.2.4-0.20250703190802-6f29b307ec6103 Jul 2025 pre-releaseNothing published for this version
-
v1.2.4-0.20250703190716-06f01b3d7c1b03 Jul 2025 pre-releaseNothing published for this version
-
v1.2.4-0.20250124175101-d555e5337ffc24 Jan 2025 pre-releaseNothing published for this version
-
v1.2.4-0.20250124173653-d9c7fb3936d724 Jan 2025 pre-releaseNothing published for this version
-
v1.2.4-0.20250106162711-66b6dfffd30c06 Jan 2025 pre-releaseNothing published for this version
-
v1.2.4-0.20250106162619-24b41a7604a506 Jan 2025 pre-releaseNothing published for this version
-
v1.2.4-0.20241111155509-dc8a62313cdf11 Nov 2024 pre-releaseNothing published for this version
-
v1.2.4-0.20241101120958-2346708ab1db01 Nov 2024 pre-releaseNothing published for this version
-
v1.0.6-0.20250106162619-24b41a7604a506 Jan 2025 pre-releaseNothing published for this version
-
v1.0.6-0.20250106162449-4f537567ad5a06 Jan 2025 pre-releaseNothing published for this version
-
v1.0.6-0.20241130165742-0d61b12561ef30 Nov 2024 pre-releaseNothing published for this version
-
v1.0.6-0.20241128161323-3f719d70115b28 Nov 2024 pre-releaseNothing published for this version
-
v1.0.6-0.20241125170340-331f4cde820125 Nov 2024 pre-releaseNothing published for this version
-
v1.0.6-0.20241124161141-c924f63ffbf924 Nov 2024 pre-releaseNothing published for this version
-
v1.0.6-0.20241123080815-15655d5c024323 Nov 2024 pre-releaseNothing published for this version
-
v1.0.6-0.20241121135423-d325677a1f6921 Nov 2024 pre-releaseNothing published for this version
-
v1.0.516 Nov 2024Release notes
Open source →Small release this time, added 2 new JS commands
- h.OnRunInterval(time.Duration, commands ... Command)
Allows you to run JS commands on the specific interval
Usage:
h.Div( h.OnLoad( h.RunOnInterval(time.Second, js.ConsoleLog("this runs a command every 1s"), js.SetInnerHtml(h.Div()), js.EvalJs(`alert('you can eval complex js too')`) ), ) )
- h.RunAfterTimeout(time.Duration, commands ... Command)
Allows you to run JS commands after a specified timeout
h.Div( h.OnLoad( h.RunAfterTimeout(time.Second, js.ConsoleLog("this runs a command once after a second"), js.SetInnerHtml(h.Div()), ), ) )
Additional fixes:
Fixes issues where using simple commands such as js.SetText, js.SetInnerHtml were failing when used in things such as Js.EvalCommands due to 'this' not existing. Commands will now always use 'self' if it exists, otherwise 'this' - h.OnRunInterval(time.Duration, commands ... Command)
-
v1.0.3-0.20241119001451-01e4568c48cc19 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241118172849-519be8771d8f18 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241116145258-909d38c7f41216 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241116145200-825c4dd7ecca16 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241116144503-ef83e34b1ebb16 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241114155453-a1af01a4806814 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241113001620-971f05c0051013 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241112221242-3a3039609fb712 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241112214706-79b15fe1945412 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241112194031-c593c466a31312 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241112190933-3fda1039a96312 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241112190420-423fd3f4298512 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241112145535-257def3b535112 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241111161229-97a5687f2e3f11 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241109183321-b3834bf559cd09 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241109183230-b234ead9649909 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241109180638-a756a0484f2109 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241109180553-34e816ff7c8a09 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241105211712-841262341ac605 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241104193946-1ddeceaa828604 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241101125730-6acfc74a65b801 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241101111629-25c216e2b62301 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241101111125-af0091c370ed01 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241101111035-2c4ac8b2866d01 Nov 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241031185531-9643e08232ed31 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241031170012-64f201f4a3e131 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241031165923-032159149c6331 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241031164428-479df08d633431 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241031164328-0a4bcfa7a3f631 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241031163701-e268a581cedf31 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241031161209-9ed353ebe3bd31 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241031161109-8a008282323d31 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241031151603-de0e06155bbe31 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241031144506-7f5274b34d9e31 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241031144416-f6556b579ffd31 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241030194402-3cd7577b060330 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241030182924-2e60b84c831230 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241030182742-35877a1b2e3b30 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241029134548-df9c7f9cf7bd29 Oct 2024 pre-releaseNothing published for this version
-
v1.0.3-0.20241029134452-d85737bfb8e929 Oct 2024 pre-releaseNothing published for this version