Skip to content

Released version 3.0.10

Compare
Choose a tag to compare
@dg dg released this 29 Sep 15:24
· 175 commits to master since this release
  • added _ as alias for ... in config
  • FactoryDefinition: added support for syntax $params in definition
  • added 'create' as alias for 'factory'
  • Resolver::autowireArguments() throws an exception when combining a named and positional parameter
  • DefinitionSchema: better exception on empty definition
  • FactoryDefinition::resolveType() checks for type compatibility
  • Resolver::completeException() truncates but does not remove the class name
  • Unified type validation using Helper::ensureClassType()
  • replaced use of Reflection::getReturnTypes() etc
  • uses nette/utils 3.1.6
  • improved phpDoc, used generics (#261)