ng-form-foundry-transformers 0.3.5 → 0.4.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/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -294,6 +294,10 @@ npm test # node:test on the compiled output (no Python needed)
|
|
|
294
294
|
|
|
295
295
|
## Status
|
|
296
296
|
|
|
297
|
+
`0.4.0` — version-alignment release with the workspace (the paired
|
|
298
|
+
`ng-form-foundry` 0.4.0 adds appearance-driven field layout); no transformer
|
|
299
|
+
changes.
|
|
300
|
+
|
|
297
301
|
`0.3.5` — the **thesaurus**: every `toSchema` and `jsonSchemaToNodeGroup`
|
|
298
302
|
accept identifier → `{ label, description }` display metadata, with variants
|
|
299
303
|
scoped by ancestor names (`under`) for identifiers that mean different things
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-form-foundry-transformers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Framework-agnostic Node + TypeScript catalog of source-format transformers: turn a YANG model (and more) into an ng-form-foundry schema and revert the edited form value back to the source format.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ng-form-foundry",
|