Releases: AnswerDotAI/fasthtml
Releases · AnswerDotAI/fasthtml
v0.12.19
New Features
seeded
option for unqid
(#741)
v0.12.18
New Features
- Add canonical link option (#735)
- Add onevent kwargs (#734)
v0.12.17
New Features
- Check for "hx-history-restore-request" for identifying full page request (#733)
- Set
"vary": "HX-Request, HX-History-Restore-Request"
(#733)
- Allow background tasks in tuple for non-FT responses (#733)
v0.12.16
New Features
- Add morph extension (#727)
- Add
devtools_json
(#725)
- fallback stringify FT with
to_xml
(#724)
v0.12.15
New Features
- Pass through kwargs in
show
(#723)
v0.12.14
New Features
- docsrc support in
show
(#717)
- Add
GoogleAppClient.consent_url
(#707)
Bugs Squashed
v0.12.13
New Features
- Add
GoogleAppClient.consent_url
(#707)
Bugs Squashed
- Fix Discord Client (#716), thanks to @erikgaas
- The discord client wasn't working for me so I had to make some changes to get it to work.
v0.12.12
Bugs Squashed
- inserts toasts at top of the page (#704), thanks to @comhar