xmltodict v0.13.0 Release Notes
-
- โ Add install info to readme for openSUSE. (#205)
- Thanks, @smarlowucf!
- ๐ Support defaultdict for namespace mapping (#211)
- Thanks, @nathanalderson!
- ๐ parse(generator) is now possible (#212)
- Thanks, @xandey!
- ๐ Processing comments on parsing from xml to dict (connected to #109) (#221)
- Thanks, @svetazol!
- โ Add expand_iter kw to unparse to expand iterables (#213)
- Thanks, @claweyenuk!
- ๐ Fixed some typos
- Thanks, @timgates42 and @kianmeng!
- โ Add support for python3.8
- Thanks, @t0b3!
- โฌ๏ธ Drop Jython/Python 2 and add Python 3.9/3.10.
- โฌ๏ธ Drop OrderedDict in Python >= 3.7
- Do not use len() to determine if a sequence is empty
- Thanks, @DimitriPapadopoulos!
- โ Add more namespace attribute tests
- Thanks, @leogregianin!
- ๐ Fix encoding issue in setup.py
- Thanks, @rjarry!
- โ Add install info to readme for openSUSE. (#205)