3️⃣ Version 0.3.0
Pre-release
Pre-release
Because having just one release in a day isn't enough. 😅
Changelog
- New HTTP status code:
htmx.StatusStopPolling
is a constant with the value 286 that tells HTMX to stop polling for an element. - Bug fix: The type of the
Values
field inhtmx.LocationContext
has been modified from[]string
tomap[string]string
.- I saw that the type in the equivalent HTMX Django library (reference) is a
dict[str, str]
, so here it should be the equivalent,map[string]string
.
- I saw that the type in the equivalent HTMX Django library (reference) is a
- Documentation: Added a few more links to the HTMX documentation in the exported doc comments.
- Happy document reading!