quival 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/locales/en.js +1 -1
- package/dist/locales/en.min.js +1 -1
- package/dist/locales/ms.js +1 -1
- package/dist/locales/ms.min.js +1 -1
- package/dist/quival.js +1269 -2769
- package/dist/quival.min.js +2 -2
- package/package.json +4 -2
- package/rollup.config.js +1 -1
- package/src/Validator.js +25 -17
- package/src/helpers.js +38 -2
- package/test/test.js +173 -0
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/quival)
|
|
4
4
|
[](https://www.npmjs.com/package/quival)
|
|
5
|
-

|
|
5
|
+
[](https://cdn.jsdelivr.net/npm/quival@latest/)
|
|
6
6
|
[](LICENSE.md)
|
|
7
7
|
|
|
8
8
|
This library provides the ability to perform data validation easily in JavaScript. It is heavily based on [Laravel Validation](https://laravel.com/docs/validation).
|
package/dist/locales/en.js
CHANGED
package/dist/locales/en.min.js
CHANGED
package/dist/locales/ms.js
CHANGED
package/dist/locales/ms.min.js
CHANGED