Releases: samsonasik/ErrorHeroModule
Releases · samsonasik/ErrorHeroModule
2.6.0
2.5.4
remove unused use
2.5.3
fix empty template error on ajax request
2.5.2
trully refactor to use e->stopPropagation(true) in Mvc listener
2.5.1
- revert refactor using stopPropagation(true) in Mvc Listener when possible as it cause a regression with display double view
2.5.0
some refactors:
- using container->configure() in Doctrine transformer
- return early when possible on services and container check at ExpressiveFactory
- using stopPropagation(true) in Mvc Listener when possible
2.4.1
- add CONTRIBUTING.md to .gitattributes
2.4.0
- using beberlei/assert for concrete class by interface check
- apply .gitattributes for exclude dev files when composer install/update with --prefer-dist
2.3.0
- Refactor Doctrine Transformer to create "ErrorHeroModuleLogger" service as is without set
Zend\Db\Adapter\Adapter
service