ng-form-foundry-transformers 0.5.2 → 0.5.3

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -309,6 +309,10 @@ npm test # node:test on the compiled output (no Python needed)
309
309
 
310
310
  ## Status
311
311
 
312
+ `0.5.3` — version-alignment release with the workspace (the paired
313
+ `ng-form-foundry` 0.5.3 ships hover-revealed field actions and indexed
314
+ group-list add labels); no transformer changes.
315
+
312
316
  `0.5.2` — **shape safety and operator-friendly display**: a container-shape
313
317
  disagreement between document and schema (array declared where the document
314
318
  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.2",
3
+ "version": "0.5.3",
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",