Skip to content

Releases: AnswerDotAI/fasthtml

v0.1.5

13 Jul 07:35

Choose a tag to compare

New Features

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

v0.1.4

09 Jul 01:35

Choose a tag to compare

New Features

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

v0.1.2

08 Jul 02:16

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

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

Choose a tag to compare

New Features

  • Add railway_deploy (#26)

v0.0.17

25 Jun 03:41

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

Choose a tag to compare

New Features

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

v0.0.15

16 Jun 06:43

Choose a tag to compare

New Features

  • Add Titled (#18)
  • Disable PicoCSS font scaling
  • Use constant time string comparison for password checking, h/t José Valim (#17)

v0.0.14

15 Jun 21:10

Choose a tag to compare

New Features

  • Add surreal js and scope scripts to default headers, and add default_hdrs bool to allow removing default headers (#16)
  • Add xtend.py Script and Style that do not need NotStr (#15)
  • Add jsd (#14)
  • Handle lists of hdrs (#14)
  • Autogen HTML wrapper for non-htmx partials (#13)

Bugs Squashed

  • html2txt only parses first partial (#12)

v0.0.13

13 Jun 04:27

Choose a tag to compare

New Features

  • Add html2xt (#11)