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 CHANGED
@@ -1,4 +1,9 @@
1
- ### 0.1.2
1
+ ### 0.2.1
2
+
3
+ - Fixed issue with table array
4
+ - Fixed fontawesome 3 missing button
5
+
6
+ ### 0.2.0
2
7
 
3
8
  - Added option `'constraints'` to add custom constraints (validators)
4
9
  - Added type property to error messages `'error'` | `'warning'`
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
- Check Out the [PLAYGROUND](https://germanbisurgi.github.io/jedison/index.html?theme=bootstrap5)
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