Skip to content

Releases: florimondmanca/asgi-htmx

Release list

Version 0.1.0

Choose a tag to compare

@florimondmanca florimondmanca released this 30 May 19:20

0.1.0 - 2022-05-30

Initial release

Added

  • Add HtmxDetails that facilitates working with HX-* request headers.
  • Add HtmxMiddleware that automatically adds an HtmxDetails instance as scope["htmx"].
  • Add HtmxRequest that facilitates type hinting request.scope["htmx"] in Starlette-based frameworks.