Skip to content

v2.4.6

Compare
Choose a tag to compare
@inhere inhere released this 11 Jan 03:23
· 160 commits to master since this release
  • update readme
  • bug fixed for phpunit
  • bug fixed for required check
  • add new filter: bool
  • add new validator: accepted
  • errors stracture modify: [['name' => 'filed name', 'msg' => 'error msg']]
  • required: support check array key , object and uploaded file. ['goods.apple', 'required']
  • error message find logic modify