Skip to content

Latest commit

 

History

History
128 lines (57 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

128 lines (57 loc) · 4.51 KB

1.5.0 (2024-03-29)

Features

1.4.1 (2023-09-20)

Bug Fixes

  • removed superfluous cut utility (b8f5826)

1.4.0 (2023-05-29)

Bug Fixes

  • 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)

Features

  • use weak-map instead of json-stringify for circular reference handling (33b4ea4)

1.3.0 (2023-05-28)

Bug Fixes

  • move sources length check to create-merger (c55bfc5)

Features

  • deep clone input sources (384acff)
  • refactored merger to support arrays (2185ebe)

1.3.0-alpha.2 (2023-05-28)

Features

  • deep clone input sources (384acff)

1.3.0-alpha.1 (2023-05-28)

Features

  • refactored merger to support arrays (2185ebe)

1.2.0 (2023-05-28)

Bug Fixes

  • add generic argument for distinct-array util (4d31b24)
  • optimize array merge (240ce25)

Features

  • split regular and distinct array merge + support multiple input arrays (f7d4a75)

1.1.1 (2023-05-20)

Bug Fixes

  • extend is-equal check for arrays (406d48b)

1.1.0 (2023-05-19)

Features

  • remove array duplicates by value & reference (b55dcfc)

1.0.0 (2023-03-20)

Features

  • const for priority side + cleanup types (bf19728)

BREAKING CHANGES

  • bump version to v1.x

0.1.0 (2023-01-27)

Features

  • refactor build pipeline & replaced babel with swc (306c126)

0.0.7 (2023-01-11)

Bug Fixes

  • deps: bump json5 from 1.0.1 to 1.0.2 (33a7d6c)

0.0.6 (2022-10-19)

Bug Fixes

  • return type of merge result (cc534b9)

0.0.5 (2022-10-19)

Bug Fixes

0.0.4 (2022-10-19)

Bug Fixes

  • enhanced typing for merger result (19fc7ff)