Skip to content

Changelog

0.4.0 (2026-05-20)

Features

  • splits functions by type (f70e7b5)

Bug Fixes

  • ensure keys not specifically mentioned are alphabetically ordered (4ca04dc)
  • merge_list should fail with duplicate keys (a14b3d2)

Documentation

  • add section on override pipelines (804f08e)
  • make user-guide more readable (fcc4950)
  • switch from mkdocs to zensical (a9bed49)

0.3.4 (2026-04-27)

Bug Fixes

  • merge should be able to handle None in inputs (c780307)

0.3.3 (2026-04-27)

Bug Fixes

  • preserve user specified ordering (b37bba3)

0.3.2 (2026-04-20)

Bug Fixes

  • add option to sort object within a list of objects (d83b165)

0.3.1 (2026-04-09)

Bug Fixes

  • the values for merge_functions are unknown (18ac989)

0.3.0 (2026-04-09)

Features

  • make factory functions generic (6fdd768)

0.2.4 (2026-04-09)

Documentation

  • adds changelog to documentation (8854bed)

0.2.3 (2026-04-09)

Bug Fixes

0.2.2 (2026-04-09)

Bug Fixes

0.2.1 (2026-04-09)

Bug Fixes

  • typo in publish workflow (419faef)

0.2.0 (2026-04-09)

Features

  • add ability to create merge factories (27fb03f)
  • add functionality to create merge factories (5d2232a)

Bug Fixes

  • add release-please config (b1fbf52)
  • make package available for Python 3.10 (bb976ca)
  • merge_dict should reuse _merge (870c6c6)
  • we need to checkout for release-please to read config (6412985)
  • wrong return value (31ec0d1)

Documentation

  • enhance layout and docstrings (20735df)
  • update merge_factory description (c7e3842)