Skip to content

v0.6.0

Compare
Choose a tag to compare
@jph00 jph00 released this 14 Sep 21:32
· 599 commits to main since this release

Breaking changes

  • date has been renamed to parsed_date

New Features

  • Handle non-list/tuple hdrs and ftrs in FastHTML() (#426)
  • Handle automatic datetime.date form field conversion (#415)

Bugs Squashed

  • Make sure only the selected radio button in a radio group is checked during form_fill (#424), thanks to @rbavery
  • All radio buttons in a radio group are checked during fill_form (#423)
  • receiving a list[str] as a parameter doesn't work with get request (#422)
  • Multipart error when submitting with empty form-data (#405)