0.1.0
Removed
- Removes unnecessary methods from the
Brodcasts
trait. Those methods were mainly placeholders and already implemented on theTurboStreamModelRenderer
. They can still be overwritten by the model that uses the trait (and also by models that don't use the trait) (see b79a073)
Fixed
- Fixes checking for turbo stream headers. It was not using the constant in the Turbo class (see 61d19b1)