Skip to content

v0.7.0

Compare
Choose a tag to compare
@timriley timriley released this 05 Mar 22:48

0.7.0 / 2019-03-06

Added

  • 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)

Compare v0.6.0...v0.7.0