formhell 1.0.0 → 1.0.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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,9 +36,9 @@ Here's a quick comparison for using FormHell instead of some other headache libr
|
|
|
36
36
|
| Async missing `$ref` loading | Yes (`getSchema`) | Often limited or app-specific |
|
|
37
37
|
| Peer schema document support | Yes | Varies |
|
|
38
38
|
| Draft 2020-12 oriented workflows | Yes | Varies by implementation |
|
|
39
|
-
| Advanced keywords (`if/then/else`, `dependentSchemas`, `unevaluated*`) | Designed for this | None that I've found |
|
|
39
|
+
| Advanced keywords (`if/then/else`, `dependentSchemas`, `unevaluated*`) | Yea - Designed for this | None that I've found |
|
|
40
40
|
| Widget overrides by pointer and type | Yes | Usually type-only or custom plumbing |
|
|
41
|
-
| Defaults strategy control | Yes (`all` / `required-only`) | Often limited and
|
|
41
|
+
| Defaults strategy control | Yes (`all` / `required-only`) | Often limited and super broken |
|
|
42
42
|
| Validation feedback on every change | Yes | Usually yes |
|
|
43
43
|
|
|
44
44
|
If your form requirements include deep JSON Schema support and your timeline includes "this quarter," this matrix is the point.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "formhell",
|
|
3
3
|
"author": "Ryan Rutkin",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"description": "React JSON Schema form and schema builder library with draft 2020-12 support, robust $ref resolution, and strong defaults handling",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.cjs",
|