Skip to content

0.1.0

Compare
Choose a tag to compare
@tonysm tonysm released this 31 Jan 21:54
· 403 commits to main since this release

Removed

  • Removes unnecessary methods from the Brodcasts trait. Those methods were mainly placeholders and already implemented on the TurboStreamModelRenderer. 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)