Update core-js to version 2.0.2 🚀 #1282
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello 👋
🚀🚀🚀
core-js just published its new version 2.0.2, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of core-js – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
GitHub Release
length
validation fromUint8Array
constructor wrapper. Reason - bug inws
module (->socket.io
) which passes toBuffer
constructor ->Uint8Array
float and uses theV8
bug for conversion to int (by the spec should be thrown an error). It creates problems for many people. I hope, it will be returned after fixing this bug inV8
.The new version differs by 276 commits .
9c5801d
2.0.2
978d5d2
temporarily remove
lengthvalidation from
Uint8Arrayconstructor wrapper - bug in
wsmodule
167f993
[experimental] metadata reflection api: add basic tests, fix arity, #152
668c14a
2.0.1
ce8cb5f
[experimental] play with metadata reflection api, #152
4feb559
[experimental] play with metadata reflection api, #152
7bf885b
``Object.assignshould be defined in the strict mode -> throw on extension non-extensible objects
d5a6f66
forced replacement
Promise.resolvefor a wrapped
libraryconstructor
0160b94
2.0.0
c6c70b1
Merge pull request #142 from yukulele/patch-1
bdc9941
additional fix for iOS Safari ~ 7.1.2
DataView#{setUint8, setInt8}``df89af8
fallback for non-configurable
DataViewmethods
8310c8e
iOS Safari 7.x has a bug with conversion numbers in
DataView#{setUint8, setInt8}``07f46a4
a little safer wrapping typed arrays constructors
dfd484d
iOS Safari 6.x
Array#toLocaleStringthrows on typed arrays
There are 250 commits in total. See the full diff.