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
- Fixes issue where library erroneously detected client-side environment when running on Node.js.
4
+
1
5
# v0.1.0
2
6
3
7
- 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.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "helpful-merge",
3
-
"version": "0.1.2",
3
+
"version": "0.1.3",
4
4
"description": "A highly-configurable merge implementation with intelligent error handling for validating consumer-provided input against configuration interfaces.",
0 commit comments