jedison 0.2.0 → 0.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/CHANGELOG.md +6 -1
- package/README.md +7 -1
- package/dist/cjs/jedison.cjs +1 -1
- package/dist/cjs/jedison.cjs.map +1 -1
- package/dist/esm/jedison.js +45 -35
- package/dist/esm/jedison.js.map +1 -1
- package/dist/umd/jedison.umd.js +1 -1
- package/dist/umd/jedison.umd.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -4,7 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
Generates forms from JSON schemas. Can be used in backend to validate JSON data too.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## 🚀 Quick Links
|
|
8
|
+
|
|
9
|
+
🎮 **[Playground](https://germanbisurgi.github.io/jedison/index.html?theme=bootstrap5)**
|
|
10
|
+
Test and experiment with configuration options in a live environment.
|
|
11
|
+
|
|
12
|
+
📖 **[Documentation](https://germanbisurgi.github.io/jedison-docs/)**
|
|
13
|
+
Learn how to use Jedison with detailed guides and interactive examples.
|
|
8
14
|
|
|
9
15
|
# Table of Contents
|
|
10
16
|
|