Skip to content

Releases: proengsoft/laravel-jsvalidation

v4.4.2

11 Jan 12:46
Compare
Choose a tag to compare

4.4.2 (2021-01-11)

Bug Fixes

  • deps: bump jquery-validation from 1.19.2 to 1.19.3 (#568) ca3759f

Continuous Integration

  • use pull_request_target event 0fcbe0c

Miscellaneous Chores

  • deps: bump actions/setup-node from v2.1.2 to v2.1.3 (#555) ee04231
  • deps: bump actions/setup-node from v2.1.3 to v2.1.4 (#560) 0da499a
  • deps: bump amannn/action-semantic-pull-request (#535) 0d7ed84
  • deps: bump amannn/action-semantic-pull-request (#550) c9c000c
  • deps: bump amannn/action-semantic-pull-request (#563) dd2460d
  • deps: bump amannn/action-semantic-pull-request (#570) 3fb321f
  • deps: bump ini from 1.3.5 to 1.3.8 (#557) 40f2b0a
  • deps: update actions/checkout requirement to v2.3.4 (#536) 347aa3f
  • deps-dev: bump @babel/cli from 7.12.1 to 7.12.7 (#538) 6bd9338
  • deps-dev: bump @babel/cli from 7.12.7 to 7.12.8 (#542) 178910a
  • deps-dev: bump @babel/cli from 7.12.8 to 7.12.10 (#554) 928f19e
  • deps-dev: bump @babel/core from 7.12.3 to 7.12.7 (#539) c6d4798
  • deps-dev: bump @babel/core from 7.12.7 to 7.12.8 (#541) e129a42
  • deps-dev: bump @babel/core from 7.12.8 to 7.12.9 (#546) 166a006
  • deps-dev: bump @babel/core from 7.12.9 to 7.12.10 (#552) c83a8f3
  • deps-dev: bump @babel/plugin-transform-runtime (#553) 2c99a92
  • deps-dev: bump babel-loader from 8.2.1 to 8.2.2 (#548) 5ef9f02
  • deps-dev: bump semantic-release from 17.2.4 to 17.3.0 (#537) 50c922d
  • deps-dev: bump semantic-release from 17.3.0 to 17.3.1 (#566) 37c52ec
  • deps-dev: bump webpack from 5.10.0 to 5.10.1 (#558) bf359b9
  • deps-dev: bump webpack from 5.10.1 to 5.10.3 (#559) 71274e1
  • deps-dev: bump webpack from 5.10.3 to 5.11.0 (#562) 4eb51e2
  • deps-dev: bump webpack from 5.11.0 to 5.11.1 (#565) e338ac7
  • deps-dev: bump webpack from 5.11.1 to 5.12.3 (#569) a3b00a3
  • deps-dev: bump webpack from 5.6.0 to 5.8.0 (#547) 4969482
  • deps-dev: bump webpack from 5.8.0 to 5.9.0 (#549) 6b1acc3
  • deps-dev: bump webpack from 5.9.0 to 5.10.0 (#551) 6a8c557
  • deps-dev: bump webpack-cli from 4.2.0 to 4.3.0 (#564) ae708b9
  • deps-dev: bump webpack-cli from 4.3.0 to 4.3.1 (#567) 9d504a4

v4.4.1

22 Nov 20:09
af8aa3a
Compare
Choose a tag to compare

4.4.1 (2020-11-22)

Bug Fixes

  • string.replace is not a function error on date comparison rules (#532) 8010f83

Miscellaneous Chores

Continuous Integration

4.4.0

07 Oct 20:40
Compare
Choose a tag to compare

4.4.0 - 2020-10-07

Added experimental form request validation. All validation occurs via AJAX request on form submission. This resolves a number of issues regarding form request usage and unimplemented client side rules.
See the PR for details on usage.

Improvements

  • Experimental - Improved form request validation - #505

4.3.1

03 Oct 12:20
Compare
Choose a tag to compare

Improvements

  • Bump locutus from 2.0.12 to 2.0.14 #506

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: