v0.2.0 — Profiler panel
Added
- Turbo Toast profiler panel: in debug mode, the Symfony profiler shows every toast emitted during the request, per transport (Turbo Stream / cookie), with queued / transported / discarded counts for the cookie path. Discards on server errors are highlighted in the toolbar. Zero overhead outside
kernel.debug— the traceable decorators are only wired there.
Changed
ToastRendererInterfaceandToastStackInterfaceextracted — the trait, the subscriber and the container aliases now target the interfaces. If you were autowiring the concreteToastRenderer/ToastStackclasses, switch your type-hints to the interfaces.
Full changelog: v0.1.4...v0.2.0