Skip to content

Releases: toumorokoshi/deepmerge

v2.0

30 Aug 05:30
Compare
Choose a tag to compare

Breaking Changes

  • Add typing / drop Python < 3.8 support by @nhairs in #30

What's Changed

  • feat: add typing for merge and value_strategy functions by @Atry in #33
  • fix: Different hash for same dictionaries problem by @alexeykomp in #32

New Contributors

Full Changelog: v1.1.1...v2.0

v2.0b0

29 Jan 16:59
3bb38cb
Compare
Choose a tag to compare

What's Changed

  • minor: small doc improvement by @icy in #29
  • Add typing / drop Python < 3.8 support by @nhairs in #30

New Contributors

  • @icy made their first contribution in #29
  • @nhairs made their first contribution in #30

Full Changelog: v1.1.1...v2.0b0

v1.1.1

18 Dec 22:13
98ec8c1
Compare
Choose a tag to compare

What's Changed

  • Fix documentation for custom strategies by @jan-golda in #24
  • Update Python versions by @pabloge in #26
  • Make predefined merge strategies work with built-in collections subtypes by @pabloge in #25

New Contributors

Full Changelog: v1.1.0...v1.1.1