Skip to content

Releases: proengsoft/laravel-jsvalidation

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:

v1.0.5

12 Jun 23:37
Compare
Choose a tag to compare
Features:
  • Laravel 5.1 support

v1.0.4

09 May 15:33
Compare
Choose a tag to compare
Refactoring:
  • Renamed JsValidation class name to avoid problems with IDE's code completion

v1.0.3

11 Apr 15:04
Compare
Choose a tag to compare
Bugfixes:
  • Input custom attributes from Requests are not applied.

v1.0.2

25 Mar 22:45
Compare
Choose a tag to compare
Features:
  • Allow disable validations for certain attributes
  • Unit testing
Bugfixes:
  • The config key form_selector is not loaded when package boots

v1.0.1

17 Mar 12:09
Compare
Choose a tag to compare
Deleted debug option from view.

v1.0.0

17 Mar 02:45
Compare
Choose a tag to compare

First stable release. Test it and feed back.