Skip to content

Properties as Array #304

Closed
Closed
@Alcionei

Description

@Alcionei

In the old version, the XML properties they were not being treated as an array. With the new version behavior changed all properties are now array.

I think the previous behavior was correct.

Old version:
if (_this.options.mergeAttrs) {
obj[processedKey] = newValue;
}
New version change:
if (_this.options.mergeAttrs) {
_this.assignOrPush(obj, processedKey, newValue);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions