Skip to content

Commit 00bb768

Browse files
committed
Reference ECMAScript 10.0 specifically for the purposes of optional regex support
1 parent c7ee7f1 commit 00bb768

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
@@ -3158,11 +3158,11 @@ https://example.com/schemas/common#/$defs/count/minimum
31583158
&RFC8259;
31593159
&ldp;
31603160
<reference anchor="ecma262"
3161-
target="https://www.ecma-international.org/ecma-262/5.1">
3161+
target="https://www.ecma-international.org/ecma-262/11.0">
31623162
<front>
3163-
<title>ECMA-262 5.1 edition specification</title>
3163+
<title>ECMA-262 11.0 edition specification</title>
31643164
<author/>
3165-
<date month="June" year="2011" />
3165+
<date year="2020" />
31663166
</front>
31673167
</reference>
31683168
</references>
@@ -3791,7 +3791,7 @@ https://example.com/schemas/common#/$defs/count/minimum
37913791
<t>Rename $recursive* to $dynamic*</t>
37923792
<t>$dynamicAnchor defines a fragment like $anchor</t>
37933793
<t>$dynamic* (previously $recursive) no longer use runtime base URI determination</t>
3794-
<t></t>
3794+
<t>Reference ecma262 11th edition for regular expression support</t>
37953795
<t></t>
37963796
<t></t>
37973797
<t></t>

jsonschema-validation.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,11 +1315,11 @@
13151315
&RFC6901;
13161316
&RFC8259;
13171317
<reference anchor="ecma262"
1318-
target="https://www.ecma-international.org/ecma-262/5.1">
1318+
target="https://www.ecma-international.org/ecma-262/11.0">
13191319
<front>
1320-
<title>ECMA-262 5.1 edition specification</title>
1320+
<title>ECMA-262 11.0 edition specification</title>
13211321
<author/>
1322-
<date month="June" year="2011" />
1322+
<date year="2020" />
13231323
</front>
13241324
</reference>
13251325
<reference anchor="relative-json-pointer">
@@ -1433,7 +1433,7 @@
14331433
<list style="symbols">
14341434
<t>Correct email format RFC reference to 5321 instead of 5322</t>
14351435
<t>Clarified the set and meaning of "contentEncoding" values</t>
1436-
<t></t>
1436+
<t>Reference ecma262 11th edition for regular expression support</t>
14371437
<t></t>
14381438
<t></t>
14391439
<t></t>

0 commit comments

Comments
 (0)