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)