Releases: samsonasik/ErrorHeroModule
Releases · samsonasik/ErrorHeroModule
2.20.1
2.20
- using layout->captureTo() to get ViewModel captureTo property
- reduce request parameter in Expressive middleware
- move error message has Uncaught prefix to private function
- move phpError() function to trait
- update zend-uri requirement to use ^2.7 for strtolower host
2.19.2
- use $request->getHeaderLine(X-Requested-With) === XmlHttpRequest in Expressive middleware for ajax detection
2.19.1
- ensure strtolower() on host as current Zend\Uri 2.6.1 read host as is
- apply zend-coding-standard
- reduce array size of needed of data passed to Mail Writer instance for files data
- using instanceof for result filling in execOnShutdown()
- return early on not has "adapters" key in TransformerAbstract::getDbAdapterConfig()
2.19.0
2.18.2
using uri->toString() to get complete url in Http request
2.18.1
exclude both common 80 and 443 port for http uri append to be logged
2.18.0
use webmozart/assert
2.17.0
add support for beberlei/assert:^3.0
2.16.0
- upping zend-diactoros to v2
- upgrade require-dev "doctrine/doctrine-orm-module": "^2.1" and make conflict for <2.1
- use back kahlan ^4.1.1