Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Releases: nepada/template-factory

2.1.0

07 Jul 10:19
Compare
Choose a tag to compare
  • Refactored exception hierarchy (drop marker interface, use standard PHP exceptions instead of custom InvalidStateException) - unlikely, but possible BC break.

2.0.0

03 Jun 18:41
Compare
Choose a tag to compare
  • Removed service Nepada\TemplateFactory\TemplateFactory (BC break).
  • For advanced template configuration you can now use native Nette\Bridges\ApplicationLatte\TemplateFactory::onCreate event.

1.2.1

03 Mar 22:10
Compare
Choose a tag to compare
  • Code style improvements.

1.2.0

29 Jul 19:38
Compare
Choose a tag to compare
  • Requires PHP 7.1.
  • Uses declare(strict_types = 1).
  • Uses scalar and return type hints.
  • Compatible with PHP 7.2.

1.1.2

29 Jul 18:00
Compare
Choose a tag to compare
  • Code style improvements.

1.0.2

29 Jul 18:00
Compare
Choose a tag to compare
  • Code style improvements.

1.1.1

11 Jul 13:07
Compare
Choose a tag to compare
  • Bugfixes.

1.0.1

11 Jul 13:10
Compare
Choose a tag to compare
  • Bugfixes.

1.1.0

30 Jun 20:41
Compare
Choose a tag to compare
  • Requires Nette 2.4.
  • Added support for providers from Latte 2.4.

1.0.0

29 Jul 17:46
Compare
Choose a tag to compare
  • Initial release.