donseba/go-htmx
Seamless HTMX integration in golang applications
23 Releases
Latest: 2mo ago
v1.13.1Latest
📋 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
📋 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
📋 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
📋 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
📋 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
📋 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
📋 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
📋 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
📋 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
📋 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
📋 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
extend docsv1.6.1
v1.6.0
📋 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
golangci-lint added
additional utility classes v1.5.1
additional utility classes
notificationv1.5.0
Notification utility classes have been added to simplify sending notifications back to the frontend.
Tests and readme updatev1.4.0
v1.3.0
v1.2.0
Added the PR from @ReneHollander regarding behavor of Handler.Write and Handler.WriteHeader to be more like http.ResponseWriter.
v1.1.0
v1.0.1
v1.0.0
