This repository was archived by the owner on Apr 13, 2021. It is now read-only.
Releases: Wandu/Framework
Releases · Wandu/Framework
v4.0.0-beta1
It's time to show. Wandu4. :-)
... need document ... orz..
v3.0.6
v3.0.5
v3.0.4
Foundation
- [Fix #5] fix
TestingKernel
.
Http
- [Add] status code constant
Psr\Response
. - [Add]
HttpException
constructor's first parameter changeStreamInterface
toStreamInterface|string
.
Validator
- [Add] add
iterable
validator. - [Add] add
__call
method topipeline
validator. - [Fix #7]
collection
allow null, and empty string. - [Fix #8]
reg_exp
validator support like^\d{3,5}$
.
v3.0.3
Console
- [Deprecate]
Executor
,Reader
: these two classes are not used.
Validator
- [Add]
CollectionValidator
- [Add]
ArrayableValidator
- [Fix]
asset
andvalidate
operates differently in array validator. - [Fix] validator factory cannot load custom validator in
from
method.