File: Changes

package info (click to toggle)
libxml-struct-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 600; xml: 17; sh: 6; makefile: 2
file content (102 lines) | stat: -rw-r--r-- 2,492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Changelog for XML-Struct

0.27  2018-06-09 00:42:55 CEST
  - fix bug that prevented writing single quotes in attribute values
  - deprecate function removeXMLAttr

0.26  2015-06-09 09:53:04 CEST
  - fix builder support of Moo 1.0
  - fix encoding of empty tag in simple format as {}

0.25  2015-05-22 15:05:07 CEST
  - allow resetting to/handler of writers
  - made most options only settable in constructors
  - refactored XML::Struct::Simple and improved tests
  - experimental reader option: deep (issue #16)

0.24  2015-05-18 15:34:22 CEST
  - simplified Writer, fix writing mixed XML
  - migrated build system to Milla
  - improved documentation

0.23 2014-06-27T22:00:46
 - much more liberal XML writer
 - make all members mutable

0.22 2014-06-24T12:22:28
 - fixed issue #10
 - Merge branch 'master' into issue-10
 - merged feature branches
 - refactored simpleXML to XML::Struct::Simple
 - unit test for issue #10

0.21 2014-06-22T21:13:53
 - fix pretty serialization w/o xmldecl
 - add and test xmldecl

0.20 2014-06-22T10:40:04
 - include XML serializer (issue #6)

0.19 2014-06-19T07:20:35
 - avoid quote_sub failure

0.18 2014-06-12T13:47:30
 - removed debug statement

0.17 2014-06-12T12:08:50
 - readXML from STDIN by default (close #9)
 - support reading from XML::LibXML::Document/Element

0.16 2014-02-20T09:25:51
 - fixed empty element bug in simpleXML

0.15 2013-09-23T10:22:03
 - align empty XML elements with MicroXML data model
 - new option: ns=>'disallow'
 - fix namespace stripping attributes
 - Document parallels to MicroXML

0.14 2013-09-19T06:56:00
 - fully enable option depth

0.13 2013-09-17T12:17:43
 - new option 'depth' for simpleXML
 - support namespace stripping

0.12 2013-09-17T09:35:19
 - Support '//' in pathes

0.11 2013-09-12T08:17:16
 - new function removeXMLAttr
 - renamed 'hashify' to 'simple'

0.10 2013-09-11T12:04:45
 - renamed 'hashify' to 'simple'

0.06 2013-09-11T10:31:11
 - bumped version
 - added method readDocument
 - fixed hashification with root
 - improved writer with options 'encoding' and 'version'

0.05 2013-09-10T12:09:48
 - removed test artifact

0.04 2013-09-10T11:50:06
 - improved path matching
 - support hashify root aka KeepRoot

0.03 2013-09-09T08:32:40
 - added function hashifyXML
 - extended writer
 - fix reader test
 - implemented writer
 - don't test on Perl 5.8 with travis
 - first draft of writer

0.02 2013-09-08T09:19:25
 - renamed to XML::Struct
 - added writer

0.01 2013-09-06T22:50:43
 - initial draft