You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numeric padding: numbers are now right-padded ("123.00 ") instead of left-padded, matching common input formats and improving alignment.
ForceComplexNewLine: allows forcing an object to place each key/value on its own line, even if it would normally be formatted on a single line.
Multi-pattern DSL rules: a single rule can now target multiple patterns, reducing duplication in DSL rule files.
Transformation changes
Transformation is still a experimental feature and will not shipped in the stable build. For transperency purposes this are the the transformation changes since the v0.0.4:
Transformation flag: enables or fully disables all transformations, allowing experimental builds to run without applying structural changes.
Support-vertex name normalization: support-vertex names are now consistently generated.
Improved support-node detection: vertices are now grouped by connection type, making high-connection vertices reliably selected as support vertices.
Bugfixes
Object parsing with comments fixed: objects can now be parsed even when comments appear before their keys.
Array selector isolation fixed: array selectors no longer affect object selectors; each resolves independently as intended.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Features
"123.00 ") instead of left-padded, matching common input formats and improving alignment.Transformation changes
Transformation is still a experimental feature and will not shipped in the stable build. For transperency purposes this are the the transformation changes since the v0.0.4:
Bugfixes
Summarized changelog
Full Changelog: v0.0.4...v0.0.5
This discussion was created from the release v0.0.5.
Beta Was this translation helpful? Give feedback.
All reactions