Skip to content

Releases: proengsoft/laravel-jsvalidation

4.3.0

08 Sep 16:24
0a6b88f
Compare
Choose a tag to compare

Improvements

4.2.0

04 Sep 12:07
343faaa
Compare
Choose a tag to compare

Improvements

  • Updated php-date-formatter from 1.3.4 to 1.3.6 #467
  • Updated locutus from 2.0.11 to 2.0.12 #489

4.1.0

25 Jun 10:41
c90a378
Compare
Choose a tag to compare

Improvements

  • Updated phpjs dependency #445
  • Updated jquery-validation dependency to 1.19.2 #451
  • Replaced deprecated jQuery functions #458
  • Laravel 8 support #462

Bug Fixes

  • Fixed array rule validation against select-multiple elements #454

4.0.0

24 Apr 12:56
707ca2f
Compare
Choose a tag to compare

Breaking Changes

  • Content editable elements are now ignored when validating. This can be changed in the configuration file.
  • URL validation is no longer performed on the client side and instead uses an AJAX request
  • Validation messages containing HTML are now escaped to prevent XSS. This can be changed in the configuration file.
  • jsvalidation.js.map is no longer included. If you need it, please generate it yourself.

Improvements

  • Switched to GitHub Actions (#431)
  • Added Orchestra Test Bench (#430)
  • Switched to Laravel Mix (#441)
  • Validation messages containing HTML are now escaped (#443)

Bug Fixes

  • Fixed inconsistent URL validation (#435)
  • Fixed contenteditable validation (#434)
  • Fixed array wildcard validation (#432)

3.0.1

10 Apr 14:56
76f5d03
Compare
Choose a tag to compare

Docblock Fixes:

3.0.0

15 Mar 16:36
de82745
Compare
Choose a tag to compare

Drops support for Laravel 5.4 and 5.5

New features:

  • uikit support #395
  • Laravel 7.x support #415
  • Ability to escape validation messages #329
  • withJsValidator support #418
  • before_or_equal and after_or_equal validation rule support #421

Improvements:

  • Updated jquery-validation to latest #409

Bug fixes:

2.5.0

05 Sep 23:40
96960ab
Compare
Choose a tag to compare

2.4.0

16 Mar 21:16
b2dfa9e
Compare
Choose a tag to compare

2.3.2

06 Oct 08:00
Compare
Choose a tag to compare

2.3.1

06 Sep 00:44
38e6bea
Compare
Choose a tag to compare