Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/zloirock/core-js

Standard Library
https://github.com/zloirock/core-js

[experimental] add annex b html methods

6dd1d9ba73437b234a1f2ba59939ca60bdf9e954 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] play with the typed arrays

6cab6d57e9a0ea4b66b9b1178f54d1de225e1fb3 authored about 9 years ago by Denis Pushkarev <[email protected]>
1.2.6

280a87d5b3fdbc067c589b2bf960edb1ea12e03c authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] move checking descriptors for `es6.typed.*` to more convenient places

b69fba5e267ba005f576562d408af218a519f852 authored about 9 years ago by Denis Pushkarev <[email protected]>
add fix for `String(new Date(NaN)) -> 'Invalid Date'`, before next minor - to `experimental` namespace

d0179a0f4b2832eec67290bccb1120113e54426d authored about 9 years ago by Denis Pushkarev <[email protected]>
fix lint warnings

54a5190ecae3486a2b9f9000e1b3c8e0a0aecae0 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix IE 7- `[1, 2].join(undefined)`

70f94ef35b98811fb568c93494c6f9b7052d8fe5 authored about 9 years ago by Denis Pushkarev <[email protected]>
replace `WKS in Foo` to something like `Foo[WKS] !== undefined` in some case for better compatibility with alternative Symbol polyfills

dccdb59ff359b1e1d9a4b5f0f4c0da030bdea796 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix Array#{values, @@iterator}.name in V8 / FF

220a61a550fd08c01988d1e265f0fd8a22a0dc66 authored about 9 years ago by Denis Pushkarev <[email protected]>
simplify IsPromise logic because anyway we can't access to internal fields of native Promise

14f0bcb4b5bed7b92b9c9f2c1f59d5d76f0a5fde authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] rename typed arrays modules in the builder

f742a08790a09a0c16a05a4b7b347628cc9a6070 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix `Promise.all` for a case called twice executor in a fake `.then`

4368517e1b2272e530a815eba47f1acac916885d authored about 9 years ago by Denis Pushkarev <[email protected]>
fix regression: promise can't be resolved itself, just in case prevent shading variables

aba4d0d126fdae35bc770c4bd89f27da670ffabb authored about 9 years ago by Denis Pushkarev <[email protected]>
discard resolver / rejector context in `Promise` statics

aaf9d2bdeaa1cb7b82cf0b95e115c762d809b0c2 authored about 9 years ago by Denis Pushkarev <[email protected]>
executor in NewPromiseCapability should throw error if was called twice

d11d22110c641027d5c2189a172a44cebdf8ead5 authored about 9 years ago by Denis Pushkarev <[email protected]>
little more correct creation `Promise` capabilities from custom `Promise` constructors

f25659cc197c5a9a0a51ff1d7a9b6c3fd04a8891 authored about 9 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update eslint

415002f639828c59a9cf435946bec7a4472a7ad2 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] rename `es6.typed-arrays.*` -> `es6.typed.*`

35c2ba2d2321495a6cfd8776a9a79c8cf17541a7 authored about 9 years ago by Denis Pushkarev <[email protected]>
just in case add `Promise`-based fallback for microtask

bb177c15668d372a1292616a8797f7e6ef7fb887 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add some asserts: `Promise` statics should throw error without context

86d8b7972e526bb4ab2ff2acc730014b0b84ff9d authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] little play with the typed arrays

9f1c22828f576ea4d570284edf92b279f9313a40 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] fix typo

cacc6fddcb7dcb374e31b1bcd9c3b6fc87a9776d authored about 9 years ago by Denis Pushkarev <[email protected]>
little refactoring

7e3b1b519778b36a62818c92ae22fd313bee708c authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add basic `%TypedArrayPrototype%.includes` tests

16a7a377fed8c4ccad3439193c660923ef8a65c8 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix wrong rename

b965a64aea59ff0723ee2ca7a0521d04a366711b authored about 9 years ago by Denis Pushkarev <[email protected]>
rename `$.def` -> `$.export`, remove some unused code

35e21003bd8e570b35a71f4153cffe67bf22b42c authored about 9 years ago by Denis Pushkarev <[email protected]>
rename `$.mix` -> `$.redefine-all`

c8d7b6f97d27e38d412ea504cc3508d7e18bd3d1 authored about 9 years ago by Denis Pushkarev <[email protected]>
rename `$.redef` -> `$.redefine`

a5224c6ce827cf37c223573c2dd87973478b2d7d authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] little play with the typed arrays

5853d41c4110bfb382b38fc5d31d8a528761763e authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add some more tests for `Number` constructor

6375fc7dfc514bb52dff031f0ccba280ca61d0a1 authored about 9 years ago by Denis Pushkarev <[email protected]>
1.2.5

3e36cc001a9d1a929cdd62358cd282a408b0d93e authored about 9 years ago by Denis Pushkarev <[email protected]>
one more fix for `Number` constructor: `Number(' 0b1\n') -> 1` case

