0.14.4
📦 fasthtmlView on GitHub →
✨ 1 features🐛 3 fixes🔧 1 symbols
Summary
This release introduces a new helper for upload progress bars and fixes several bugs related to route handling, falsy value conversion, and JSON body parsing.
✨ New Features
- Add upload_pb_attrs helper for upload progress bars
🐛 Bug Fixes
- Use GET method for static file routes instead of generic route
- Fix Route handlers convert falsy values (0, False) to empty strings
- Treat an empty application/json body as {} in parse_form