jedison 1.21.1 โ†’ 1.22.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,5 +1,10 @@
1
1
  ### Unreleased
2
2
 
3
+ ### 1.22.0
4
+
5
+ - Added issue #78: `x-defaultProperties` lets an object schema whitelist which optional properties show by default, without needing the properties-toggle opt-in
6
+ - Added issue #78: `x-defaultProperty` lets a property override that whitelist on its own schema, so a property reused via `$ref` can decide its own default visibility per consumer
7
+
3
8
  ### 1.21.1
4
9
 
5
10
  - security updates
package/README.md CHANGED
@@ -5,15 +5,26 @@
5
5
  [![dependencies](https://img.shields.io/badge/dependencies-0-brightgreen)](https://www.npmjs.com/package/jedison?activeTab=dependencies)
6
6
  [![license](https://img.shields.io/npm/l/jedison)](https://github.com/germanbisurgi/jedison/blob/main/LICENSE)
7
7
 
8
- # Jedison
9
-
10
- ## ๐Ÿš€ Quick Links
11
-
12
- ๐ŸŽฎ **[Playground](https://germanbisurgi.github.io/jedison/index.html?theme=bootstrap5)**
13
- Test and experiment with configuration options in a live environment.
14
-
15
- ๐Ÿ“– **[Documentation](https://germanbisurgi.github.io/jedison-docs/)**
16
- Learn how to use Jedison with detailed guides and interactive examples.
8
+ <p align="center">
9
+ <a href="https://github.com/germanbisurgi/jedison">
10
+ <img src="https://raw.githubusercontent.com/germanbisurgi/jedison/main/public/images/jedison-mark.png" alt="Jedison logo" width="120" height="120">
11
+ </a>
12
+
13
+ <h3 align="center">Jedison</h3>
14
+
15
+ <p align="center">
16
+ Framework-agnostic JavaScript library that generates and validates forms from <a href="https://json-schema.org/">JSON Schema</a>.
17
+ <br />
18
+ <a href="https://germanbisurgi.github.io/jedison-docs/"><strong>Explore the docs ยป</strong></a>
19
+ <br />
20
+ <br />
21
+ <a href="https://germanbisurgi.github.io/jedison/index.html?theme=bootstrap5">View Playground</a>
22
+ &middot;
23
+ <a href="https://github.com/germanbisurgi/jedison/issues">Report Bug</a>
24
+ &middot;
25
+ <a href="https://github.com/germanbisurgi/jedison/issues">Request Feature</a>
26
+ </p>
27
+ </p>
17
28
 
18
29
  ## What is Jedison
19
30