Skip to content

Releases: samsonasik/ErrorHeroModule

2.6.0

19 May 22:59
2.6.0
cad51a5
Compare
Choose a tag to compare

Build Status Coverage Status

  • Added aura/di container support in Expressive 3 application

2.5.4

15 May 08:26
2.5.4
0854eb2
Compare
Choose a tag to compare

remove unused use

2.5.3

15 May 08:17
2.5.3
2b2c7aa
Compare
Choose a tag to compare

fix empty template error on ajax request

2.5.2

15 May 07:02
2.5.2
9e02d19
Compare
Choose a tag to compare

trully refactor to use e->stopPropagation(true) in Mvc listener

2.5.1

14 May 12:21
2.5.1
9292f04
Compare
Choose a tag to compare
  • revert refactor using stopPropagation(true) in Mvc Listener when possible as it cause a regression with display double view

2.5.0

14 May 11:34
2.5.0
95f5cc0
Compare
Choose a tag to compare

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

10 May 07:42
2.4.1
77def35
Compare
Choose a tag to compare
  • add CONTRIBUTING.md to .gitattributes

2.4.0

10 May 01:02
2.4.0
126e992
Compare
Choose a tag to compare
  • 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

01 May 19:58
2.3.0
edca996
Compare
Choose a tag to compare
  • Refactor Doctrine Transformer to create "ErrorHeroModuleLogger" service as is without set Zend\Db\Adapter\Adapter service

2.2.1

01 May 09:36
2.2.1
9bdae95
Compare
Choose a tag to compare

Build Status Coverage Status

  • move Symfony service definition for ErrorHeroModuleLogger service to a Transformer class
  • performance improvement when using Symfony Container