Skip to content

Releases: samsonasik/ErrorHeroModule

2.13.2

10 Jul 10:47
2.13.2
7e1b65e
Compare
Choose a tag to compare
  • explisit require zend-diactoros ^1.8.1 for multi-dimension recursive upload files

2.13.1

10 Jul 10:37
2.13.1
3ba7f3d
Compare
Choose a tag to compare

reduce repetitive code for body add part in Mail writer

2.13.0

10 Jul 10:27
2.13.0
0c11259
Compare
Choose a tag to compare

added support recursive collection upload included into mail attachment

2.12.1

08 Jul 12:47
2.12.1
0d5475d
Compare
Choose a tag to compare
  • documentation and sample config :

    • add formatter config inside db writers to avoid possible issue on insert timestamp
  • refactor:

    • remove serverUrl property at Logging class, use local var
    • using 0 for ErrorException::$code
  • fix:

    • using response object to display view to handle throw Exception($msg) inside view

2.12.0

29 Jun 16:37
2.12.0
a627990
Compare
Choose a tag to compare
  • add PHP-DI support for expressive 3

2.11.2

18 Jun 06:26
2.11.2
035aa86
Compare
Choose a tag to compare

fix RuntimeException variable on cannot connect to db

2.11.1

13 Jun 18:59
2.11.1
fe98850
Compare
Choose a tag to compare

rename function name for detect content type

2.11.0

05 Jun 15:16
2.11.0
26329f5
Compare
Choose a tag to compare
  • add "no_template" config to set default error message on Expressive 3 when no TemplateRendererInterface service like below:
// ...
      'display-settings' => [
            // for expressive, when container doesn't has \Zend\Expressive\Template\TemplateRendererInterface service
            // if enable, and display_errors = 0, then show a message under no_template config
            'no_template' => [
                'message' => <<<json
{
    "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
    "title": "Internal Server Error",
    "status": 500,
    "detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
}
json
            ],
      ],
// ...

2.10.0

02 Jun 11:44
2.10.0
7e58588
Compare
Choose a tag to compare
  • using static local variable for idempotent format() call on Json formatter with bring existing timestamp
  • using direct render(mapped template view string) call from PhpRenderer at Mvc listener
  • refactor: Request passing only when error/exception occurred
  • move zend-console to require-dev

2.9.0

29 May 22:35
2.9.0
89954d3
Compare
Choose a tag to compare

Add Pimple Container support for Expressive 3