Change8

0.14.5

📦 fasthtmlView on GitHub →
3 features🐛 1 fixes🔧 4 symbols

Summary

This release introduces new features for handling disconnections and tag casing, alongside a fix for parsing empty JSON bodies.

✨ New Features

  • Added the `cancel_on_disconnect` decorator and `until_disconnect` helper.
  • Unified `__getattr__` implementation using `mk_getattr` from fastcore.
  • Converted CamelCase tags to kebab-case.

🐛 Bug Fixes

  • Empty application/json bodies are now treated as {} in `parse_form`.

Affected Symbols