Skip to content

Releases: sphring/sphring

0.13.0

23 Jun 16:52

Choose a tag to compare

Changes:

  • Update symfony dependencies to use 3.0

0.12.5

21 Nov 17:26

Choose a tag to compare

  • Fix composer with psr/log

0.12.4

01 Jun 16:31

Choose a tag to compare

Fix:

  • The way how sphring find composer autoloader when autoloader is in library path

0.12.3

21 May 13:05

Choose a tag to compare

Feature:

  • Add factory bean to use bean as a factory, syntax in context file:
fooFactory:
  class: Arthurh\Sphring\FakeBean\FooFactory
foobean:
  type: factory
  beanId: fooFactory # bean to use as a factory
  beanMethod: createFoo # method to use (it should return an object)
  constructor:#parameters to pass to the method
    - value: myvalue

0.12.2

13 Apr 07:31

Choose a tag to compare

Feature:

  • Add return value from method in aftercall

0.12.1

11 Apr 16:58

Choose a tag to compare

change:

  • Better way to find the composer autoloader to read annotation for doctrine

0.12.0

11 Apr 15:47

Choose a tag to compare

Change:

  • Switch to doctrine annotation which is much much better

0.11.8

06 Apr 11:44

Choose a tag to compare

Feature:

  • Let more accessibility for plugin dev

0.11.7

01 Apr 22:19

Choose a tag to compare

Enhancement:

  • Better SphringRunner implementation

0.11.6

31 Mar 22:54

Choose a tag to compare

fix:

  • Fix issue from zend-code