ng-form-foundry-transformers 0.5.2 → 0.5.4
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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -309,6 +309,15 @@ npm test # node:test on the compiled output (no Python needed)
|
|
|
309
309
|
|
|
310
310
|
## Status
|
|
311
311
|
|
|
312
|
+
`0.5.4` — version-alignment release with the workspace (the paired
|
|
313
|
+
`ng-form-foundry` 0.5.4 ships tree options — `expandOnClick`,
|
|
314
|
+
`showBreadcrumb` — field-wide add buttons, and a unified block rhythm); no
|
|
315
|
+
transformer changes.
|
|
316
|
+
|
|
317
|
+
`0.5.3` — version-alignment release with the workspace (the paired
|
|
318
|
+
`ng-form-foundry` 0.5.3 ships hover-revealed field actions and indexed
|
|
319
|
+
group-list add labels); no transformer changes.
|
|
320
|
+
|
|
312
321
|
`0.5.2` — **shape safety and operator-friendly display**: a container-shape
|
|
313
322
|
disagreement between document and schema (array declared where the document
|
|
314
323
|
holds an object, or scalar where it holds a collection — inside choices
|
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.4",
|
|
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",
|