All Versions
10
Latest Version
Avg Release Cycle
65 days
Latest Release
2231 days ago

Changelog History

  • v0.10.0 Changes

    March 18, 2018

    โž• Added

    • #117 Allow overwriting an Alias in an extending class
    • #115 Missing types for Disco methods
    • #106 Add "provide" section to composer.json
    • ๐Ÿ“š #92 Revise the documentation

    ๐Ÿ—„ Deprecated

    • #114 Bump php version to 7.2

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • ๐Ÿšš #113 Move vfsstream dependency to require-dev section
    • โœ… #109 Replace annotations with methods for exception tests
    • โœ… #107 Add test for invalid service alias names
    • #104 Php Inspections (EA Extended): nit-picks

    ๐Ÿš€ Thank you @SenseException, @kalessil and @heiglandreas for your contributions to this exceptional release ;)

  • v0.9.0 Changes

    June 15, 2017

    โž• Added

    • ๐Ÿ”ง #101 Allow parameters in BeanPostProcessor configuration
    • #100 Convert @parameters annotation to "parameters" attribute of @bean annotation
    • #99 Allow multiple aliases per bean and add return type aliases
    • #97 Fix of markdown for "Sending a PR" headline
    • ๐Ÿ‘ #93 Enable coveralls support
    • ๐Ÿšš #91 Remove the develop branch references from the contribution guide
    • โšก๏ธ #89 Update to PHPUnit 6
    • ๐Ÿ“„ #82 Add bookdown docs and restructure main README.md file

    ๐Ÿ—„ Deprecated

    • ๐Ÿšš #102 Remove BeanFactoryPostProcessor
    • โฌ†๏ธ #95 Upgrade to ProxyManager 2.1.x to allow to set the minimum PHP version to 7.1

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • Nothing.

    ๐Ÿš€ Big thanks to @codeliner and @SenseException for working on this release!

  • v0.8.0 Changes

    February 14, 2017

    โž• Added

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • #90 Migrate container-interop dependency to PSR-11

    ๐Ÿ›  Fixed

    • Nothing.
  • v0.7.0 Changes

    February 11, 2017

    0.7.0

    โž• Added

    • #81 Generate unique names for helper methods
    • #80 Adds setup for simple benchmarks
    • โšก๏ธ #78 Optimize the code formatting of the generated config class
    • #73 Benchmark Disco and add results to README

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • ๐Ÿ— #77 Change in Travis config: Remove hhvm, add PHP 7.1 to build matrix

    ๐Ÿ›  Fixed

    • #76 Change visibility of wrapBeanAsLazy helper method to protected
    • #69 Use UniqueIdentifierGenerator::getIdentifier to generate unique names for helper methods
    • #68 Change visibility of wrapBeanAsLazy helper method
    • #66 APC fix as suggested by Scrutinizer
  • v0.6.3 Changes

    January 08, 2017

    0.6.3

    โž• Added

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

  • v0.6.2 Changes

    January 07, 2017

    โž• Added

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #83 Make Disco not depend on a fixed version of Doctrine Annotations
  • v0.6.1 Changes

    January 07, 2017

    โž• Added

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • #75 Made sure that Proxy Manager 2.1.0 does not yet get installed
  • v0.6.0 Changes

    November 08, 2016

    โž• Added

    • #65 Restructure the bean method code generator

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • ๐Ÿšš #64 Remove Doctrine Cache dependency
    • ๐Ÿšš #63 Remove type check code in generated class.

    ๐Ÿ›  Fixed

    • #61 Check given $id for being a non-empty string
  • v0.5.0 Changes

    September 01, 2016

    โž• Added

    • #55 Introducing aliases for Beans
    • #53 Switched to PHP_EOL.
    • #52 Primitive types can be returned from the bean methods.
    • โฌ†๏ธ #49 Upgraded ProxyManger to version 2.x and dropped support for PHP 5.x.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • ๐Ÿ”จ #59 Session refactoring
    • ๐Ÿ›  #56 Fixed an issue with the serialization of the BeanFactory instance.
    • ๐Ÿ›  #51 Fixed $reader property type hint.
    • #50 Added null check in BeanFactoryPostProcessor.
  • v0.4.0 Changes

    August 07, 2016

    โž• Added

    • #40 Check bean return type against return type annotation.
    • #37 Editing README

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • ๐Ÿšš #41 Removed FactoryBean interface as it does not make sense any more.

    ๐Ÿ›  Fixed

    • #38 has() returns true for internal dependencies.