- Introduce new dev dependency: BeautifulSoup - Use it instead of manual parsing as this is more reliable and less painful
0.1.4
- Handle better JSONification of Pydantic models - Use `json.loads(model.model_dump.json())` rather than `model.model_dump()` To avoid issues with some common field types (UUID, datetime, etc.) - Expose a `_render_json` method on inertia to allow easier overriding.