This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
zend-validator 2.8.0
weierophinney
released this
16 May 13:42
·
565 commits
to master
since this release
Added
- #58 adds a new
Uuid
validator, capable of validating if Versions 1-5 UUIDs are well-formed. - #64 ports
Zend\ModuleManager\Feature\ValidatorProviderInterface
toZend\Validator\ValidatorProviderInterface
, and updates theModule::init()
to typehint against the new interface instead of the one from zend-modulemanager. Applications targeting zend-mvc v3 can start updating their code to implement the new interface, or simply duck-type against it.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.