Skip to content

3️⃣ Version 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@angelofallars angelofallars released this 24 Nov 01:37
· 43 commits to main since this 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 in htmx.LocationContext has been modified from []string to map[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.
  • Documentation: Added a few more links to the HTMX documentation in the exported doc comments.
    • Happy document reading!