5.0.0-alpha.2
·
39 commits
to 5.x
since this release
- (ADD) $container->lazyLazy() to create a callable from a LazyInterface that is directly invokable.
- (ADD)
#[AttributeConfigFor]
attribute to indicate scanner which attribute is configured by the annotated class. - (ADD)
#[CompileNamespace]
attribute to indicate scanner which namespace should have compiled blueprints. - (ADD)
bin/auradi
executable with scan command. - (CHG) Fix
lazyGet
not resolving the same service. - (CHG) Fix collection of attributes for class constants.
- (CHG)
#[Service]
,#[Instance]
and#[Value]
must haveAttribute::TARGET_PROPERTY
to allow constructor promotion.