0.13.4
📦 fasthtmlView on GitHub →
✨ 2 features🐛 1 fixes🔧 3 symbols
Summary
This release introduces improved JSON serialization for lists and removes unnecessary internal logic, alongside a change in how 'scope' is handled.
✨ New Features
- JSONResponse now serializes listy types as lists, in addition to stringifying others.
- The 'scope' variable is no longer wrapped in 'dict2obj'.
🐛 Bug Fixes
- Removed unnecessary '_apply_ft' logic.