This repository was archived by the owner on Apr 13, 2021. It is now read-only.
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}$
.