Changelog¶
1.3.0 (2019-12-09)¶
- Bug fix and refactor.
- Only support Python 2.7.
1.2.1 (2014-06-13)¶
- Python 2.5 or greater is required in version 1.2.1.
- Added
strip_attroption to decide whether return the element attributes for parse result inlazyxml.loads()andlazyxml.load().
1.2 (2014-06-10)¶
- Sphinx doc supported.
- The
fpparameter forlazyxml.dump()is not just as a string of filename, also supports file or file-like object. collections.defaultdictandcollections.OrderedDictsupported inlazyxml.dump()andlazyxml.dumps().types.GeneratorTypeobject and other iterable object that have __iter__ and next attribute supported inlazyxml.dump()andlazyxml.dumps().
1.1.0 (2014-05-06)¶
- First public version.
1.0.0 (2014-05-04)¶
- Move to github.