Skip to content

4.0.0

Compare
Choose a tag to compare
@bytestream bytestream released this 24 Apr 12:56
· 318 commits to master since this release
707ca2f

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)