Skip to content

Commit db449ca

Browse files
committedJul 29, 2021
update the changelog
1 parent 746b30c commit db449ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
- [`Array` filtering stage 1 proposal](https://github.com/tc39/proposal-array-filtering):
55
- `Array.prototype.filterReject` replaces `Array.prototype.filterOut`
66
- `%TypedArray%.prototype.filterReject` replaces `%TypedArray%.prototype.filterOut`
7+
- Added [`Array` grouping stage 1 proposal](https://github.com/tc39/proposal-array-grouping):
8+
- `Array.prototype.groupBy`
9+
- `%TypedArray%.prototype.groupBy`
710
- Work with symbols made stricter: some missed before cases of methods that should throw an error on symbols now works as they should
811
- Handling `@@toPrimitive` in some cases of `ToPrimitive` internal logic made stricter
912
- Fixed work of `Request` with polyfilled `URLSearchParams`, [#965](https://github.com/zloirock/core-js/issues/965)

0 commit comments

Comments
 (0)
Please sign in to comment.