ng-form-foundry-transformers 0.6.0 → 0.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/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -314,6 +314,14 @@ npm test # node:test on the compiled output (no Python needed)
|
|
|
314
314
|
|
|
315
315
|
## Status
|
|
316
316
|
|
|
317
|
+
`0.7.0` — version-alignment release with the workspace (the paired
|
|
318
|
+
`ng-form-foundry` 0.7.0 adds the config editor's `initiallyExpanded` input and
|
|
319
|
+
ellipsis-with-tooltip on long add-button labels); no transformer changes.
|
|
320
|
+
|
|
321
|
+
`0.6.1` — version-alignment release with the workspace (the paired
|
|
322
|
+
`ng-form-foundry` 0.6.1 fixes optional-list and add-button layout under a
|
|
323
|
+
columns grid); no transformer changes.
|
|
324
|
+
|
|
317
325
|
`0.6.0` — optional **array** properties now map to `presence` nodes (leaf-lists
|
|
318
326
|
and node-group lists included), so a zero-edit rebuild never injects a list the
|
|
319
327
|
source lacked; new `schemaOptions: { advisoryRequired: true }` treats a schema's
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-form-foundry-transformers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.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",
|