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 1.2.5, 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
Number
constructor fixes:Number('+0x1')
should beNaN
Number(' 0b1\n')
case, should be1
Number()
case, should be0
The new version differs by 102 commits .
3e36cc0
1.2.5
45a91d5
one more fix for
Numberconstructor:
Number(' 0b1\n') -> 1case
f028c7c
rename
$.(expm1|log1p|sign)->
$.math-$1``b68f916
rename
$.support-desc->
$.descriptors``573491b
rename
$.same->
$.same-value``ed35f66
[experimental] little play with the typed arrays
993e250
extract
$.to-primitivehelper, one more
Numberconstructor fix
33ae649
rename
$.assign->
$.object-assign``27d7dd6
rename
$.unscope->
$.add-to-unscopables``babec57
rename
$.species->
$.set-species``1c62218
rename
$.tag->
$.set-to-string-tag``a10b479
extract
$.array-species-createand make it little more correct
bb2e44c
fix for old V8 ~ Node 0.8
Numberconstructor:
Number('+0x1')should be NaN
79e3a91
add some comments
c731610
inline digits validator to
toNumber``There are 102 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software, up to date, all the time.