Skip to content

Releases: RebeccaStevens/deepmerge-ts

v4.2.1

15 Jun 22:49
Compare
Choose a tag to compare

4.2.1 (2022-06-15)

Bug Fixes

v4.2.0

15 Jun 02:02
Compare
Choose a tag to compare

4.2.0 (2022-06-15)

Features

  • export types for module resolution node 16 (20241c5)

Performance Improvements

  • ts: add variance annotations (cecc9db)
  • ts: use extends constraints on infer (f053e76)

v4.1.0

13 Jun 05:12
Compare
Choose a tag to compare

4.1.0 (2022-06-13)

Features

  • treat module imports as records (20c0dfb), closes #133

v4.0.4

13 Jun 04:53
Compare
Choose a tag to compare

4.0.4 (2022-06-13)

Bug Fixes

  • drop keys that have no enumerable properties (3363570)

v4.0.3

06 Apr 03:39
Compare
Choose a tag to compare

4.0.3 (2022-04-06)

Bug Fixes

  • use explict return types for function that return a HKT (eb4183e), closes #94

v4.0.2

31 Mar 08:03
Compare
Choose a tag to compare

4.0.2 (2022-03-31)

Bug Fixes

  • protect against prototype pollution (d637db7)

v4.0.1

14 Mar 11:56
Compare
Choose a tag to compare

4.0.1 (2022-03-14)

Bug Fixes

  • deno: fix broken import in deno dist files (#85) (86faf2a)

v4.0.0

26 Feb 09:43
Compare
Choose a tag to compare

4.0.0 (2022-02-26)

Bug Fixes

Features

  • allow for default merging via a special return value (658d1fd)
  • allow for implicit default merging (1d5e617)
  • allow for skipping properties completely via a special return value (#64) (676f2f6)

BREAKING CHANGES

  • MetaMetaData now must extends DeepMergeBuiltInMetaData

v3.0.1

22 Feb 12:32
Compare
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
Compare
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