Skip to content

Releases: proengsoft/laravel-jsvalidation

2.0.0

12 Jul 14:09
Compare
Choose a tag to compare

Added

  • (#224) Laravel 5.4 support

Changed

  • (#250) Typo in resources/assets/js/helpers.js method gessDate fixed. Method renamed to guessDate

Fixed

  • (#239) JPEG mime-type check in image rule

Removed

  • (#258) Laravel <= 5.3 support. Will be maintained in 1.x releases
  • PHP < 5.6.4 support (Laravel 5.4 minimum requirement)

View the changes from 1.5.0 to 2.0.0

1.5.0

22 Jan 18:07
Compare
Choose a tag to compare
Features:
  • Javascript validation for File rule
  • Javascript validation for Mimetypes rule
  • Javascript validation for Nullable rule
  • Javascript validation for Filled rule
  • Javascript validation for Dimensions rule
  • Javascript validation for InArray rule
  • Javascript validation for Distinct rule
Issues resolved:
  • Fix issue with HttpResponseException #130
  • Fix Undefined index: _jsvalidation_validate_all #201

1.4.3

07 Jan 18:00
Compare
Choose a tag to compare
Features
  • Add support for the "bail" keyword. #179
  • Add support to validate array fields using non array rules. #180 #158
  • Remote validation return HttpResponseException #130
Issues resolved:
  • Fix remote custom validation. #175
  • File Size doesn't work with JavaScript Validator. #156

1.4.2

29 Dec 00:13
Compare
Choose a tag to compare
Bugfixes:
  • Fix javascript build files

1.4.1

28 Dec 23:50
Compare
Choose a tag to compare
Bugfixes:
  • Fix javascript build files

1.4.0

28 Dec 21:34
Compare
Choose a tag to compare
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

04 Jan 00:24
Compare
Choose a tag to compare
Features:
  • Allow Dependency Injection in FormRequest Validations
  • Add extra field values to ajax request on remote validation. #88 #99

v1.3.0

29 Dec 23:58
Compare
Choose a tag to compare
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

23 Sep 23:30
Compare
Choose a tag to compare
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

10 Sep 12:13
Compare
Choose a tag to compare
Bugfixes:
  • Issues resolved:
    • String validation fails on length. #71
    • Default validation messages can't be changed. #27