Skip to content

v0.4.0

Compare
Choose a tag to compare
@robertwayne robertwayne released this 24 Oct 03:54
· 51 commits to main since this release
c85fc83

v0.4.0

  • Added support for all htmx response headers via a type implementing IntoResponseParts. These "responders" allow you to simply and safely apply the HX-* headers to any of your responses. Thanks to @pfz4 for the implementation work! (#5)

You can find a list of all the responders in the README and API documentation. The README also contains a couple examples on using responders.