ng-form-foundry-transformers 0.6.1 → 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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -314,6 +314,10 @@ 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
+
317
321
  `0.6.1` — version-alignment release with the workspace (the paired
318
322
  `ng-form-foundry` 0.6.1 fixes optional-list and add-button layout under a
319
323
  columns grid); no transformer changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-form-foundry-transformers",
3
- "version": "0.6.1",
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",