Releases: donseba/go-htmx
Releases · donseba/go-htmx
Release list
v1.13.1
What's Changed
- Update LocationInput struct to use omitempty for optional fields by @filipemarques87 in #29
New Contributors
- @filipemarques87 made their first contribution in #29
Full Changelog: v1.12.1...v1.13.1
v1.13
What's Changed
- Update LocationInput struct to use omitempty for optional fields by @filipemarques87 in #29
New Contributors
- @filipemarques87 made their first contribution in #29
Full Changelog: v1.12.1...v1.13
v1.12.1
What's Changed
- Remove debug print statement from SSE message formatting by @WillAbides in #24
- Added the required path field to the HX-Location response header. by @Thingographist in #25
New Contributors
- @WillAbides made their first contribution in #24
- @Thingographist made their first contribution in #25
Full Changelog: v1.12.0...v1.12.1
v1.12.0
v1.11.3
v1.11.2
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: v1.10.0...v1.11.0
v1.10.0
Component Rendering
What's Changed
- adding render component to add the functionality needed actually rendering (partial) html by @donseba in #14
Full Changelog: v1.8.0...v1.9.0