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

Add Deno 1.37, add support data for groupBy() #20767

Merged
merged 2 commits into from
Sep 23, 2023

Conversation

kt3k
Copy link
Contributor

@kt3k kt3k commented Sep 22, 2023

Summary

Deno v1.37 has been released https://deno.com/blog/v1.37

Deno added support of Object.groupBy and Map.groupBy in version 1.37.0.

Test results and supporting details

You can check the support in the specific version with the commands:

curl -fsSL https://deno.land/install.sh | sh -s v1.37.0
deno --version
deno eval -p "Object.groupBy" # Or any other JS expression to check

The result of the above commands:

$ curl -fsSL https://deno.land/install.sh | sh -s v1.37.0
######################################################################## 100.0%
Deno was installed successfully to /Users/kt3k/.deno/bin/deno
$ deno --version    
deno 1.37.0 (release, aarch64-apple-darwin)
v8 11.8.172.3
typescript 5.2.2
$ deno eval -p "Object.groupBy"
[Function: groupBy]
$ curl -fsSL https://deno.land/install.sh | sh -s v1.36.4
######################################################################## 100.0%
Deno was installed successfully to /Users/kt3k/.deno/bin/deno
$ deno --version                                            
deno 1.36.4 (release, aarch64-apple-darwin)
v8 11.6.189.12
typescript 5.1.6
$ deno eval -p "Object.groupBy"                          
undefined

Other links

v1.37 blog post mentions about upgrade of V8 to version 11.8 https://deno.com/blog/v1.37#v8-118-and-typescript-522

@github-actions github-actions bot added the data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Sep 22, 2023
@kt3k kt3k force-pushed the deno-object-map-group-by branch from b1fb6c3 to 1332321 Compare September 22, 2023 06:34
@github-actions github-actions bot added the data:browsers Data about browsers (versions, release dates, etc). This data is used for validation. label Sep 22, 2023
@kt3k kt3k force-pushed the deno-object-map-group-by branch from 1332321 to 86eab50 Compare September 22, 2023 06:35
@kt3k kt3k changed the title Add Deno support data for groupBy() Add Deno 1.37, add support data for groupBy() Sep 22, 2023
@queengooborg queengooborg merged commit 39f0c1f into mdn:main Sep 23, 2023
4 checks passed
@kt3k kt3k deleted the deno-object-map-group-by branch September 23, 2023 09:25
Elchi3 pushed a commit to Elchi3/browser-compat-data that referenced this pull request Nov 14, 2023
Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:browsers Data about browsers (versions, release dates, etc). This data is used for validation. data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants