Skip to content

Releases: AnswerDotAI/fasthtml

v0.3.3

11 Aug 22:29
Compare
Choose a tag to compare

New Features

  • Default route name to function name if method provided (#263)
  • surreal and htmx bool params for FastHTML and fast_app (#258)

v0.3.2

11 Aug 08:52
Compare
Choose a tag to compare

New Features

  • generic list annotated params double-wrapped (#253)
  • Add Prev() (#253)
  • ft_cfg config defaults (#251)
  • Make fill_form set selected option (#185), thanks to @ostwilkens

Bugs Squashed

  • Use re.fullmatch for Beforeware (#221), thanks to @justbur

v0.3.1

10 Aug 16:57
Compare
Choose a tag to compare

Bugs Squashed

  • Alpine regex not constrained to attr start (#242)

v0.3.0

10 Aug 07:12
Compare
Choose a tag to compare

Breaking changes

  • Do not make session vars available as direct params (#237)

New Features

  • Add surreal.js helpers Me, Any, On (#238)
  • Alpine support (#238)
  • Add support for application/json in POST requests (#234), thanks to @khoaHyh
  • Wrap Starlette's session in an AttrDict (#213), thanks to @jbellis
  • Handle mismatches between existing db and schema (#202), thanks to @ncoop57
  • Raise warning if type is not passed (#195)

Bugs Squashed

  • railway deploy doesn't check for project name (#230), thanks to @gautam-e

v0.2.4

05 Aug 13:13
Compare
Choose a tag to compare

Bugs Squashed

  • Signature may not resolve types from str (#198)

v0.2.3

05 Aug 06:32
Compare
Choose a tag to compare

New Features

v0.2.2

05 Aug 04:01
Compare
Choose a tag to compare

New Features

  • Check for railway app version (#192)
  • Update flat_xt to handle single FT item (#190)
  • Support FT in HTTPException handling (#175)
  • Add pep8_app.py (#163)
  • Add support for LaTeX formula rendering when rendering markdown (#158), thanks to @yym68686
  • Add to request: req.hdrs,req.ftrs,req.htmlkw,req.bodykw (#152)
  • Add htmlkw to fast_app (#145), thanks to @ranzuh
  • Add Form for multipart form data; initial poetry compatibility for serve (#137)
  • changes toast names to avoid conflict with bootstrap (#133), thanks to @vacmar01
  • Automatically move ('title','meta','link','style','base') into head (#122)
  • Allow for Any or FT as return type of routes (#112)

v0.2.1

30 Jul 01:09
Compare
Choose a tag to compare

Bugs Squashed

  • railway deploy did not connect mount point on first use (#89)

v0.2.0

29 Jul 20:34
Compare
Choose a tag to compare
  • Initial launch version

v0.1.11

28 Jul 03:17
Compare
Choose a tag to compare

Breaking changes

  • Rename run_uv to serve (#84)