jedison 1.6.1 → 1.7.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 +7 -0
- package/dist/cjs/jedison.cjs +1 -1
- package/dist/cjs/jedison.cjs.map +1 -1
- package/dist/esm/jedison.js +79 -15
- 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 +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
### dev
|
|
2
2
|
|
|
3
|
+
### 1.7.0
|
|
4
|
+
|
|
5
|
+
- Updated character-creator example to showcase correct use of `oneOf` and `x-discriminator`
|
|
6
|
+
- Prefixed tabs IDs with editor ID to avoid clashes
|
|
7
|
+
- Added `arrayAddAfter` feature
|
|
8
|
+
- Fixed issue #24 `"x-format": "choices"` doesn't trigger when items is a `$ref`
|
|
9
|
+
|
|
3
10
|
### 1.6.0
|
|
4
11
|
|
|
5
12
|
- Added warning in legends
|