Skip to content

Releases: proengsoft/laravel-jsvalidation

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

v1.1.3

06 Sep 23:13
Compare
Choose a tag to compare
Bugfixes:
  • Issues resolved:
    • DateFormat throw's javascript error if date is not valid

v1.1.2

05 Sep 04:49
Compare
Choose a tag to compare
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

14 Aug 05:41
Compare
Choose a tag to compare
Bugfixes:
  • Rules that depends from other rules they are not validated in some cases. #44
  • Route Model Binding Form Request Validation Error. #47

v1.1.0

11 Aug 16:39
Compare
Choose a tag to compare
Features:
Bugfixes: