Skip to content

Releases: AnswerDotAI/fasthtml

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)

v0.1.7

18 Jul 06:52
Compare
Choose a tag to compare

New Features

  • Add indent to html2xt (#53)
  • New fasthtml.xt namespace for components (#50)
  • Add bodykw in fast_app (#49)

v0.1.6

13 Jul 19:58
Compare
Choose a tag to compare

New Features

  • File function (#48)
  • Remove picolink in fast_app if default_hdrs is False (#47), thanks to @pydanny

v0.1.5

13 Jul 07:35
Compare
Choose a tag to compare

New Features

  • Add Favicon and Socials header creators (#45)
  • cookie function (#43)

v0.1.4

09 Jul 01:35
Compare
Choose a tag to compare

New Features

  • ScriptX and StyleX for templated generation from external files (#42)

v0.1.2

08 Jul 02:16
Compare
Choose a tag to compare

Breaking changes

  • fast_app returns app.route as well as app (#38)

New Features

  • Add viewport and charset to Meta by default (#36)
  • New function run_js (#36)

v0.1.1

05 Jul 05:24
Compare
Choose a tag to compare

New Features

  • Add fasthtml.toasts (#35)
  • 'Afterware' support
  • Add injects to request
  • Basic websocket support (#29)
  • Support meta tags in returned tuple (#28)
  • Support npm provider in jsdelivr (#27)

Bugs Squashed

  • Style does not accept multiple positional args correctly (#34)

v0.1.0

25 Jun 04:34
Compare
Choose a tag to compare

New Features

  • Add railway_deploy (#26)

v0.0.17

25 Jun 03:41
Compare
Choose a tag to compare

New Features

  • Add run_uv() (#25)
  • New demo app (#25)
  • Add Container component (#24)
  • Add all HTML elements (#22)
  • Add svg.py (#21)

v0.0.16

16 Jun 23:35
Compare
Choose a tag to compare

New Features

  • Update dashes to underscores in attrs in html2xt (#20)
  • Rename fasthtml.all to fasthtml.common (#19)