45a91d5dcd9cf6a810510a534daca5d979b176ba authored about 9 years ago by Denis Pushkarev <[email protected]>
rename `$.(expm1|log1p|sign)` -> `$.math-$1`

f028c7c1e773f32b75d0c9822a8d4c6530fec243 authored about 9 years ago by Denis Pushkarev <[email protected]>
rename `$.support-desc` -> `$.descriptors`

b68f916ef054c005695839b6000c71d26336aca9 authored about 9 years ago by Denis Pushkarev <[email protected]>
rename `$.same` -> `$.same-value`

573491b46362ad12b12314cb367c4b0e97d67b57 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] little play with the typed arrays

ed35f66feb3cd212686ee53965302c674f504c2f authored about 9 years ago by Denis Pushkarev <[email protected]>
extract `$.to-primitive` helper, one more `Number` constructor fix

993e250bed08bb92257578a7a65042cf0bd47f74 authored about 9 years ago by Denis Pushkarev <[email protected]>
rename `$.assign` -> `$.object-assign`

33ae649186bb63e8d8a4f6aaf972d36981f47fec authored about 9 years ago by Denis Pushkarev <[email protected]>
rename `$.unscope` -> `$.add-to-unscopables`

27d7dd63774fda32ea0de6bcb6ace3bbfe3dc856 authored about 9 years ago by Denis Pushkarev <[email protected]>
rename `$.species` -> `$.set-species`

babec57af6aa546866cb58a8bf1d1a0ce0fe6ad9 authored about 9 years ago by Denis Pushkarev <[email protected]>
rename `$.tag` -> `$.set-to-string-tag`

1c6221878889c953abe8fb0b8873286a86db9870 authored about 9 years ago by Denis Pushkarev <[email protected]>
extract `$.array-species-create` and make it little more correct

a10b479a1dcfdb798921bd1f06749fa0e7b9da27 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix for old V8 ~ Node 0.8 `Number` constructor: `Number('+0x1')` should be NaN

bb2e44c705f857a8045ba75f16377d71f18d1de3 authored about 9 years ago by Denis Pushkarev <[email protected]>
add some comments

79e3a913e3d9f9232ef754ae2bc7ff4743ab0b2b authored about 9 years ago by Denis Pushkarev <[email protected]>
inline digits validator to `toNumber`

c7316106f8491d82b3316957336c76172742dea3 authored about 9 years ago by Denis Pushkarev <[email protected]>
one more fix for `Number` constructor

8d70d7bb2b8b91e8689fb5d396fdb5ad56fb3d98 authored about 9 years ago by Denis Pushkarev <[email protected]>
1.2.4

ba0d44f5c7cb993a861d4558dc29d0de1b89aec6 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix `Number('0b12')` case, should be `NaN`

e27cba77de16a77ba8d8abfd8cf77b127771d5ce authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] little play with the typed arrays

4566181a0048316b5272ad79436f3e7df871a0a3 authored about 9 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update eslint

5386cd0607f236e1821c293ad606a5bef28722d4 authored about 9 years ago by Denis Pushkarev <[email protected]>
little optimisation: reduce number o `require` calls

1aab8ef4fef09948ff8c4206d25797b0529e0bbc authored about 9 years ago by Denis Pushkarev <[email protected]>
Merge pull request #126 from paladox/patch-1

Update .travis.yml

6f0d0b36b0ce7686d87e3e04290c8bedf8c4eeaf authored about 9 years ago by Denis Pushkarev <[email protected]>
Update .travis.yml

Support testing on travis ci new server and build speed increase.

f4fde637e82ae239757211964865a430a8c05487 authored about 9 years ago by paladox <[email protected]>
[experimental] little play with the typed arrays

82d703d5838545bb411749e570a8335b9bb60312 authored about 9 years ago by Denis Pushkarev <[email protected]>
split default and library `@@species` cases

c01dd3d3c577d669ce125d8cbc39334cd89ccddb authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add basic ArrayBuffer#slice` tests

788cb23dffd6106849e411c2da5510c3736c5134 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `ArrayBuffer.isView` tests

fbfbf2d2ef43473f1d9216edd4c1506a60c03065 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add basic `%TypedArrayPrototype%.slice` tests

8368a7524b7141437e07f8e7501c8ef5877d4af4 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] fix typo - `setTimeout` arguments positions, thanks FF4 for warning :)

942849ca19e059fd04c50f0bafed82a638ff47c8 authored about 9 years ago by Denis Pushkarev <[email protected]>
add fallback for `JSON.stringify(Symbol())` in IE8

7eb681167e5404c8d6b5ddca8fa7e575936d8484 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add some global constants

17f5c7d39279548ff534fa8651c6c7849ca49b36 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add tests using `ToLength` in native environment

713919bd0998b8bf9d6898d248b1472a52a798d3 authored about 9 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `grunt-contrib-uglify`

