ng-form-foundry-transformers 0.5.3 → 0.5.5
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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -309,6 +309,16 @@ npm test # node:test on the compiled output (no Python needed)
|
|
|
309
309
|
|
|
310
310
|
## Status
|
|
311
311
|
|
|
312
|
+
`0.5.5` — version-alignment release with the workspace (the paired
|
|
313
|
+
`ng-form-foundry` 0.5.5 aligns the standalone form and config editor on list
|
|
314
|
+
cardinality, adds `setNodePresence`, and reflects external form mutations in
|
|
315
|
+
the config editor); no transformer changes.
|
|
316
|
+
|
|
317
|
+
`0.5.4` — version-alignment release with the workspace (the paired
|
|
318
|
+
`ng-form-foundry` 0.5.4 ships tree options — `expandOnClick`,
|
|
319
|
+
`showBreadcrumb` — field-wide add buttons, and a unified block rhythm); no
|
|
320
|
+
transformer changes.
|
|
321
|
+
|
|
312
322
|
`0.5.3` — version-alignment release with the workspace (the paired
|
|
313
323
|
`ng-form-foundry` 0.5.3 ships hover-revealed field actions and indexed
|
|
314
324
|
group-list add labels); no transformer changes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-form-foundry-transformers",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
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",
|