ng-form-foundry-transformers 0.3.0 → 0.3.1

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
@@ -181,6 +181,10 @@ npm test # node:test on the compiled output (no Python needed)
181
181
 
182
182
  ## Status
183
183
 
184
+ `0.3.1` — version alignment with the library's review-fix release (all 59
185
+ findings of the tree-editor/form-renderer review resolved); no transformer
186
+ changes.
187
+
184
188
  `0.3.0` — data-integrity release plus JSON Schema draft 2020-12. Fixes three
185
189
  round-trip corruption bugs shipped in 0.2.1 (YAML maps with non-string keys
186
190
  duplicated entries; integers beyond 2^53 lost precision — now carried
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-form-foundry-transformers",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
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",