1.5.0 (2024-03-29)
1.4.1 (2023-09-20)
- removed superfluous cut utility (b8f5826)
1.4.0 (2023-05-29)
- better polyfill implementation for cloning arrays and objects (fad6beb)
- create a new weak map for each source (4ed64d2)
- remove unused utility methods + applied linter (76baf8e)
- use weak-map instead of json-stringify for circular reference handling (33b4ea4)
1.3.0 (2023-05-28)
- move sources length check to create-merger (c55bfc5)
1.3.0-alpha.2 (2023-05-28)
- deep clone input sources (384acff)
1.3.0-alpha.1 (2023-05-28)
- refactored merger to support arrays (2185ebe)
1.2.0 (2023-05-28)
- split regular and distinct array merge + support multiple input arrays (f7d4a75)
1.1.1 (2023-05-20)
- extend is-equal check for arrays (406d48b)
1.1.0 (2023-05-19)
- remove array duplicates by value & reference (b55dcfc)
1.0.0 (2023-03-20)
- const for priority side + cleanup types (bf19728)
- bump version to v1.x
0.1.0 (2023-01-27)
- refactor build pipeline & replaced babel with swc (306c126)
0.0.7 (2023-01-11)
- deps: bump json5 from 1.0.1 to 1.0.2 (33a7d6c)
0.0.6 (2022-10-19)
- return type of merge result (cc534b9)
0.0.5 (2022-10-19)
- force version bump (e1a993d)
0.0.4 (2022-10-19)
- enhanced typing for merger result (19fc7ff)