Skip to content

Releases: samsonasik/ErrorHeroModule

2.20.1

03 Mar 14:28
2.20.1
86008ca
Compare
Choose a tag to compare

Build Status Coverage Status PHPStan

  • added support of ContainerWrapper class usage by elie29/zend-phpdi-config ^3.0.9 and ^4.0

2.20

28 Feb 02:52
2.20
cdc0689
Compare
Choose a tag to compare
  • 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

08 Feb 00:03
2.19.2
bc1e984
Compare
Choose a tag to compare
  • use $request->getHeaderLine(X-Requested-With) === XmlHttpRequest in Expressive middleware for ajax detection

2.19.1

29 Jan 13:58
2.19.1
b378981
Compare
Choose a tag to compare
  • 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

17 Jan 09:01
2.19.0
a78d8dd
Compare
Choose a tag to compare

Build Status Coverage Status PHPStan

#63 Buffering edge case issue fix:

  • Ensure \ob_end_flush() while ob_get_level() > 0 before \ob_start() to flush and turn off existing active output buffering if any.

2.18.2

17 Jan 06:59
2.18.2
742891a
Compare
Choose a tag to compare

using uri->toString() to get complete url in Http request

2.18.1

13 Jan 06:18
2.18.1
f785182
Compare
Choose a tag to compare

exclude both common 80 and 443 port for http uri append to be logged

2.18.0

13 Jan 02:21
2.18.0
0d71cc3
Compare
Choose a tag to compare

use webmozart/assert

2.17.0

12 Dec 20:20
2.17.0
57a91aa
Compare
Choose a tag to compare

add support for beberlei/assert:^3.0

2.16.0

27 Sep 21:35
2.16.0
cac1d7d
Compare
Choose a tag to compare
  • 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