Releases: AnswerDotAI/fasthtml
Releases · AnswerDotAI/fasthtml
v0.12.4
v0.12.3
v0.12.2
v0.12.1
New Features
- Add JupyUviAsync (#640)
- Handling for query or url params in qp/to (#638), thanks to @Isaac-Flath
- Add pdf extension to static routes (#616), thanks to @pydanny
Bugs Squashed
v0.12.0
v0.11.0
v0.10.3
v0.10.2
New Features
- Adds
body_wrap
bits to APIRouter (#612), thanks to @ohmeow - Fix/add default title (#604), thanks to @banditburai
- upgrade to htmx@2.0.4, fasthtml-js@1.0.12, etc to latest version (#603), thanks to @pratapvardhan
- Optimise highlightjs usage (#602), thanks to @curtis-allan
- Use explicit version numbers in cdn links (#599), thanks to @curtis-allan
- Made route functions accesible from an instance of APIRouter as well … (#598), thanks to @ohmeow
- Improved APIRouter to allow for prefixs and discrovery (#594), thanks to @ohmeow
v0.10.1
v0.10.0
Breaking changes
- The OAuth API is now simplified to only require
chk_auth
, and no longer useslogin
.chk_auth
should either returnFalse
(meaning not authenticated) or aRedirectResponse
. After authentication, theauth
parameter will be provided to handlers, which will have the oauth ID.
New Features
- Simplify OAuth API (#580)
- Include session param in websockets handlers (#563), thanks to @callmephilip
- Add path to jupy HTMX (#503)