github proengsoft/laravel-jsvalidation 4.0.0

latest releases: v4.9.0, v4.8.1, v4.8.0...
4 years ago

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)

Don't miss a new laravel-jsvalidation release

NewReleases is sending notifications on new releases.