vuelidify 2.0.0 → 2.0.2

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.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,17 @@
1
1
  # Vuelidify
2
+ Powerful and typed model-based validation for Vue 3
2
3
 
3
4
  [Installation](#installation)
5
+
4
6
  [Types](#types)
7
+
5
8
  [Examples](#examples)
9
+
6
10
  [Technical Details](#technical-details)
7
- [Custom Validators](#create-your-own-validators)
11
+
12
+ [Custom Validators](#custom-validators)
13
+
8
14
  ---
9
- *Vuelidify is a Vue 3 model-based validation library providing strong TypeScript support and seamless handling of asynchronous validators, making complex form logic easy.*
10
15
 
11
16
  This library was inspired by Vuelidate and sought to solve some of its biggest problems. This library does NOT support Vue2, and does NOT support commonJS. Technology must move forward.
12
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vuelidify",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "author": "Daniel Walbolt",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",