Skip to content

Releases: AnswerDotAI/fasthtml

v0.12.4

01 Mar 22:50
Compare
Choose a tag to compare

New Features

  • Add Google Credentials helpers (#661)

v0.12.3

01 Mar 07:21
Compare
Choose a tag to compare

New Features

  • oauth login_link kwargs (#660)

Bugs Squashed

v0.12.2

01 Mar 07:14
Compare
Choose a tag to compare

New Features

  • oauth login_link access_type (#660)

Bugs Squashed

v0.12.1

31 Jan 04:56
Compare
Choose a tag to compare

New Features

  • Add JupyUviAsync (#640)
  • Handling for query or url params in qp/to (#638), thanks to @Isaac-Flath
  • Add pdf extension to static routes (#616), thanks to @pydanny

Bugs Squashed

  • HTML tag from fastcore.xml is shadowed (#634)
  • Exception Handlers Return 200 Status Code Instead of Original Error Code (#633)

v0.12.0

06 Jan 20:19
Compare
Choose a tag to compare

Breaking changes

  • Update fastlite dep to 0.1.1 (#626)
    • This version of fastlite uses apsw, instead of the stdlib's sqlite3.

v0.11.0

05 Jan 05:45
Compare
Choose a tag to compare

Breaking changes

  • FT components now stringify as their id if they have one

New Features

  • Create unique route names for nested functions (#622)
  • Pass id=True when creating a component to get an auto unique id (#622)
  • Add + to FT components (#622)

v0.10.3

25 Dec 21:11
Compare
Choose a tag to compare

Bugs Squashed

  • Update sqlite-minutils to apswutils in fasthtml.common

v0.10.2

23 Dec 22:02
Compare
Choose a tag to compare

New Features

  • Adds body_wrap bits to APIRouter (#612), thanks to @ohmeow
  • Fix/add default title (#604), thanks to @banditburai
  • upgrade to htmx@2.0.4, fasthtml-js@1.0.12, etc to latest version (#603), thanks to @pratapvardhan
  • Optimise highlightjs usage (#602), thanks to @curtis-allan
  • Use explicit version numbers in cdn links (#599), thanks to @curtis-allan
  • Made route functions accesible from an instance of APIRouter as well … (#598), thanks to @ohmeow
  • Improved APIRouter to allow for prefixs and discrovery (#594), thanks to @ohmeow

v0.10.1

01 Dec 23:51
Compare
Choose a tag to compare

New Features

  • Add Auth0AppClient, thanks to 78wesley (#589)
  • configurable toast duration (#587), thanks to @comhar

v0.10.0

19 Nov 00:03
Compare
Choose a tag to compare

Breaking changes

  • The OAuth API is now simplified to only require chk_auth, and no longer uses login. chk_auth should either return False (meaning not authenticated) or a RedirectResponse. After authentication, the auth parameter will be provided to handlers, which will have the oauth ID.

New Features

  • Simplify OAuth API (#580)
  • Include session param in websockets handlers (#563), thanks to @callmephilip
  • Add path to jupy HTMX (#503)