Features:
- Support for Laravel [Conditional Rules] (https://laravel.com/docs/5.2/validation#conditionally-adding-rules)
- Support for Array Validations
- Support for RequiredUnless Rule
Bugfixes:
- Issues resolved:
- Convert Exceptions to E_USER_ERROR in __toString(). #126
- Chrome and IE case fix in mime types. PR #136
- Fix Turn off remote validation #145
Features:
- Allow Dependency Injection in FormRequest Validations
- Add extra field values to ajax request on remote validation. #88 #99
Features:
- Add ignore method to override default configuration
- Add remote_validation_field config option
- Allow using with other validation packages
- Improved performance and refactoring
Bugfixes:
- Issues resolved:
- Critical error with numeric min & max values #98
- Error when using FormRequest validation #96
- Conflict with other Laravel funcionality ? #90
- Multiple Instances of JSValidation #87
- Error when using FormRequest validation #96
Features:
- Allow validate rule "In" for type array
- Added JSON validator [3f508c1] (https://github.com/laravel/framework/commit/3f508c1c88897bd6b8fe15137ec77d3023bbcd9f#diff-38fd116b7c7b8ac1bdd8362250d04d57)
- Allow disable remote validations
- Add support for other validation packages. #69
Bugfixes:
- Issues resolved:
- Fix some validations when field is array #75
- Updated validateAlpha logic c31a38d
Bugfixes:
- Issues resolved:
- String validation fails on length. #71
- Default validation messages can't be changed. #27
Bugfixes:
- Issues resolved:
- DateFormat generate javascript error if date is not valid
Features:
- Automatic update for public Javascript assets
- Minor Javascript improvements.
- Support multidimensional array validation
Bugfixes:
- Issues resolved:
- Wrong password confirmed rule conversion. #52
- Fix numeric check for min/max validation #54
- Validate PUT/PATCH methods on remote #69
- Hidden input raising an error #58
- Non radio-list show error messages from other radio-list #57
- date_format:m rule always return not valid #66
Bugfixes:
- Issues resolved:
- Rules that depends from other rules they are not validated in some cases. #47
- Route Model Binding Form Request Validation Error. #44
Features:
- ActiveURL, Unique and Exists rules support
- Support for Custom Validation Rules
- Multiple forms support improved
Bugfixes:
- Issues resolved:
- Some bugs resolved: #14, #17, #26, #29, #38, #39
Features:
- Laravel 5.1 support
Refactoring:
- Renamed JsValidation class name to avoid problems with IDE's code completion
Bugfixes:
- Input custom attributes from Requests are not applied.
Features:
- Allow disable validations for certain attributes
- Unit testing
Bugfixes:
- The config key form_selector is not loaded when package boots
Bufixes:
- jQuery Validation Plugin debug doesn't work. disabled
Features:
- Automatic creation of javascript validation based on your Validation Rules, Messages, FormRequest and Validators.
- The package uses Jquery Validation Plugin bundled in provided script.
- Unobtrusive integration, you can use independently of Laravel Form Builder. and no Javascript coding required.
- Uses Laravel Localization to translate messages
- Can be configured in controllers or views.