Skip to content

Releases: AnswerDotAI/fasthtml

v0.13.2

27 Mar 03:55

Choose a tag to compare

Bugs Squashed

  • Fix ws header lookup key mismatch (#853), thanks to @dienhoa

v0.13.1

24 Mar 02:32

Choose a tag to compare

New Features

  • Refactor lifespan handling into Lifespan class with on_event support and add add_websocket_route method (#851)

v0.13.0

23 Mar 22:27

Choose a tag to compare

New Features

  • Add _mk_lifespan helper to wrap on_startup/on_shutdown for Starlette 1.x compatibility (#850)

Bugs Squashed

  • missing format_datetime (#846)

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