- Rename validate to validateResolved method call
- Add support for Laravel 7
- Add support for Laravel 6
- Add support for Laravel 5.8
- Add Laravel 5.7.* support
- Add Laravel 5.6.* support
- Rewrite Laravel requirements constraints
- Move to Github
- Really implement "url" and "email" filters
- Apply filter in validate() method instead of getValidator() method
- Rewrite trim built-in filter
- Source code released with the MIT license
- Added license file
- Complétion composer.json
- "strip" alias was not a good idea
- do not encode quote
- add "strip" filters alias of "stripped"
- add "url" and "email" filters
- define filters() method instead of $filters attributes
- closures support
- Première version fonctionnelle