]> git.phdru.name Git - extfs.d.git/blob - xml-ChangeLog
a45f8902a65713cada8e3b109a1c50287931d6ce
[extfs.d.git] / xml-ChangeLog
1 Version 1.1.3 (2015-03-14)
2
3    Fix a minor bug in handling namespaces (lxml).
4
5 Version 1.1.2 (2015-01-10)
6
7    Changed link to installation instructions.
8
9 Version 1.1.1 (2014-07-17)
10
11    Fix a bug in removing excessive namespaces (lxml).
12
13 Version 1.1.0 (2013-11-26)
14
15    Show comment(s) before the root element.
16
17 Version 1.0.0 (2013-11-23)
18
19    With lxml.etree-based implementation show only child namespaces
20    (calculated as combined namespaces minus parent's namespaces).
21
22 Version 0.6.0 (2013-11-22)
23
24    Refactored _list() and attrs2text() to be completely generic.
25
26 Version 0.5.0 (2013-11-19)
27
28    Added lxml.etree-based implementation.
29
30 Version 0.4.0 (2013-11-19)
31
32    Added ElementTree-based implementation.
33
34 Version 0.3.0 (2013-11-16)
35
36    Initial release. Implementation based on minidom.