Changelog 1.2.0 — 9th of January 2023¶
Notable changes¶
Handle single property/constructor argument with array input
It is now possible, again, to use an array for a single node (single class property or single constructor argument), if this array has one value with a key matching the argument/property name.
This is a revert of a change that was introduced in a previous commit: see hash 72cba320f582c7cda63865880a1cbf7ea292d2b1
Features¶
- Allow usage of array input for single node during mapping (686186)
Bug Fixes¶
- Do not re-validate single node with existing error (daaaac)