We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 746b30c commit db449caCopy full SHA for db449ca
CHANGELOG.md
@@ -4,6 +4,9 @@
4
- [`Array` filtering stage 1 proposal](https://github.com/tc39/proposal-array-filtering):
5
- `Array.prototype.filterReject` replaces `Array.prototype.filterOut`
6
- `%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`
10
- Work with symbols made stricter: some missed before cases of methods that should throw an error on symbols now works as they should
11
- Handling `@@toPrimitive` in some cases of `ToPrimitive` internal logic made stricter
12
- Fixed work of `Request` with polyfilled `URLSearchParams`, [#965](https://github.com/zloirock/core-js/issues/965)
0 commit comments