Skip to content

Releases: AnswerDotAI/fasthtml

v0.12.50

13 Mar 20:35

Choose a tag to compare

New Features

  • Add HostRoute class for host-header based routing with pattern matching (#843)

Bugs Squashed

  • Fix _fix_anno mangling bare list annotations (#841), thanks to @jackhogan

v0.12.49

13 Mar 20:15

Choose a tag to compare

New Features

  • Add HostRoute class for host-header based routing with pattern matching (#843)

Bugs Squashed

  • Fix _fix_anno mangling bare list annotations (#841), thanks to @jackhogan

v0.12.48

02 Mar 17:59

Choose a tag to compare

Bugs Squashed

  • Cache request body if content-type header is not multipart/form-data (#837), thanks to @curtis-allan

v0.12.47

21 Feb 02:20

Choose a tag to compare

New Features

  • Make ApiReturn callable without positional args by defaulting norm to None (#833)
  • Add __bool__ method to ApiReturn for direct boolean context support (#832)

v0.12.46

21 Feb 02:18

Choose a tag to compare

New Features

  • Add __bool__ method to ApiReturn for direct boolean context support (#832)

v0.12.45

21 Feb 00:46

Choose a tag to compare

  • Add all HTTP request param handling to websockets too

v0.12.44

20 Feb 23:01

Choose a tag to compare

  • Add all HTTP request param handling to websockets too

v0.12.43

20 Feb 05:02

Choose a tag to compare

New Features

  • Add ApiReturn class for dual browser/API responses in route handlers (#831)

v0.12.42

16 Feb 02:10

Choose a tag to compare

New Features

  • Add uvicorn kwargs to serve() with @Delegates(uvicorn.run) and add colored link output (#830)

v0.12.41

07 Feb 00:39

Choose a tag to compare

New Features

  • Add async OAuth methods and make OAuth handlers async (#828)
  • Add State injection support for route handlers via type annotation or arg name (#827)