File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4
4
- [ ` Array ` filtering stage 1 proposal] ( https://github.com/tc39/proposal-array-filtering ) :
5
5
- ` Array.prototype.filterReject ` replaces ` Array.prototype.filterOut `
6
6
- ` %TypedArray%.prototype.filterReject ` replaces ` %TypedArray%.prototype.filterOut `
7
- - Work with symbols made stricter: some missed before case of methods that should throw error on symbols now works as they should
7
+ - Work with symbols made stricter: some missed before cases of methods that should throw an error on symbols now works as they should
8
8
- Handling ` @@toPrimitive ` in some cases of ` ToPrimitive ` internal logic made stricter
9
9
- Fixed work of ` Request ` with polyfilled ` URLSearchParams ` , [ #965 ] ( https://github.com/zloirock/core-js/issues/965 )
10
10
- Fixed possible exposing of collections elements metadata in some cases, [ #427 ] ( https://github.com/zloirock/core-js/issues/427 )
You can’t perform that action at this time.
0 commit comments