Skip to content

Releases: Infinidat/munch

4.0.0

01 Jul 09:48
Compare
Choose a tag to compare
  • Remove six dependency

3.0.0

14 May 12:27
Compare
Choose a tag to compare
  • BREAKING CHANGE: Require Python >=3.6 and upgrade syntax - thanks @EwoutH
  • Fix munchify for tuples of lists
  • Update init.py to work with non standard version - thanks @mboisson
  • Allow importing even when VERSION read fails - thanks @mdornseif and @dangillet
  • Add imports to README
  • replace pkg_resources with importlib.metadata - thanks @dhellmann
  • Added RecursiveMunch object - thanks @GuillaumeRochette

v2.2.0

27 Jul 10:02
Compare
Choose a tag to compare
  • Added DefaultMunch for creating munches with default values (thanks @z0u)