Breaking changes
- Rename
.rt
method to.to
(#539)
New Features
- Support json request key parameters (#555)
- Add
fh_cfg["auto_name"]
option (#548) - Allow generators etc as responses (#547)
- Add experimental
body_wrap
attr toFastHTML
(#546) - Auto-add headers to notebook in
FastHTML
(#544) - Allow FT components to be used directly as id and
hx_target
values #544) - Add
host
param to JupyUvi, defaulting to "0.0.0.0" (#543) - In-jupyter HTMX web apps! (#541)
- Add HTTP verb methods to
APIRouter
(#538) - Support
WebSocket
type annotation inapp.ws
handlers (#538)
Bugs Squashed
- Add
nb_hdrs
tofast_app
(#551), thanks to @Isaac-Flath