Skip to content

Releases: RebeccaStevens/deepmerge-ts

v3.0.1

22 Feb 12:32

Choose a tag to compare

3.0.1 (2022-02-22)

Bug Fixes

  • allows readonly records in DeepMergeRecordsDefaultHKTInternalPropValueHelper (#60) (fc85dfa)

v3.0.0

19 Feb 05:46

Choose a tag to compare

3.0.0 (2022-02-19)

Code Refactoring

  • unrequire unused types and values (c78e373)

Features

  • lone values will now be passed to mergeOthers rather than just returned (#57) (9c24584)
  • provide customizable meta data to custom merge functions (3d96692), closes #33

BREAKING CHANGES

  • some types have changed for deepmergeCustom

v2.0.1

22 Dec 16:14

Choose a tag to compare

2.0.1 (2021-12-22)

v2.0.0

22 Nov 15:52

Choose a tag to compare

2.0.0 (2021-11-22)

Bug Fixes

  • add better support for readonly types (#17) (ee59064)

BREAKING CHANGES

  • interface DeepMergeMergeFunctionURItoKind's signature has changed

v1.1.7

22 Nov 14:34

Choose a tag to compare

1.1.7 (2021-11-22)

Bug Fixes

  • incorrect resulting type when merging 3+ readonly tuples (#20) (696a1b2)

v1.1.6

22 Nov 12:15

Choose a tag to compare

1.1.6 (2021-11-22)

Performance Improvements

  • convert recursive types to tail-recursive versions (#15) (4401ac2)

v1.1.5

18 Oct 13:36

Choose a tag to compare

1.1.5 (2021-10-18)

Bug Fixes

  • deno: deno release fixup (4b8ca98)

v1.1.4

18 Oct 13:13

Choose a tag to compare

1.1.4 (2021-10-18)

Deno release.

This release has no changes for node uses.

v1.1.3

21 Sep 14:48

Choose a tag to compare

1.1.3 (2021-09-21)

Bug Fixes

v1.1.2

17 Sep 14:48

Choose a tag to compare

1.1.2 (2021-09-17)

Bug Fixes

  • current and legacy types trying to using the same file resulting in one being overridden (#10) (a5f334b)

Performance Improvements

  • add early escapes to loops when merging unknown types (17a92e1)
  • directly request enumerable keys so that they don't need to then be filtered (04a2a5f)
  • use imperative loops when building merged result of records (b36f7bc)