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.1.0, which is covered by your current version range. After updating it in your project the build kept failing.
This means it’s possible that your software is malfunctioning, because of this update. Use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
GitHub Release
core-js/(library/)es5
Object
statics - should accept primitives, new whitespaces lists inString#trim
,parse(Int|float)
,RegExp#toString
logic,String#split
, etc@@species
andToLength
logic inArray
methods,Date
parsing,Function#bind
, etcArray.isArray
andDate.now
Object.getOwnPropertyDescriptors
moved to the stage 3, January TC39 meetingumd
option for custom build process, #169Array
statics, removed in2.0
, for compatibility withbabel
6
and for future fixesReflect.enumerate
deprecated and will be removed from the next major release, January TC39 meetingReflect
metadata API as a pre-strawman feature, #152:Reflect.defineMetadata
Reflect.deleteMetadata
Reflect.getMetadata
Reflect.getMetadataKeys
Reflect.getOwnMetadata
Reflect.getOwnMetadataKeys
Reflect.hasMetadata
Reflect.hasOwnMetadata
Reflect.metadata
Date#toJSON
parseInt
andNumber.parseInt
parseFloat
andNumber.parseFloat
RegExp#toString
Array#sort
Number#toFixed
Number#toPrecision
String#split
(RegExp#@@split
)Number
andRegExp
constructors with native class syntaxSharedArrayBuffer
and buffers from other realms in typed arrays wrappersObject.{defineProperty, getOwnPropertyDescriptor}
andReflect.defineProperty
Array#lastIndexOf
with negative second argumentAnd, as I wrote, I stop active
core-js
development before finding related work. I already have no money for repairing my PC :) If you wanna progress incore-js
- feel free contribute to the project or propose me a good work.The new version differs by 78 commits .
bd87b8b
2.1.0
bc84e13
[build] little improvement
libraryoption in
buildgrunt task
1ec488d
[build] rename
exportCore->
umdoption, add it to
buildgrunt task, #169
51e226d
add entry points array methods for legacy code and future fixes
16bed76
correct support
SharedArrayBufferand buffers from other realms in typed arrays wrappers
b98a792
Merge pull request #169 from suchipi/allow_no_export_in_build
dbf2467
Allow user to specify that built output should not export core
d3736e5
[devDependencies] update
qunit``d49f103
``Number#{toFixed, toPrecision}e79398e
[tests] FF allow negative
Number#toFixedarguments and the spec allow extended implementations
aabe858
add
Number#toFixed, #156
b21f3bd
[tests] more universal test
Reflect.constructwith native constructors
8f939d5
[tests] add comments to
Number#toPrecisiontests
b4404bd
add
Number#toPrecision, #156
32aa7c2
[tests] remove
Object.getOwnPropertySymbolshard dependency from some native tests
There are 78 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.