| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-10 | 992 Bytes | |
| v0.14.0 source code.tar.gz | 2026-05-10 | 3.2 MB | |
| v0.14.0 source code.zip | 2026-05-10 | 3.2 MB | |
| Totals: 3 Items | 6.4 MB | 0 | |
Breaking changes
The following imports have been removed from fasthtml.common:
:::py
import uvicorn
from apswutils import Database
from fastlite import *
from .pico import *
New Features
- Speed up imports (#876)
- Add class-based route groups:
@rton a class registers each HTTP method handler at the same path (#872) - daemon JupyUvi for notebook testing (#869), thanks to @kafkasl
- Add FastHTMLTestClient with session decoding and get_testclient method (#868)
- allow multiple route before functions (#867), thanks to @RensDimmendaal
- Add "route beforeware" (#866)