Releases: proengsoft/laravel-jsvalidation
Releases · proengsoft/laravel-jsvalidation
1.4.1
Bugfixes:
- Fix javascript build files
1.4.0
Features:
Bugfixes:
- 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
- Support for Laravel 5.3.21 and greater
- Some minor bugs
v1.3.1
Features:
- Allow Dependency Injection in FormRequest Validations
- Add extra field values to ajax request on remote validation. #88 #99
v1.3.0
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
v1.2.0
Features:
- Allow validate rule "In" for type array
- Added JSON validator 3f508c1
- 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
v1.1.4
Bugfixes:
- Issues resolved:
- String validation fails on length. #71
- Default validation messages can't be changed. #27
v1.1.3
Bugfixes:
- Issues resolved:
- DateFormat throw's javascript error if date is not valid
v1.1.2
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
v1.1.1
Bugfixes:
- Rules that depends from other rules they are not validated in some cases. #44
- Route Model Binding Form Request Validation Error. #47