You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raise a Dry::View::UndefinedConfigError when a view is called but no paths have been configured (timriley in #130)
Changed
[BREAKING] Move Dry::View::Renderer::TemplateNotFoundError to Dry::View::TemplateNotFoundError (timriley in #130)
[BREAKING] Dry::View::UndefinedConfigError is raised instead of Dry::View::UndefinedTemplateError when a view is called but no template has been configured (timriley in #130)
Stop searching upwards through parent directories when rendering a view's template (as opposed to partials) (timriley in #130)
Stop searching in shared/ subdirectories when rendering a view's template (as opposed to partials) (timriley in #130)
Adjust template lookup cache keys to ensure no false hits (timriley in #130)
Fixed
Avoid a SystemStackError when a view is configured with a template that cannot be found on the filesystem (timriley in #129)