PackageTrack
Sign in Get early access

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 2025
2025 2026
Release Pre-release

Releases

latest 60 of 386
  1. v1.2.4-0.20250927155743-5d9c2f8ada8d 27 Sep 2025 pre-release

    Nothing published for this version

  2. v1.2.4-0.20250816144751-72c171709e59 16 Aug 2025 pre-release

    Nothing published for this version

  3. v1.2.4-0.20250815140546-5dba9d01672f 15 Aug 2025 pre-release

    Nothing published for this version

  4. v1.2.4-0.20250703190802-6f29b307ec61 03 Jul 2025 pre-release

    Nothing published for this version

  5. v1.2.4-0.20250703190716-06f01b3d7c1b 03 Jul 2025 pre-release

    Nothing published for this version

  6. v1.2.4-0.20250124175101-d555e5337ffc 24 Jan 2025 pre-release

    Nothing published for this version

  7. v1.2.4-0.20250124173653-d9c7fb3936d7 24 Jan 2025 pre-release

    Nothing published for this version

  8. v1.2.4-0.20250106162711-66b6dfffd30c 06 Jan 2025 pre-release

    Nothing published for this version

  9. v1.2.4-0.20250106162619-24b41a7604a5 06 Jan 2025 pre-release

    Nothing published for this version

  10. v1.2.4-0.20241111155509-dc8a62313cdf 11 Nov 2024 pre-release

    Nothing published for this version

  11. v1.2.4-0.20241101120958-2346708ab1db 01 Nov 2024 pre-release

    Nothing published for this version

  12. v1.0.6-0.20250106162619-24b41a7604a5 06 Jan 2025 pre-release

    Nothing published for this version

  13. v1.0.6-0.20250106162449-4f537567ad5a 06 Jan 2025 pre-release

    Nothing published for this version

  14. v1.0.6-0.20241130165742-0d61b12561ef 30 Nov 2024 pre-release

    Nothing published for this version

  15. v1.0.6-0.20241128161323-3f719d70115b 28 Nov 2024 pre-release

    Nothing published for this version

  16. v1.0.6-0.20241125170340-331f4cde8201 25 Nov 2024 pre-release

    Nothing published for this version

  17. v1.0.6-0.20241124161141-c924f63ffbf9 24 Nov 2024 pre-release

    Nothing published for this version

  18. v1.0.6-0.20241123080815-15655d5c0243 23 Nov 2024 pre-release

    Nothing published for this version

  19. v1.0.6-0.20241121135423-d325677a1f69 21 Nov 2024 pre-release

    Nothing published for this version

  20. v1.0.5 16 Nov 2024
    Release notes

    Small release this time, added 2 new JS commands

    1. 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')`)
    	  ),
        )
    )
    1. 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'

    Open source →
  21. v1.0.3-0.20241119001451-01e4568c48cc 19 Nov 2024 pre-release

    Nothing published for this version

  22. v1.0.3-0.20241118172849-519be8771d8f 18 Nov 2024 pre-release

    Nothing published for this version

  23. v1.0.3-0.20241116145258-909d38c7f412 16 Nov 2024 pre-release

    Nothing published for this version

  24. v1.0.3-0.20241116145200-825c4dd7ecca 16 Nov 2024 pre-release

    Nothing published for this version

  25. v1.0.3-0.20241116144503-ef83e34b1ebb 16 Nov 2024 pre-release

    Nothing published for this version

  26. v1.0.3-0.20241114155453-a1af01a48068 14 Nov 2024 pre-release

    Nothing published for this version

  27. v1.0.3-0.20241113001620-971f05c00510 13 Nov 2024 pre-release

    Nothing published for this version

  28. v1.0.3-0.20241112221242-3a3039609fb7 12 Nov 2024 pre-release

    Nothing published for this version

  29. v1.0.3-0.20241112214706-79b15fe19454 12 Nov 2024 pre-release

    Nothing published for this version

  30. v1.0.3-0.20241112194031-c593c466a313 12 Nov 2024 pre-release

    Nothing published for this version

  31. v1.0.3-0.20241112190933-3fda1039a963 12 Nov 2024 pre-release

    Nothing published for this version

  32. v1.0.3-0.20241112190420-423fd3f42985 12 Nov 2024 pre-release

    Nothing published for this version

  33. v1.0.3-0.20241112145535-257def3b5351 12 Nov 2024 pre-release

    Nothing published for this version

  34. v1.0.3-0.20241111161229-97a5687f2e3f 11 Nov 2024 pre-release

    Nothing published for this version

  35. v1.0.3-0.20241109183321-b3834bf559cd 09 Nov 2024 pre-release

    Nothing published for this version

  36. v1.0.3-0.20241109183230-b234ead96499 09 Nov 2024 pre-release

    Nothing published for this version

  37. v1.0.3-0.20241109180638-a756a0484f21 09 Nov 2024 pre-release

    Nothing published for this version

  38. v1.0.3-0.20241109180553-34e816ff7c8a 09 Nov 2024 pre-release

    Nothing published for this version

  39. v1.0.3-0.20241105211712-841262341ac6 05 Nov 2024 pre-release

    Nothing published for this version

  40. v1.0.3-0.20241104193946-1ddeceaa8286 04 Nov 2024 pre-release

    Nothing published for this version

  41. v1.0.3-0.20241101125730-6acfc74a65b8 01 Nov 2024 pre-release

    Nothing published for this version

  42. v1.0.3-0.20241101111629-25c216e2b623 01 Nov 2024 pre-release

    Nothing published for this version

  43. v1.0.3-0.20241101111125-af0091c370ed 01 Nov 2024 pre-release

    Nothing published for this version

  44. v1.0.3-0.20241101111035-2c4ac8b2866d 01 Nov 2024 pre-release

    Nothing published for this version

  45. v1.0.3-0.20241031185531-9643e08232ed 31 Oct 2024 pre-release

    Nothing published for this version

  46. v1.0.3-0.20241031170012-64f201f4a3e1 31 Oct 2024 pre-release

    Nothing published for this version

  47. v1.0.3-0.20241031165923-032159149c63 31 Oct 2024 pre-release

    Nothing published for this version

  48. v1.0.3-0.20241031164428-479df08d6334 31 Oct 2024 pre-release

    Nothing published for this version

  49. v1.0.3-0.20241031164328-0a4bcfa7a3f6 31 Oct 2024 pre-release

    Nothing published for this version

  50. v1.0.3-0.20241031163701-e268a581cedf 31 Oct 2024 pre-release

    Nothing published for this version

  51. v1.0.3-0.20241031161209-9ed353ebe3bd 31 Oct 2024 pre-release

    Nothing published for this version

  52. v1.0.3-0.20241031161109-8a008282323d 31 Oct 2024 pre-release

    Nothing published for this version

  53. v1.0.3-0.20241031151603-de0e06155bbe 31 Oct 2024 pre-release

    Nothing published for this version

  54. v1.0.3-0.20241031144506-7f5274b34d9e 31 Oct 2024 pre-release

    Nothing published for this version

  55. v1.0.3-0.20241031144416-f6556b579ffd 31 Oct 2024 pre-release

    Nothing published for this version

  56. v1.0.3-0.20241030194402-3cd7577b0603 30 Oct 2024 pre-release

    Nothing published for this version

  57. v1.0.3-0.20241030182924-2e60b84c8312 30 Oct 2024 pre-release

    Nothing published for this version

  58. v1.0.3-0.20241030182742-35877a1b2e3b 30 Oct 2024 pre-release

    Nothing published for this version

  59. v1.0.3-0.20241029134548-df9c7f9cf7bd 29 Oct 2024 pre-release

    Nothing published for this version

  60. v1.0.3-0.20241029134452-d85737bfb8e9 29 Oct 2024 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive