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
[New] parse: add strictMerge option to wrap object/primitive conflicts in an array
When `strictMerge` is `true` (the default), merging a primitive into an object wraps both in an array instead of using the primitive as a key with value `true`.
Set `strictMerge` to `false` to restore legacy behavior.
Fixes#425. Fixes#122.
When a key appears as both a plain value and an object, **qs** will by default wrap the conflicting values in an array (`strictMerge` defaults to `true`):
0 commit comments