GitPedia
donseba

donseba/go-htmx

Seamless HTMX integration in golang applications

23 Releases
Latest: 2mo ago
v1.13.1Latest
donsebadonseba·2mo ago·April 7, 2026
GitHub

📋 What's Changed

  • Update LocationInput struct to use omitempty for optional fields by @filipemarques87 in https://github.com/donseba/go-htmx/pull/29

New Contributors

  • @filipemarques87 made their first contribution in https://github.com/donseba/go-htmx/pull/29
  • Full Changelog: https://github.com/donseba/go-htmx/compare/v1.12.1...v1.13.1
v1.13
donsebadonseba·2mo ago·March 29, 2026
GitHub

📋 What's Changed

  • Update LocationInput struct to use omitempty for optional fields by @filipemarques87 in https://github.com/donseba/go-htmx/pull/29

New Contributors

  • @filipemarques87 made their first contribution in https://github.com/donseba/go-htmx/pull/29
  • Full Changelog: https://github.com/donseba/go-htmx/compare/v1.12.1...v1.13
v1.12.1
donsebadonseba·4mo ago·February 1, 2026
GitHub

📋 What's Changed

  • Remove debug print statement from SSE message formatting by @WillAbides in https://github.com/donseba/go-htmx/pull/24
  • Added the required path field to the HX-Location response header. by @Thingographist in https://github.com/donseba/go-htmx/pull/25

New Contributors

  • @WillAbides made their first contribution in https://github.com/donseba/go-htmx/pull/24
  • @Thingographist made their first contribution in https://github.com/donseba/go-htmx/pull/25
  • Full Changelog: https://github.com/donseba/go-htmx/compare/v1.12.0...v1.12.1
v1.12.0
donsebadonseba·1y ago·December 4, 2024
GitHub

📋 What's Changed

  • Read templates from fs.FS to allow for embedding by @gaqzi in https://github.com/donseba/go-htmx/pull/22

New Contributors

  • @gaqzi made their first contribution in https://github.com/donseba/go-htmx/pull/22
  • Full Changelog: https://github.com/donseba/go-htmx/compare/v1.11.3...v1.12.0
v1.11.3
donsebadonseba·1y ago·September 27, 2024
GitHub

📋 What's Changed

  • Fixed render example by @timrach in https://github.com/donseba/go-htmx/pull/20

New Contributors

  • @timrach made their first contribution in https://github.com/donseba/go-htmx/pull/20
  • Full Changelog: https://github.com/donseba/go-htmx/compare/v1.11.2...v1.11.3
v1.11.2
donsebadonseba·1y ago·September 26, 2024
GitHub

📋 What's Changed

  • Create FUNDING.yml by @donseba in https://github.com/donseba/go-htmx/pull/19
  • Full Changelog: https://github.com/donseba/go-htmx/compare/v1.11.1...v1.11.2
v1.11.1
donsebadonseba·1y ago·September 26, 2024
GitHub

📋 What's Changed

  • Rename COMPONENT.md to COMPONENTS.md by @donseba in https://github.com/donseba/go-htmx/pull/18
  • Full Changelog: https://github.com/donseba/go-htmx/compare/v1.11.0...v1.11.1
v1.11.0
donsebadonseba·1y ago·September 26, 2024
GitHub

📋 What's Changed

  • add a way to pass functions to templates.
  • added documentation for component and partial rendering.
  • added design decisions and lob file.
  • Full Changelog: https://github.com/donseba/go-htmx/compare/v1.10.0...v1.11.0
v1.10.0
donsebadonseba·1y ago·August 31, 2024
GitHub

📋 What's Changed

  • Use gonew to create new project base on template by @cxjava in https://github.com/donseba/go-htmx/pull/15
  • adding game examples , snake and tictactoe by @donseba in https://github.com/donseba/go-htmx/pull/16

New Contributors

  • @cxjava made their first contribution in https://github.com/donseba/go-htmx/pull/15
  • Full Changelog: https://github.com/donseba/go-htmx/compare/v1.9.0...v1.10.0
Component Renderingv1.9.0
donsebadonseba·2y ago·June 22, 2024
GitHub

📋 What's Changed

  • adding render component to add the functionality needed actually rendering (partial) html by @donseba in https://github.com/donseba/go-htmx/pull/14
  • Full Changelog: https://github.com/donseba/go-htmx/compare/v1.8.0...v1.9.0
v1.8.0
donsebadonseba·2y ago·March 16, 2024
GitHub

📋 What's Changed

  • allow notifications to be added as another event by @MarhyCZ in https://github.com/donseba/go-htmx/pull/13

New Contributors

  • @MarhyCZ made their first contribution in https://github.com/donseba/go-htmx/pull/13
  • Full Changelog: https://github.com/donseba/go-htmx/compare/v1.7.0...v1.8.0
add SSE Integrationv1.7.0
donsebadonseba·2y ago·March 9, 2024
GitHub
extend docsv1.6.1
donsebadonseba·2y ago·March 5, 2024
GitHub
v1.6.0
donsebadonseba·2y ago·February 4, 2024
GitHub

📋 What's Changed

  • add just/must helpers and logger by @donseba in https://github.com/donseba/go-htmx/pull/9
  • Full Changelog: https://github.com/donseba/go-htmx/compare/v1.5.2...v1.6.0
golangci-lint addedv1.5.2
donsebadonseba·2y ago·January 26, 2024
GitHub

golangci-lint added

additional utility classes v1.5.1
donsebadonseba·2y ago·January 26, 2024
GitHub

additional utility classes

notificationv1.5.0
donsebadonseba·2y ago·January 19, 2024
GitHub

Notification utility classes have been added to simplify sending notifications back to the frontend.

Tests and readme updatev1.4.0
donsebadonseba·2y ago·January 10, 2024
GitHub
v1.3.0
donsebadonseba·2y ago·January 8, 2024
GitHub
v1.2.0
donsebadonseba·2y ago·December 16, 2023
GitHub

Added the PR from @ReneHollander regarding behavor of Handler.Write and Handler.WriteHeader to be more like http.ResponseWriter.

v1.1.0
donsebadonseba·2y ago·October 30, 2023
GitHub
v1.0.1
donsebadonseba·3y ago·March 17, 2023
GitHub
v1.0.0
donsebadonseba·3y ago·March 11, 2023
GitHub