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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
=== version history for XML::LibXML::Simple
version 1.01: Wed 15 Jan 2020 10:47:10 PM CET
Changes:
- Slaven needs 5.8 to be supported for his processed. Reinstated.
rt.cpan.org#131486 [Slaven Rezic]
Fixes:
- README.md contained info of other project.
version 1.00: Wed 15 Jan 11:57:43 CET 2020
Changes:
- require perl 5.10
Improvements:
- converted to GitHUB
version 0.99: Mon 11 Dec 12:53:14 CET 2017
Changes:
- support SuppressEmpty.
Improvements:
- typo
rt.cpan.org#123618 [Gregor Herrmann, Debian]
version 0.98: Wed 8 Nov 10:38:35 CET 2017
Improvements:
- warn about the dwimmery of the code
rt.cpan.org#114021 [David Schmidt, Slaven Rezic]
- typo
rt.cpan.org#114211 [Gregor Herrmann, Debian]
- remove dependency on File::Slurp::Tiny, never used it
rt.cpan.org#123537 [Dan Book]
version 0.97: Tue 12 Apr 15:12:21 CEST 2016
Fixes:
- HookNodes parameter was not allowed. [Kit Peters]
version 0.96: Fri 11 Mar 15:09:43 CET 2016
Improvements:
- deprecate XML input from 'undef'
- rewrite UNIVERSAL::isa into blessed ->isa
- implement hooks on nodes
version 0.95: Mon Dec 22 08:19:53 CET 2014
Fixes:
- content-key collapse did not work with any key value of 0.
Improvements:
- doc: be clear that an XML::LibXML node can be used as source
for XMLin as well [Salve J. Nilsen]
- doc: cleaner SYNOPSIS, minor reorganisation.
version 0.94: Sat Jun 7 22:39:23 CEST 2014
Improvements:
- change documentation style.
- replace File::Slurp by File::Slurp::Tiny [Caleb Cushing]
version 0.93: Sat Mar 2 11:58:52 CET 2013
Improvements:
- move pod-test to xt/
- fix warning produced by Pod::Checker
version 0.92: Fri Dec 21 12:22:16 CET 2012
Fixes:
- include license in the manuals.
version 0.91: Mon Jul 11 22:40:02 CEST 2011
Fixes:
- forcearray option with one element
rt.cpan.org#69336 [Matt W Johnson]
version 0.90: Wed Jun 15 10:20:48 CEST 2011
Fixes:
- initialize XML::LibXML::Parser into safe mode.
rt.cpan.org#68803 [Yann Kerherve]
Improvements:
- new Parser and ParserOpts parameters
version 0.15: Thu Apr 28 10:22:34 CEST 2011
Fixes:
- parser object recreated each time, because it cannot be
reused (any more?). [Didier Brun]
version 0.14: Fri Jul 16 11:17:49 CEST 2010
Fixes:
- do not use /bin/pwd in t/99pod.t
- forgot to define xml_in.
rt.cpan.org#59172 [Justin Case]
version 0.13: Wed Nov 19 11:03:52 CET 2008
Fixes:
- do not try to expand namespace in "pseudo-" attributes, like
namespace declarations.
Improvements:
- include the ChangeLog in the package. Discovered by [CPANTS]
- add option NsStrip
version 0.12: Wed Mar 26 11:43:09 CET 2008
Fixes:
- fix tests on Windows.
version 0.11: Fri Feb 8 14:41:35 CET 2008
Improvements:
- moved XML input parsing to separate subroutine
- added ChangeLog
- added some more docs
version 0.10: Mon Feb 4 17:46:07 CET 2008
- initial release
|