Skip to content

Realeas version 0.6.0

Compare
Choose a tag to compare
@SonyPradana SonyPradana released this 01 Mar 10:43
· 31 commits to main since this release

[0.6.0] - 2022-03-01

Added method to check form submitted validator->submitted().
Added method to check validation and form submitted validator->passed().
Added method to check validation and form submitted validator->fails().
Adding validation from method Validator::make($field, $closure) using param $closure as validpool closuser.
Added method to filter field rule base on field which need to use. validator->only() use specified field, validator->except() inverse of only.

What's Changed

Full Changelog: v0.5.1...v0.6.0