File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
{{$NEXT}}
2
+
3
+ 0.10.10 2024-11-05T07:31:45+13:00
2
4
- Deprecate LibXML::Document input-compressed() which has proven to
3
5
be inconsistent across libxml2 versions and platforms.
4
6
- Fix initialization in Lib:XML::ErrorHandling.set-error-handling()
5
7
- Rework DocumentFragment balanced chunk parsing for news libxml
6
8
2.14+ implementation. Remove deprecated xmlKeepBlanksGlobal from
7
9
xml6 bindings.
8
- - Fix some libxml2.14 test regressions.
10
+ - Fix some libxml2.14 test regressions and deprecation warnings
11
+ in xml6 bindings.
9
12
- Fix xmlBufCreate() to pass 'size' argument.
10
- - Break LibXML::DocumentFragment parse() method into multis; making
11
- it consistent with LibXML::Parser
13
+ - Refactor LibXML::_CharacterData string manipulation methods
14
+ - Structure LibXML::DocumentFragment parse() method as multis;
15
+ making it consistent with LibXML::Parser
12
16
13
17
0.10.9 2024-06-02T11:28:45+12:00
14
18
- Deprecation of xmlLastError() global variable #111
Original file line number Diff line number Diff line change 108
108
" JSON::Fast" ,
109
109
" App::Prove6"
110
110
],
111
- "version" : " 0.10.9 "
111
+ "version" : " 0.10.10 "
112
112
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use W3C::DOM;
4
4
# Needed for Rakudo 2020.5.1 - see #59
5
5
use LibXML::XPath::Context;
6
6
7
- unit class LibXML : ver<0.10.9 >: api<0.10.0 >
7
+ unit class LibXML : ver<0.10.10 >: api<0.10.0 >
8
8
is LibXML::Parser
9
9
does W3C::DOM::Implementation;
10
10
You can’t perform that action at this time.
0 commit comments