jedison 0.2.2 → 0.2.3

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 CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.2.3
2
+
3
+ - Fixed array table issue with ref parser
4
+
1
5
  ### 0.2.2
2
6
 
3
7
  - Array nav actions inside tab
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  # Jedison
4
4
 
5
- Generates forms from JSON schemas. Can be used in backend to validate JSON data too.
6
-
7
5
  ## 🚀 Quick Links
8
6
 
9
7
  🎮 **[Playground](https://germanbisurgi.github.io/jedison/index.html?theme=bootstrap5)**
@@ -12,7 +10,7 @@ Test and experiment with configuration options in a live environment.
12
10
  📖 **[Documentation](https://germanbisurgi.github.io/jedison-docs/)**
13
11
  Learn how to use Jedison with detailed guides and interactive examples.
14
12
 
15
- # Jedison
13
+ ## What is Jedison
16
14
 
17
15
  Jedison helps you validate JSON data on the backend and generate interactive forms from JSON Schemas on the frontend.
18
16