Skip to content

Releases: Dhii/output-renderer-interface

0.4-alpha1

22 Feb 07:18
173bee1
Compare
Choose a tag to compare
0.4-alpha1 Pre-release
Pre-release

Removed

  • No longer depending on Dhii exceptions.
  • No longer depending on XPMock.
  • No longer depending on Dhii factory standard.
  • BlockFactoryInterface and TemplateFactoryInterface.
  • Support for PHP 5.x.
  • Rendering context can no longer be a class e.g. stdClass.

Fixed

  • Test subject name for TemplateRenderExceptionInterface test.

Changed

  • Switched to PHP 7.1.
  • Switched to PHPUnit 6.
  • Renderers can now throw generic Exception.

Added

  • Docker environment.
  • PHPStorm integrations.
  • Renderers can now throw Exception while rendering.
  • Specific factory interfaces for blocks and templates.

0.3

14 Nov 11:20
407014d
Compare
Choose a tag to compare

Stable release

0.3-alpha2

02 Jun 18:51
Compare
Choose a tag to compare
0.3-alpha2 Pre-release
Pre-release

Added

  • TemplateFactoryInterface.
  • BlockFactoryInterface.

0.3-alpha1

05 Apr 09:39
2786204
Compare
Choose a tag to compare
0.3-alpha1 Pre-release
Pre-release

Changed

  • Now also allowing ArrayAccess and stdClass types as contexts.
  • Allows newer version of exception interfaces.

0.2

04 Oct 12:26
Compare
Choose a tag to compare
0.2
  • Fixed a problem where type used in doc was not imported.
  • Context renderer is now a template.
  • Template-aware interface added.

0.1

08 Sep 11:29
Compare
Choose a tag to compare
0.1

Initial release.