File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6+
7+ ## 0.1.0 - 2022-05-30
8+
9+ _ Initial release_
10+
11+ ## Added
12+
13+ * Add ` HtmxDetails ` that facilitates working with ` HX-* ` request headers.
14+ * Add ` HtmxMiddleware ` that automatically adds an ` HtmxDetails ` instance as ` scope["htmx"] ` .
15+ * Add ` HtmxRequest ` that facilitates type hinting ` request.scope["htmx"] ` in Starlette-based frameworks.
Original file line number Diff line number Diff line change 1212
1313## Installation
1414
15- Not on PyPI yet. For now, try ` asgi-htmx ` out by installing from git:
15+ ** NOTE ** : This is alpha software. Please be sure to pin your dependencies.
1616
1717```
18- pip install git+https://github.com/florimondmanca/ asgi-htmx.git
18+ pip install asgi-htmx==0.1.*
1919```
2020
2121## Quickstart
Original file line number Diff line number Diff line change 66except ImportError : # pragma: no cover
77 pass # Starlette not installed.
88
9- __version__ = "0.0.1 "
9+ __version__ = "0.1.0 "
1010
1111__all__ = [
1212 "__version__" ,
You can’t perform that action at this time.
0 commit comments