Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 901 Bytes

changelog.rst

File metadata and controls

27 lines (18 loc) · 901 Bytes

Changelog

1.2.1 (2014-06-13)

  • Python 2.5 or greater is required in version 1.2.1.
  • Added strip_attr option to decide whether return the element attributes for parse result in lazyxml.loads and lazyxml.load.

1.2 (2014-06-10)

  • Sphinx doc supported.
  • The fp parameter for lazyxml.dump is not just as a string of filename, also supports file or file-like object.
  • collections.defaultdict and collections.OrderedDict supported in lazyxml.dump and lazyxml.dumps.
  • types.GeneratorType object and other iterable object that have __iter__ and next attribute supported in lazyxml.dump and lazyxml.dumps.

1.1.0 (2014-05-06)

  • First public version.

1.0.0 (2014-05-04)

  • Move to github.