716b6e8d95e63b032320f2b2411c34e6906bac6a authored about 9 years ago by Denis Pushkarev <[email protected]>
one more fix for #124 - undefined on `.get`

ed8d9f961b12f7452f409797f86e861037268e2c authored about 9 years ago by Denis Pushkarev <[email protected]>
fix old V8 bug - `Weak(Map|Set)#{delete, get, has}` should not throw error on primitive, close #124

0f4435b448f7cffec0afbf6e27ecf4bafb118184 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add some simple asserts to `Promise` test

dedf7bea32a451f0f9de8f35756e3f7a34272689 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] fix typo

533da91942c59997a86b2cffb021ce194c79ef73 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `Promise` operations order test

82ab2b4f5740bde900c0bc0610be416f66aa6119 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.set` tests

c770432cea0a96f7649698279021a7905a0a8fd9 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.subarray` tests

f1a64dddd433be4d6dbe9b54e476d90b7c8e31c5 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] remove `karma-phantomjs2-launcher` - not stable and, currently, makes no sense

f93a1e6754505430fff90bd0027575d202908cf4 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] remove some extra feature dependencies for more correct testing native environment without `core-js`

bb35f0e8ae98324a21a0db8849b79e00da6087a3 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] enable some tests with `NATIVE` flag

994af44aaa083e7e3e9506b0d1c55c72360f812f authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add basic `%TypedArrayPrototype%.{keys, values, entries, @@iterator}` tests

b31ca52e9fd479d91f6b9af278c67e9bda6fbdb4 authored about 9 years ago by Denis Pushkarev <[email protected]>
add @@toStringTag logic as dependency for `Symbol` entry points, #123

79900584f103c76de3481d21f81dc84780b05859 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] little play with the typed arrays

b06264da7e16e80fdeace2110990bb42010aeae8 authored about 9 years ago by Denis Pushkarev <[email protected]>
1.2.3

fb0890f32dabe8d4d88a4350d1b268446127132e authored about 9 years ago by Denis Pushkarev <[email protected]>
use `$.iobject` fallback also on non-enumerable old V8 strings

5298c98c789359b05a9b52a9fba0cd8875006aae authored about 9 years ago by Denis Pushkarev <[email protected]>
add `SpeciesConstructor` helper

c1f6fb334d6bf95c4e29ece22101e3807a69b8f1 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix for some polyfilled methods `.name` property in IE9-11 and `Function#toString` calling in most browsers

6ea8605c7467c9f6f399e151794acd380fe86283 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `assert.isIterable` helper and some tests (mainly iterable iterators)

e6075fa17b0698016e94180ab00ae284102aa815 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix Safari 8- `Math.imul` arity

a7167e0434ac3a4a7cd49651683940fb007ffb81 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix `Set` iter methods `.name` property in IE8-

05e610188897c5526adb471dad046b0e0674808f authored about 9 years ago by Denis Pushkarev <[email protected]>
1.2.2

928f8a7c5b3ba96e23fb7c2931ab1b1d0b7e3d26 authored about 9 years ago by Denis Pushkarev <[email protected]>
[optimisations] prevent some V8 deopt (exit from allowed arguments indexes)

5bcabcaf7f5425fc7a61610ae82685ef3aae0fce authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.{join, toString, toLocaleString}` tests

7165b9d4efdc5e0735fe4fff2ad76ca5e2233817 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.lastIndexOf` tests

05b67e360ae5d01f658db806c8853ce0fff8da56 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.indexOf` tests

a6b6caecdbd439dae37627336c4cb58232b71461 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.reverse` tests

012eb907a2ecef2d95ff652d75c63ea77d244ede authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] improve ES5 Array methods tests

b40c99d4c72cec72d75711a84da8b447a76c2af2 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.reduceRight` tests

8719c5886cfc8939b9c2b3218d248bf9479fc61e authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.reduce` tests

ef963f7ffa626e9623c07f9c1528e23a94fdc48c authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.forEach` tests

111c1fe2d1ba5cc93eb2ed9660479e3e84301160 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.map` tests

c79ef6f11c84b91e7a743f5712596673288742f8 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.findIndex` tests

1a0fae7a1ee116160beb61da278ebfdb8fcb4461 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.find` tests

8aeab14d574071c6c21295b3415fe9ef199a4999 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.filter` tests

003a15c074ce05752cd42480ef1d21d54872b661 authored about 9 years ago by Denis Pushkarev <[email protected]>
Merge pull request #120 from haydnhkim/master

Improve webpack custom build support for external node packages

a249ff7f698ee3b3fcb2bb8aed7cbf6c282718ef authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.some` tests

2ad8b44fb103b16067a3761d574eeb6f591d9d66 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.every` tests

6656158a7ce226ae9353a74fa5f05cc67118de0d authored about 9 years ago by Denis Pushkarev <[email protected]>