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
- Adds new configuration option `preserveTypeIfTargetUnset` allowing preservation of custom types (e.g. consumer classes), when they can not be inferred from the target.
# v0.1.3
- Fixes issue where library erroneously detected client-side environment when running on Node.js.
# v0.1.0
- Will not attempt to deep-merge DOM nodes if provided as part of a nested source object. This previously resulted in an infinite loop due to circular references.