quival 0.2.4 → 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 CHANGED
@@ -1,10 +1,11 @@
1
1
  # Quival
2
2
 
3
- ![npm](https://img.shields.io/npm/v/quival?style=flat-square)
4
- ![npm](https://img.shields.io/npm/dt/quival?style=flat-square)
5
- ![NPM](https://img.shields.io/npm/l/quival?style=flat-square)
3
+ [![npm](https://img.shields.io/npm/v/quival?style=flat-square)](https://www.npmjs.com/package/quival)
4
+ [![npm downloads](https://img.shields.io/npm/dm/quival?style=flat-square)](https://www.npmjs.com/package/quival)
5
+ [![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/quival?style=flat-square)](https://cdn.jsdelivr.net/npm/quival@latest/)
6
+ [![License](https://img.shields.io/npm/l/quival?style=flat-square)](LICENSE.md)
6
7
 
7
- This library provides the ability to perform data validation easily in JavaScript. It is heavily based on [Laravel Validation](https://laravel.com/docs/10.x/validation).
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).
8
9
 
9
10
  By sharing similar conventions, it is possible to reuse validation rules on both front and back ends. This library can be used for preliminary data validation on the front end, before submitting the data to Laravel-based app, where the data should be validated again.
10
11
 
@@ -15,7 +16,7 @@ This library is intended to be used in the browser environment, and it was not t
15
16
  ## Features
16
17
 
17
18
  - Provide similar conventions to Laravel Validation
18
- - Implement most of the rules listed [here](https://laravel.com/docs/10.x/validation#available-validation-rules)
19
+ - Implement most of the rules listed [here](https://laravel.com/docs/validation#available-validation-rules)
19
20
 
20
21
  ## Installation
21
22
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * quival v0.2.4 (https://github.com/apih/quival)
2
+ * quival v0.2.6 (https://github.com/apih/quival)
3
3
  * (c) 2023 Mohd Hafizuddin M Marzuki <hafizuddin_83@yahoo.com>
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * quival v0.2.4 (https://github.com/apih/quival)
2
+ * quival v0.2.6 (https://github.com/apih/quival)
3
3
  * (c) 2023 Mohd Hafizuddin M Marzuki <hafizuddin_83@yahoo.com>
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * quival v0.2.4 (https://github.com/apih/quival)
2
+ * quival v0.2.6 (https://github.com/apih/quival)
3
3
  * (c) 2023 Mohd Hafizuddin M Marzuki <hafizuddin_83@yahoo.com>
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * quival v0.2.4 (https://github.com/apih/quival)
2
+ * quival v0.2.6 (https://github.com/apih/quival)
3
3
  * (c) 2023 Mohd Hafizuddin M Marzuki <hafizuddin_83@yahoo.com>
4
4
  * Released under the MIT License.
5
5
  */