Added
BuilderFactory::args()
now accepts named arguments.BuilderFactory::attribute()
has been added.- An
addAttribute()
method accepting anAttribute
orAttributeGroup
has been added to all builders that accept attributes, such asBuilder\Class_
.
Fixed
NameResolver
now handles enums.PrettyPrinter
now prints backing enum type.- Builder methods for types now property handle
never
type.