Releases: Dhii/output-renderer-interface
Releases · Dhii/output-renderer-interface
0.4-alpha1
Removed
- No longer depending on Dhii exceptions.
- No longer depending on XPMock.
- No longer depending on Dhii factory standard.
BlockFactoryInterface
andTemplateFactoryInterface
.- 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
0.3-alpha2
Added
TemplateFactoryInterface
.BlockFactoryInterface
.
0.3-alpha1
Changed
- Now also allowing
ArrayAccess
andstdClass
types as contexts. - Allows newer version of exception interfaces.
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
Initial release.