Skip to content

1.2.0

Compare
Choose a tag to compare
@romm romm released this 09 Jan 12:55
· 140 commits to master since this release

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 72cba32

Features

  • Allow usage of array input for single node during mapping (686186)

Bug Fixes

  • Do not re-validate single node with existing error (daaaac)

Other

  • Remove unneeded internal check (86cca5)
  • Remove unneeded internal checks and exceptions (157723)