Skip to content

More granular control over presenters

Compare
Choose a tag to compare
@victorwelling victorwelling released this 13 Dec 11:04
· 65 commits to master since this release

Changed

  • Presenters should check if a presentation model has data for themselves. This is no longer handled by the
    PresenterMiddleware. This allows more granular control over presenters. For convenience, there's a HasData trait
    available.
  • Trying to set a variable with a non-string key will cause type errors instead of silently ignoring the variable.