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