PackageTrack

Go modules · #1801

github.com/maddalax/htmgo

v1.0.5maddalax/htmgo

Release timeline

386 releases since 2024
20252026

Releases

  1. v1.2.4-0.20250927155743-5d9c2f8ada8d27 Sept 2025pre-release

    Nothing published for this version

  2. v1.2.4-0.20250816144751-72c171709e5916 Aug 2025pre-release

    Nothing published for this version

  3. v1.2.4-0.20250815140546-5dba9d01672f15 Aug 2025pre-release

    Nothing published for this version

  4. v1.2.4-0.20250703190802-6f29b307ec613 Jul 2025pre-release

    Nothing published for this version

  5. v1.2.4-0.20250703190716-06f01b3d7c1b3 Jul 2025pre-release

    Nothing published for this version

  6. v1.2.4-0.20250124175101-d555e5337ffc24 Jan 2025pre-release

    Nothing published for this version

  7. v1.2.4-0.20250124173653-d9c7fb3936d724 Jan 2025pre-release

    Nothing published for this version

  8. v1.2.4-0.20250106162711-66b6dfffd30c6 Jan 2025pre-release

    Nothing published for this version

  9. v1.2.4-0.20250106162619-24b41a7604a56 Jan 2025pre-release

    Nothing published for this version

  10. v1.2.4-0.20241111155509-dc8a62313cdf11 Nov 2024pre-release

    Nothing published for this version

  11. v1.2.4-0.20241101120958-2346708ab1db1 Nov 2024pre-release

    Nothing published for this version

  12. v1.0.6-0.20250106162619-24b41a7604a56 Jan 2025pre-release

    Nothing published for this version

  13. v1.0.6-0.20250106162449-4f537567ad5a6 Jan 2025pre-release

    Nothing published for this version

  14. v1.0.6-0.20241130165742-0d61b12561ef30 Nov 2024pre-release

    Nothing published for this version

  15. v1.0.6-0.20241128161323-3f719d70115b28 Nov 2024pre-release

    Nothing published for this version

  16. v1.0.6-0.20241125170340-331f4cde820125 Nov 2024pre-release

    Nothing published for this version

  17. v1.0.6-0.20241124161141-c924f63ffbf924 Nov 2024pre-release

    Nothing published for this version

  18. v1.0.6-0.20241123080815-15655d5c024323 Nov 2024pre-release

    Nothing published for this version

  19. v1.0.6-0.20241121135423-d325677a1f6921 Nov 2024pre-release

    Nothing published for this version

  20. v1.0.516 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-01e4568c48cc19 Nov 2024pre-release

    Nothing published for this version

  22. v1.0.3-0.20241118172849-519be8771d8f18 Nov 2024pre-release

    Nothing published for this version

  23. v1.0.3-0.20241116145258-909d38c7f41216 Nov 2024pre-release

    Nothing published for this version

  24. v1.0.3-0.20241116145200-825c4dd7ecca16 Nov 2024pre-release

    Nothing published for this version

  25. v1.0.3-0.20241116144503-ef83e34b1ebb16 Nov 2024pre-release

    Nothing published for this version

  26. v1.0.3-0.20241114155453-a1af01a4806814 Nov 2024pre-release

    Nothing published for this version

  27. v1.0.3-0.20241113001620-971f05c0051013 Nov 2024pre-release

    Nothing published for this version

  28. v1.0.3-0.20241112221242-3a3039609fb712 Nov 2024pre-release

    Nothing published for this version

  29. v1.0.3-0.20241112214706-79b15fe1945412 Nov 2024pre-release

    Nothing published for this version

  30. v1.0.3-0.20241112194031-c593c466a31312 Nov 2024pre-release

    Nothing published for this version

  31. v1.0.3-0.20241112190933-3fda1039a96312 Nov 2024pre-release

    Nothing published for this version

  32. v1.0.3-0.20241112190420-423fd3f4298512 Nov 2024pre-release

    Nothing published for this version

  33. v1.0.3-0.20241112145535-257def3b535112 Nov 2024pre-release

    Nothing published for this version

  34. v1.0.3-0.20241111161229-97a5687f2e3f11 Nov 2024pre-release

    Nothing published for this version

  35. v1.0.3-0.20241109183321-b3834bf559cd9 Nov 2024pre-release

    Nothing published for this version

  36. v1.0.3-0.20241109183230-b234ead964999 Nov 2024pre-release

    Nothing published for this version

  37. v1.0.3-0.20241109180638-a756a0484f219 Nov 2024pre-release

    Nothing published for this version

  38. v1.0.3-0.20241109180553-34e816ff7c8a9 Nov 2024pre-release

    Nothing published for this version

  39. v1.0.3-0.20241105211712-841262341ac65 Nov 2024pre-release

    Nothing published for this version

  40. v1.0.3-0.20241104193946-1ddeceaa82864 Nov 2024pre-release

    Nothing published for this version

  41. v1.0.3-0.20241101125730-6acfc74a65b81 Nov 2024pre-release

    Nothing published for this version

  42. v1.0.3-0.20241101111629-25c216e2b6231 Nov 2024pre-release

    Nothing published for this version

  43. v1.0.3-0.20241101111125-af0091c370ed1 Nov 2024pre-release

    Nothing published for this version

  44. v1.0.3-0.20241101111035-2c4ac8b2866d1 Nov 2024pre-release

    Nothing published for this version

  45. v1.0.3-0.20241031185531-9643e08232ed31 Oct 2024pre-release

    Nothing published for this version

  46. v1.0.3-0.20241031170012-64f201f4a3e131 Oct 2024pre-release

    Nothing published for this version

  47. v1.0.3-0.20241031165923-032159149c6331 Oct 2024pre-release

    Nothing published for this version

  48. v1.0.3-0.20241031164428-479df08d633431 Oct 2024pre-release

    Nothing published for this version

  49. v1.0.3-0.20241031164328-0a4bcfa7a3f631 Oct 2024pre-release

    Nothing published for this version

  50. v1.0.3-0.20241031163701-e268a581cedf31 Oct 2024pre-release

    Nothing published for this version

  51. v1.0.3-0.20241031161209-9ed353ebe3bd31 Oct 2024pre-release

    Nothing published for this version

  52. v1.0.3-0.20241031161109-8a008282323d31 Oct 2024pre-release

    Nothing published for this version

  53. v1.0.3-0.20241031151603-de0e06155bbe31 Oct 2024pre-release

    Nothing published for this version

  54. v1.0.3-0.20241031144506-7f5274b34d9e31 Oct 2024pre-release

    Nothing published for this version

  55. v1.0.3-0.20241031144416-f6556b579ffd31 Oct 2024pre-release

    Nothing published for this version

  56. v1.0.3-0.20241030194402-3cd7577b060330 Oct 2024pre-release

    Nothing published for this version

  57. v1.0.3-0.20241030182924-2e60b84c831230 Oct 2024pre-release

    Nothing published for this version

  58. v1.0.3-0.20241030182742-35877a1b2e3b30 Oct 2024pre-release

    Nothing published for this version

  59. v1.0.3-0.20241029134548-df9c7f9cf7bd29 Oct 2024pre-release

    Nothing published for this version

  60. v1.0.3-0.20241029134452-d85737bfb8e929 Oct 2024pre-release

    Nothing published for this version