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
For value objects support - like email, url, phone number, credit card number.
Value objects may be whole different library, with object mapper being an optional feature.
instead of items key accepts only values of items (expects the value of field to be given directly, not in array of ['field' => 'value']
allows single mapped property
callbacks should still work the same
types should be modified for the different structure
For value objects support - like email, url, phone number, credit card number.
Value objects may be whole different library, with object mapper being an optional feature.
items
key accepts only values ofitems
(expects the value of field to be given directly, not in array of['field' => 'value']
The text was updated successfully, but these errors were encountered: