Skip to content

Releases: AnswerDotAI/fasthtml

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)

v0.1.10

27 Jul 22:45
Compare
Choose a tag to compare

Dependencies

  • Update for fastcore XT to FT name change

v0.1.9

27 Jul 09:44
Compare
Choose a tag to compare

New Features

  • Skip redundent formatting in loose_format (#79)
  • Add htmlkw param to FastHTML (#78)

v0.1.8

26 Jul 07:48
Compare
Choose a tag to compare

New Features

  • Remove comments in html2xt (#76)
  • Handle relative paths in Social (#70)
  • Add ftrs for scripts etc at end of body element (#62)
  • Updated html2xt to use unpacked dicts when attr keys are not valid python names (#57), thanks to @matdmiller

Bugs Squashed

  • fix social relative urls (#77)