All Versions
30
Latest Version
Avg Release Cycle
202 days
Latest Release
-

Changelog History
Page 3

  • v0.5.0 Changes

    • ๐Ÿ‘ Allow using alternate versions of expat.
    • โž• Added shameless link to GitTip.
    • ๐Ÿ”€ Merge pull request #20 from kevbo/master
    • โž• Adds unparse example to README
  • v0.4.6 Changes

    • ๐Ÿ›  fix try/catch block for pypi (throws AttributeError instead of TypeError)
    • prevent encoding an already encoded string
    • โœ‚ removed unnecessary try/catch for xml_input.encode(). check if file or string, EAFP style. (thanks @turicas)
  • v0.4.5 Changes

    • โœ… test with python 3.3 too
    • avoid u'unicode' syntax (fails in python 3.2)
    • ๐Ÿ– handle unicode input strings properly
    • โž• add strip_whitespace option (default=True)
    • ๐Ÿ”€ Merge pull request #16 from slestak/master
    • ๐Ÿ›  fix unittest
    • working with upstream to improve #15
    • โœ‚ remove pythonpath tweaks, change loc of #15 patch
    • upstream #15
  • v0.4.4 Changes

    • โœ… test attribute order roundtrip only if OrderedDict is available (python >= 2.7)
    • ๐Ÿ”€ Merge branch 'master' of github.com:martinblech/xmltodict
    • ๐Ÿ›  preserve xml attribute order (fixes #13)
  • v0.4.3 Changes

    • ๐Ÿ›  fix #12: postprocess cdata items too
    • โž• added info about official fedora package
  • v0.4.2 Changes

    • ๐Ÿ”€ Merge pull request #11 from ralphbean/master
    • โœ… Include REAMDE, LICENSE, and tests in the distributed tarball.
  • v0.4.1 Changes

    • take all characters (no need to strip and filter)
    • ๐Ÿ›  fixed CLI (marshal only takes dict, not OrderedDict)
    • ignore MANIFEST
  • v0.4 Changes

    • ๐Ÿ“œ #8 preprocessing callback in unparse()
  • v0.3 Changes

    • implemented postprocessor callback (#6)
    • โšก๏ธ update readme with install instructions
  • v0.2 Changes

    • ๐Ÿ”— link to travis-ci build status
    • more complete info in setup.py (for uploading to PyPi)
    • โ†ช coverage annotations for tricky py3k workarounds
    • py3k compatibility
    • removed unused future print_function
    • using io.StringIO on py3k
    • โœ‚ removed unnecessary exception catching
    • ๐ŸŽ‰ initial travis-ci configuration
    • made _emit function private
    • ๐Ÿ“œ unparse functionality
    • โž• added tests
    • โšก๏ธ updated (c) notice to acknowledge individual contributors
    • โž• added license information
    • ๐Ÿ›  fixed README
    • โœ‚ removed temp build directory and added a .gitignore to avoid that happening again
    • ๐Ÿ”€ Merge pull request #1 from scottscott/master
    • โž• Added setup script to make xmltodict a Python module.
    • fixed bad handling of cdata in semistructured xml, changed CDATA to #text as default
    • added attr_prefix, cdata_key and force_cdata parameters
    • ๐Ÿ”— links in README
    • ๐Ÿ”— links in README
    • ๐Ÿ‘Œ improved README
    • ๐ŸŽ‰ initial commit