Skip to content

5.0.0-alpha.2

Compare
Choose a tag to compare
@frederikbosch frederikbosch released this 13 Aug 10:37
· 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 have Attribute::TARGET_PROPERTY to allow constructor promotion.