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
Make merge function perform deep merge by default (#133)
Recursively merge nested maps key-by-key instead of overwriting.
Slices and scalars still use last-value-wins semantics. The spread
operator ({$a..., $b...}) remains available for shallow merge.