Skip to content

Releases: AnswerDotAI/fasthtml

v0.6.10

08 Oct 23:09
Compare
Choose a tag to compare

New Features

  • Document usage with Jupyter (#469)

v0.6.9

27 Sep 05:43
Compare
Choose a tag to compare

New Features

  • Add oauth.redir_url function (#476)

v0.6.8

24 Sep 18:29
Compare
Choose a tag to compare

New Features

  • Allow for handler names with same name as an http verb, even if path not provided (#459)
  • Support explicit iframe height in Jupyter HTMX (#458), thanks to @callmephilip
  • Improve type annotations for element attributes (#453), thanks to @callmephilip
  • Make compatible w/ ddtrace (#452), thanks to @derekgliwa

v0.6.7

23 Sep 20:58
Compare
Choose a tag to compare

Bugs Squashed

  • Remove IPython dep (#456)

v0.6.6

23 Sep 19:12
Compare
Choose a tag to compare

New Features

  • Add def_hdrs (#446)

v0.6.5

22 Sep 04:28
Compare
Choose a tag to compare

New Features

  • Jupyter compatibility (#445)
  • Redefining a route overwrites existing definition (e.g for use in notebooks) (#444)

Bugs Squashed

  • [BUG] d argument is not passed in Path function for SVGs (#437)

v0.6.4

19 Sep 01:51
Compare
Choose a tag to compare

New Features

  • Pass query params to custom class annotated args (#439)

v0.6.3

19 Sep 01:13
Compare
Choose a tag to compare

Bugs Squashed

  • svg.Path not passing d param (#438)

v0.6.2

16 Sep 21:16
Compare
Choose a tag to compare

New Features

  • Include both m (me) and p (prev) in On and Prev handlers, and run after DOM ready (#429)

Bugs Squashed

  • proc_htmx not exported correctly (#434)

v0.6.1

16 Sep 19:55
Compare
Choose a tag to compare

New Features

  • Include both m (me) and p (prev) in On and Prev handlers, and run after DOM ready (#429)

Bugs Squashed

  • proc_htmx not exported correctly (#434)