Skip to content

Releases: adamturcsan/zend-view-csvstrategy

More flexible solution

20 Jul 15:34
d83fcba
Compare
Choose a tag to compare

New:

  • Automatically Hooking into the zf's ecosystem (registering a Module or ConfigProvider)

Changed:

  • Min version of php bumped to 7.0
  • Using delegator pattern to extend PhpRenderer instead of extending it directly solving a huge bug.
  • Use already create TemplateMapStack from the service container
  • Move namespaces to reflect the architecture more accurately