Features:
- Allow validate rule "In" for type array
- Added JSON validator
Bugfixes:
- Issues resolved:
- Fix some validations when field is array #75
- Fix 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.