Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

v3.0.4

Compare
Choose a tag to compare
@wan2land wan2land released this 01 Nov 03:32
· 334 commits to master since this release

Foundation

  • [Fix #5] fix TestingKernel.

Http

  • [Add] status code constant Psr\Response.
  • [Add] HttpException constructor's first parameter change StreamInterface to StreamInterface|string.

Validator

  • [Add] add iterable validator.
  • [Add] add __call method to pipeline validator.
  • [Fix #7] collection allow null, and empty string.
  • [Fix #8] reg_exp validator support like ^\d{3,5}$.