Releases: nepada/template-factory
Releases · nepada/template-factory
2.1.0
- Refactored exception hierarchy (drop marker interface, use standard PHP exceptions instead of custom
InvalidStateException
) - unlikely, but possible BC break.
2.0.0
- Removed service
Nepada\TemplateFactory\TemplateFactory
(BC break).
- For advanced template configuration you can now use native
Nette\Bridges\ApplicationLatte\TemplateFactory::onCreate
event.
1.2.0
- Requires PHP 7.1.
- Uses
declare(strict_types = 1)
.
- Uses scalar and return type hints.
- Compatible with PHP 7.2.
1.1.0
- Requires Nette 2.4.
- Added support for providers from Latte 2.4.