All notable changes to this project will be documented in this file, in reverse chronological order by release.
PhpArray
writer to optionally translate strings that evaluate to known
classes to ClassName::class
syntax; the feature works for both keys and
values.AbstractConfigFactory
to implement the new methods in the
v3 AbstractFactoryInterface
definition, and updating the v2 methods to
proxy to those.ReaderPluginManager
and WriterPluginManager
to follow the
changes to AbstractPluginManager
. In particular, instead of defining
invokables, they now define a combination of aliases and factories (using
the new InvokableFactory
); additionally, they each now implement both
validatePlugin()
from v2 and validate()
from v3.