This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
zend-validator 2.7.0
weierophinney
released this
06 Apr 15:36
·
623 commits
to master
since this release
Added
- #63 exposes the package as a ZF component and/or generic configuration provider, by adding the following:
ValidatorPluginManagerFactory
, which can be consumed by container-interop / zend-servicemanager to create and return aValidatorPluginManager
instance.ConfigProvider
, which maps the serviceValidatorManager
to the above factory.Module
, which does the same asConfigProvider
, but specifically for zend-mvc applications. It also provices a specification toZend\ModuleManager\Listener\ServiceListener
to allow modules to provide validator configuration.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.