viewlogic 1.1.3 → 1.2.1
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,4 +1,4 @@
|
|
|
1
|
-
# ViewLogic Router
|
|
1
|
+
# ViewLogic Router
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<a href="https://github.com/hopegiver/viewlogic">
|
|
@@ -14,14 +14,6 @@
|
|
|
14
14
|
|
|
15
15
|
> A revolutionary Vue 3 routing system with View-Logic separation and Zero Build Development
|
|
16
16
|
|
|
17
|
-
## 🆕 Latest Updates (v1.1.1)
|
|
18
|
-
|
|
19
|
-
- ✨ **Automatic Form Handling** - Revolutionary form submission with `{paramName}` variable parameters
|
|
20
|
-
- 🔄 **Multiple API Support** - Parallel data fetching from multiple APIs with named data storage
|
|
21
|
-
- 🛡️ **Enhanced Validation** - HTML5 + custom function validation with graceful error handling
|
|
22
|
-
- 🚀 **Component Loading Resilience** - Router continues to work even if components fail to load
|
|
23
|
-
- 📝 **Comprehensive Documentation** - Extensive real-world examples and usage patterns
|
|
24
|
-
|
|
25
17
|
## 🎯 Core Philosophy: Simplicity Through Design
|
|
26
18
|
|
|
27
19
|
ViewLogic Router revolutionizes Vue development with two fundamental core principles:
|