Disco v0.10.0 Release Notes

Release Date: 2018-03-18 // about 6 years ago
  • โž• 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 ;)


Previous changes from v0.9.0

  • โž• 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!