Skip to content

Releases: proengsoft/laravel-jsvalidation

2.3.0

19 Jul 13:02
78d5de2
Compare
Choose a tag to compare

Added

  • (#337) Validate each form with same selector (@leonardodarosa23)

Fixed

View the changes from 2.2.3 to 2.3.0

2.2.3

17 May 19:38
3711e2e
Compare
Choose a tag to compare

Added

  • (#325) Added Bootstrap 4 support

Fixed

  • (#312) Array validation rule fixed

View the changes from 2.2.2 to 2.2.3

2.2.2

17 Apr 22:57
a833a95
Compare
Choose a tag to compare

Fixed

View the changes from 2.2.1 to 2.2.2

2.2.1

26 Feb 21:08
735299c
Compare
Choose a tag to compare

Fixed

  • (#307) Fix images, mimetypes & files rules in Laravel 5.6

View the changes from 2.2.0 to 2.2.1

2.2.0

09 Feb 10:44
e3e2e8b
Compare
Choose a tag to compare

Added

  • (#302) Laravel 5.6 support

View the changes from 2.1.0 to 2.2.0

2.1.0

30 Aug 21:00
Compare
Choose a tag to compare

Added

  • (#277) Laravel 5.5 support

View the changes from 2.0.0 to 2.1.0

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