Breaking changes
date
has been renamed toparsed_date
New Features
- Handle non-list/tuple
hdrs
andftrs
inFastHTML()
(#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)