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.StatusStopPollingis a constant with the value 286 that tells HTMX to stop polling for an element. - Bug fix: The type of the
Valuesfield inhtmx.LocationContexthas been modified from[]stringtomap[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!