Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Date.toLocaleString (and related) for Nodejs #5068

Merged
merged 8 commits into from
Nov 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 15 additions & 12 deletions javascript/builtins/Date.json
Original file line number Diff line number Diff line change
Expand Up @@ -2369,7 +2369,7 @@
"version_added": "5.5"
},
"nodejs": {
"version_added": null
"version_added": true
},
"opera": {
"version_added": true
Expand Down Expand Up @@ -2419,7 +2419,7 @@
"version_added": false
},
"nodejs": {
"version_added": null
"version_added": true
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -2469,7 +2469,8 @@
"version_added": "11"
},
"nodejs": {
"version_added": null
"version_added": "0.12",
"notes": "Prior to NodeJS 13, only the locale data for <code>en-us</code> is available by default. When other English locales are specified, the function silently falls back to <code>en-us</code>. When other languages are specified, it throws a <code>RangeError</code>. In order to make full ICU (locale) data available for versions prior to 13, see docs on the <code>--with-full-icu=</code> flag and how to provide the data."
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -2519,7 +2520,7 @@
"version_added": "11"
},
"nodejs": {
"version_added": null
"version_added": true
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -2628,7 +2629,7 @@
"version_added": "3"
},
"nodejs": {
"version_added": null
"version_added": true
},
"opera": {
"version_added": true
Expand Down Expand Up @@ -2678,7 +2679,7 @@
"version_added": false
},
"nodejs": {
"version_added": null
"version_added": true
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -2728,7 +2729,8 @@
"version_added": "11"
},
"nodejs": {
"version_added": null
"version_added": "0.12",
"notes": "Prior to NodeJS 13, only the locale data for <code>en-us</code> is available by default. When other English locales are specified, the function silently falls back to <code>en-us</code>. When other languages are specified, it throws a <code>RangeError</code>. In order to make full ICU (locale) data available for versions prior to 13, see docs on the <code>--with-full-icu=</code> flag and how to provide the data."
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -2778,7 +2780,7 @@
"version_added": "11"
},
"nodejs": {
"version_added": null
"version_added": true
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -2834,7 +2836,7 @@
"version_added": "5.5"
},
"nodejs": {
"version_added": null
"version_added": true
},
"opera": {
"version_added": true
Expand Down Expand Up @@ -2884,7 +2886,7 @@
"version_added": false
},
"nodejs": {
"version_added": null
"version_added": true
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -2934,7 +2936,8 @@
"version_added": "11"
},
"nodejs": {
"version_added": null
"version_added": "0.12",
"notes": "Prior to NodeJS 13, only the locale data for <code>en-us</code> is available by default. When other English locales are specified, the function silently falls back to <code>en-us</code>. When other languages are specified, it throws a <code>RangeError</code>. In order to make full ICU (locale) data available for versions prior to 13, see docs on the <code>--with-full-icu=</code> flag and how to provide the data."
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -2984,7 +2987,7 @@
"version_added": "11"
},
"nodejs": {
"version_added": null
"version_added": true
},
"opera": {
"version_added": "15"
Expand Down