Skip to content

Releases: samsonasik/ErrorHeroModule

2.6.4

20 May 19:42
2.6.4
acd1d1f

Choose a tag to compare

add missing type hint

2.6.3

20 May 18:51
2.6.3
baa8608

Choose a tag to compare

mark zend-servicemanager:<3.3 as conflict to use psr/container

2.6.2

20 May 18:29
2.6.2
fc4d27c

Choose a tag to compare

make psr/container required

2.6.1

20 May 18:14
2.6.1
7d0903b

Choose a tag to compare

zend-servicemanager is no longer required

2.6.0

19 May 22:59
2.6.0
cad51a5

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

Choose a tag to compare

remove unused use

2.5.3

15 May 08:17
2.5.3
2b2c7aa

Choose a tag to compare

fix empty template error on ajax request

2.5.2

15 May 07:02
2.5.2
9e02d19

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

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

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