Skip to content

Commit 7e31d17

Browse files
committed
Reference ECMAScript 10.0 specifically for the purposes of optional regex support
1 parent 1e7cd49 commit 7e31d17

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

jsonschema-core.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3221,11 +3221,11 @@ https://example.com/schemas/common#/$defs/count/minimum
32213221
&RFC8259;
32223222
&ldp;
32233223
<reference anchor="ecma262"
3224-
target="https://www.ecma-international.org/ecma-262/5.1">
3224+
target="https://www.ecma-international.org/ecma-262/11.0">
32253225
<front>
3226-
<title>ECMA-262 5.1 edition specification</title>
3226+
<title>ECMA-262 11.0 edition specification</title>
32273227
<author/>
3228-
<date month="June" year="2011" />
3228+
<date year="2020" />
32293229
</front>
32303230
</reference>
32313231
</references>
@@ -3854,7 +3854,7 @@ https://example.com/schemas/common#/$defs/count/minimum
38543854
<t>Rename $recursive* to $dynamic*</t>
38553855
<t>$dynamicAnchor defines a fragment like $anchor</t>
38563856
<t>$dynamic* (previously $recursive) no longer use runtime base URI determination</t>
3857-
<t></t>
3857+
<t>Reference ecma262 11th edition for regular expression support</t>
38583858
<t></t>
38593859
<t></t>
38603860
<t></t>

jsonschema-validation.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,11 +1316,11 @@
13161316
&RFC6901;
13171317
&RFC8259;
13181318
<reference anchor="ecma262"
1319-
target="https://www.ecma-international.org/ecma-262/5.1">
1319+
target="https://www.ecma-international.org/ecma-262/11.0">
13201320
<front>
1321-
<title>ECMA-262 5.1 edition specification</title>
1321+
<title>ECMA-262 11.0 edition specification</title>
13221322
<author/>
1323-
<date month="June" year="2011" />
1323+
<date year="2020" />
13241324
</front>
13251325
</reference>
13261326
<reference anchor="relative-json-pointer">
@@ -1434,7 +1434,7 @@
14341434
<list style="symbols">
14351435
<t>Correct email format RFC reference to 5321 instead of 5322</t>
14361436
<t>Clarified the set and meaning of "contentEncoding" values</t>
1437-
<t></t>
1437+
<t>Reference ecma262 11th edition for regular expression support</t>
14381438
<t></t>
14391439
<t></t>
14401440
<t></t>

0 commit comments

Comments
 (0)