Skip to content

Releases: clarketm/mergedeep

v1.3.4

05 Feb 18:55
Compare
Choose a tag to compare
v1.3.4 - fix return type for `merge` in README

v1.3.3

05 Feb 18:33
Compare
Choose a tag to compare
v1.3.3 - refine types and docstrings

v1.3.2

05 Feb 17:51
Compare
Choose a tag to compare
v1.3.2 - add py.typed and update typings, close #2

v1.3.1

07 Jan 09:49
Compare
Choose a tag to compare
v1.3.1 - add Python 3.9 support classifier

v1.3.0

19 Apr 06:10
Compare
Choose a tag to compare
v1.3.0 - support additive merging of `Counter` types

v1.2.1

19 Apr 05:55
Compare
Choose a tag to compare
v1.2.1 - tidy docs and variable names

v1.2.0

19 Apr 03:53
Compare
Choose a tag to compare
v1.2.0 - support both TYPESAFE_REPLACE and TYPESAFE_ADDITIVE merge st…

v1.1.1

13 Apr 05:07
Compare
Choose a tag to compare
v1.1.1 - support `tuple` merging when using ADDITIVE strategy

v1.0.3

24 Feb 09:45
Compare
Choose a tag to compare
v1.0.3 - minor perf improvements by limiting deepcopy

v1.0.2

11 Feb 21:26
Compare
Choose a tag to compare
v1.0.2 - support three different merge strategies: (replace, additive…