jedison 0.3.25 → 1.0.0

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,12 @@
1
+ ### 1.0.0
2
+
3
+ - Detect and flag recursive schemas when dereferencing refs
4
+ - Compliance with new official JSON-Schema-Test-Suite
5
+
6
+ ### 0.3.26
7
+
8
+ - Bugfix for Jodit plugin
9
+
1
10
  ### 0.3.25
2
11
 
3
12
  - Added template functions
@@ -131,4 +140,4 @@
131
140
  ### 0.2.0
132
141
 
133
142
  - Added option `'constraints'` to add custom constraints (validators)
134
- - Added type property to error messages `'error'` | `'warning'`
143
+ - Added type property to error messages `'error'` | `'warning'`