All Versions
30
Latest Version
Avg Release Cycle
202 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.13.0 Changes
- โ 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)
-
v0.12.0 Changes
February 11, 2019- ๐ Allow force_commits=True for getting all keys as lists (#204)
- README.md: fix useless uses of cat (#200)
- โ Add FreeBSD install instructions (#199)
- ๐ Fix and simplify travis config (#192)
- โ Add support for Python 3.7 (#189)
- โฌ๏ธ Drop support for EOL Python (#191)
- ๐ Use Markdown long_description on PyPI (#190)
- correct spelling mistake (#165)
- ๐ correctly unparse booleans (#180)
- โก๏ธ Updates README.md with svg badge
-
v0.11.0 Changes
April 27, 2017- Determine fileness by checking for
read
attr- Thanks, @jwodder!
- โ Add support for Python 3.6.
- Thanks, @cclauss!
- ๐ Release as a universal wheel.
- Thanks, @adamchainz!
- โก๏ธ Updated docs examples to use print function.
- Thanks, @cdeil!
- unparse: pass short_empty_elements to XMLGenerator
- Thanks, @zhanglei002!
- โ Added namespace support when unparsing.
- Thanks, @imiric!
- Determine fileness by checking for
-
v0.10.2 Changes
June 02, 2016- ๐ Fixed defusedexpat expat import.
- Thanks, @fiebiga!
- ๐ Fixed defusedexpat expat import.
-
v0.10.1 Changes
February 23, 2016- ๐ Use defusedexpat if available.
- ๐ Allow non-string attributes in unparse.
- โ Add postprocessor support for attributes.
- ๐ Make command line interface Python 3-compatible.
-
v0.10.0 Changes
February 23, 2016- โ Add force_list feature.
- Thanks, @guewen and @jonlooney!
- โ Add support for Python 3.4 and 3.5.
- ๐ Performance optimization: use list instead of string for CDATA.
- Thanks, @bharel!
- ๐ง Include Arch Linux package instructions in README.
- Thanks, @felixonmars!
- ๐ Improved documentation.
- Thanks, @ubershmekel!
- ๐ Allow any iterable in unparse, not just lists.
- Thanks, @bzamecnik!
- ๐ Bugfix: Process namespaces in attributes too.
- ๐ Better testing under Python 2.6.
- Thanks, @TyMaszWeb!
- โ Add force_list feature.
-
v0.9.2 Changes
February 04, 2015- ๐ Fix multiroot check for list values (edge case reported by @JKillian)
-
v0.9.1 Changes
January 18, 2015- Only check single root when full_document=True (Thanks @JKillian!)
-
v0.9.0 Changes
April 17, 2014- โ Added CHANGELOG.md
- ๐ Avoid ternary operator in call to ParserCreate().
- โ Adding Python 3.4 to Tox test environment.
- โ Added full_document flag to unparse (default=True).
-
v0.8.7 Changes
March 27, 2014- ๐ Merge pull request #56 from HansWeltar/master
- ๐ Improve performance for large files
- โก๏ธ Updated README unparse example with pretty=True.