diff xml/en/docs/njs/compatibility.xml @ 2935:918ec12be507

njs-0.7.10.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 07 Feb 2023 17:42:18 +0000
parents 60851da88db6
children 8f50cc590cd7
line wrap: on
line diff
--- a/xml/en/docs/njs/compatibility.xml
+++ b/xml/en/docs/njs/compatibility.xml
@@ -9,7 +9,7 @@
 <article name="Compatibility"
         link="/en/docs/njs/compatibility.html"
         lang="en"
-        rev="35"
+        rev="36"
         toc="no">
 
 <section>
@@ -263,6 +263,12 @@ ES9:
 </listitem>
 
 <listitem>
+ES12:
+<literal>replaceAll</literal>
+(<link doc="changes.xml" id="njs0.7.10">0.7.10</link>)
+</listitem>
+
+<listitem>
 non-standard:
 <link doc="reference.xml" id="string_bytesfrom"><literal>bytesFrom</literal></link>
 (<link doc="changes.xml" id="njs0.2.3">0.2.3</link>),
@@ -905,6 +911,18 @@ methods
 <link doc="reference.xml" id="textencoder_encodeinto"><literal>encodeInto</literal></link>
 </listitem>
 
+<listitem id="xml">
+<link doc="reference.xml" id="xml"><literal>XML</literal></link>
+methods
+(<link doc="changes.xml" id="njs0.7.10">0.7.10</link>):
+<link doc="reference.xml" id="xml_parse"><literal>parse()</literal></link>,
+<link doc="reference.xml" id="xml_c14n"><literal>xml.c14n()</literal></link>,
+<link doc="reference.xml" id="xml_exclusiveC14n"><literal>xml.exclusiveC14n()</literal></link>,
+<link doc="reference.xml" id="xml_doc"><literal>XMLDoc</literal></link>,
+<link doc="reference.xml" id="xml_node"><literal>XMLNode</literal></link>,
+<link doc="reference.xml" id="xml_xmlattr"><literal>XMLAttr</literal></link>
+</listitem>
+
 <listitem>
 ES6 modules support:
 default <literal>export</literal> and