v2.2.0 stable #16
BlakvGhost
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Features
Full support for
*
wildcards in validation and transformation pathsWildcards can now be used in input keys to dynamically apply rules or transformations to deeply nested structures.
Example:
Improved nested array notation handling
Deeply nested array structures (e.g., users..addresses..city) are now fully supported across all layers:
Validation
Transformation
Conditional mapping
Extended compatibility with hybrid structures using wildcards
You can now target nested keys inside arrays and objects simultaneously using wildcards.
Example:
Fixes
Fixed a bug where validation rules were not properly applied when using multi-level wildcards.
Resolved path conflicts involving explicit array indices combined with wildcards.
Breaking Changes
Validation rules using wildcard paths are now strictly interpreted, which may affect previously lenient or permissive behavior.
Full Changelog: v2.1.0...v2.2.0
This discussion was created from the release v2.2.0 stable.
Beta Was this translation helpful? Give feedback.
All reactions