Ecosyste.ms: OpenCollective

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

core-js

Standard Library
Collective - Host: opensource - https://opencollective.com/core-js - Code: https://github.com/zloirock/core-js

disallow comparisons where both sides are exactly the same

github.com/zloirock/core-js - a6304fe1ed37ed98afef44ac4fde141490117f4d authored over 7 years ago by Denis Pushkarev <[email protected]>
require parentheses when invoking a constructor with no arguments

github.com/zloirock/core-js - e2fd1a0c9412dcaeae97d664de35112a026be875 authored over 7 years ago by Denis Pushkarev <[email protected]>
enforce one newline at the end of files

github.com/zloirock/core-js - de6719b9ca437e154663ff10c0eec76260851b01 authored over 7 years ago by Denis Pushkarev <[email protected]>
enable some `eslint` rules from "stylistic issues" section

github.com/zloirock/core-js - 4e8bce68f1ccd10a42a75a1ffe903b5a673083f7 authored over 7 years ago by Denis Pushkarev <[email protected]>
enable some `eslint` rules from "possible errors" section

github.com/zloirock/core-js - 3ec8ec94d6a532c3fe60ffd396fb15a4f1d0a083 authored over 7 years ago by Denis Pushkarev <[email protected]>
enable some `eslint` rules from "variables" section

github.com/zloirock/core-js - 3ca9817cba44cbe73356524b55b5a5341d5112ca authored over 7 years ago by Denis Pushkarev <[email protected]>
enable some `eslint` rules from "best practices" section

github.com/zloirock/core-js - ba4373061e876101068e2d3b6b0c8afcaff8d024 authored over 7 years ago by Denis Pushkarev <[email protected]>
update the style of `eslint` config with some minor changes

github.com/zloirock/core-js - 8ec348ccdf6933469aaa9bf90ecbe72821e467bd authored over 7 years ago by Denis Pushkarev <[email protected]>
fix #285

github.com/zloirock/core-js - 0e59c71a62dd7b7381fa1ea1c15b4c83ddfcf60f authored over 7 years ago by Denis Pushkarev <[email protected]>
fix #252

github.com/zloirock/core-js - 9e03f881e98e587b7bab01bf1e3a84a1c8f740e3 authored over 7 years ago by Denis Pushkarev <[email protected]>
update `global` proposal

github.com/zloirock/core-js - 0e45e873a50b9b780deaa71b0d190a9f5c65b73c authored over 7 years ago by Denis Pushkarev <[email protected]>
additional check for iterators prototype, close #289

github.com/zloirock/core-js - cb30530da626440b0a28deac7988bef9582b7b06 authored over 7 years ago by Denis Pushkarev <[email protected]>
fix #297, #298

github.com/zloirock/core-js - b5601acfecb66472944765c2a00eed0164885921 authored over 7 years ago by Denis Pushkarev <[email protected]>
update `webpack`

github.com/zloirock/core-js - 839c3a958ca6ba360d0e3a348bca72ffab1695d8 authored over 7 years ago by Denis Pushkarev <[email protected]>
update `qunitjs`

github.com/zloirock/core-js - 6e389278357a6296a58155742871ca876dff2bc3 authored over 7 years ago by Denis Pushkarev <[email protected]>
Merge pull request #241 from Alexendoo/update-proposals

Update es7+ proposals

github.com/zloirock/core-js - d8ca1f8667f982a126e548735e22fd5317926820 authored over 7 years ago by Denis Pushkarev <[email protected]>
update some dependencies

github.com/zloirock/core-js - 3768b658092272e9466f25d317c7d4a0bcd473d3 authored over 7 years ago by Denis Pushkarev <[email protected]>
Merge pull request #286 from fatcerberus/sphere-dispatch-now

Add support for Sphere Dispatch API

github.com/zloirock/core-js - f3ed6428fe0a182461acb844a5b2ab9bd8b414ac authored over 7 years ago by Denis Pushkarev <[email protected]>
Add support for the Sphere Dispatch API

Sphere is a JavaScript game engine without any of the async harnesses
normally supported by brow...

github.com/zloirock/core-js - 141a8e9464ee4ce5fa73837d579489a98ca3da13 authored over 7 years ago by Bruce Pascoe <[email protected]>
Merge pull request #284 from aesopwolf/patch-1

Update .npmignore

github.com/zloirock/core-js - bbd5511c4830b81a24b406e47b25ce2ff0a501b2 authored over 7 years ago by Denis Pushkarev <[email protected]>
Merge pull request #292 from zn/patch-1

Small typo fix in README.md (marchAll -> matchAll)

github.com/zloirock/core-js - b985c90dd16b4635cd656eb735a933fba0d8bcc6 authored over 7 years ago by Denis Pushkarev <[email protected]>
Small typo fix in README.md (marchAll -> matchAll)

fixed typo: "marchAll" to "matchAll"

github.com/zloirock/core-js - 295b30f87cc7714ca72aec59f51a1d21ce575f67 authored over 7 years ago by Gaeulbyul <[email protected]>
Update .npmignore

github.com/zloirock/core-js - 8b388365c98192055a5821bedd715bf7a2211108 authored almost 8 years ago by Aesop Wolf <[email protected]>
fix `Math.log10`, close #259

github.com/zloirock/core-js - 0bb657cfc7834d03fd68c48a1cba70f2ccab20c0 authored about 8 years ago by Denis Pushkarev <[email protected]>
add `clean` and `copy` tasks to `npm test`, https://github.com/zloirock/core-js/pull/249#issuecomment-258477973

github.com/zloirock/core-js - 2e240b82a3cc76e14c2090971762c35c54e75c66 authored about 8 years ago by Denis Pushkarev <[email protected]>
fix some problems of #249

github.com/zloirock/core-js - 14b3ad23960b2c5f52ade0e0a1d96b05b41490c6 authored about 8 years ago by Denis Pushkarev <[email protected]>
Merge pull request #249 from loganfsmyth/iterable-dom-types

Incomplete iterable DOM changes for discussion

github.com/zloirock/core-js - af011afbaee4d91b44a94ccfa795d601f7786dcf authored about 8 years ago by Denis Pushkarev <[email protected]>
Add other integer-indexed DOM types for Symbol.iterator polyfilling.

github.com/zloirock/core-js - 5eb083e50f42f684f7887d97eb8cc04b93130647 authored about 8 years ago by Logan Smyth <[email protected]>
Split DOM objects into explicit keys/values/entries lookup list.

github.com/zloirock/core-js - 44fe1591dd586204cbb1786a6ddd32bfc6286df9 authored about 8 years ago by Logan Smyth <[email protected]>
Update es7+ proposals

github.com/zloirock/core-js - 7a459ddaed53a4a8e9e14140976bed65dc10d61d authored over 8 years ago by Alex Macleod <[email protected]>
fix the link to npm-stat

github.com/zloirock/core-js - 16357e4fefa070573a342ef2a5692f30ba4320c6 authored over 8 years ago by Denis Pushkarev <[email protected]>
Merge pull request #235 from pcdude2143/master

_html module: document variable should be referenced from _global file.

github.com/zloirock/core-js - 4b68e83214e9981ca8d78529200f83933c97b91b authored over 8 years ago by Denis Pushkarev <[email protected]>
_html module: document variable should be referenced from _global file.

github.com/zloirock/core-js - 1258914392a06bd8aab60d31470232a405dfc8f6 authored over 8 years ago by Michael Shepard <[email protected]>
fix some stylistic issues

github.com/zloirock/core-js - bbf61cfdf5d105acfbf8d6357afefeffd5e721b3 authored over 8 years ago by Denis Pushkarev <[email protected]>
update devDependencies

github.com/zloirock/core-js - 8397c678876804c1d2434e58f0ef5cbcc67aa3df authored over 8 years ago by Denis Pushkarev <[email protected]>
Merge pull request #227 from clavecoder/math-extensions

Add Math Extensions proposal to Stage 1 TC39 0716

github.com/zloirock/core-js - e6f3290decb86515c91f23735959cd484b16f6c6 authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `karma-qunit`

github.com/zloirock/core-js - 254b6cd4f4aa355da132e6adb035f7064adf2381 authored over 8 years ago by Denis Pushkarev <[email protected]>
`Object.getOwnPropertyDescriptors` should not create undefined descriptors

https://github.com/rwaldron/tc39-notes/blob/master/es7/2016-07/jul-26.md
#9iia-objectgetownprope...

github.com/zloirock/core-js - 002cb49ef240737c2c596cd6b17ddb6dd2c4bb9e authored over 8 years ago by Denis Pushkarev <[email protected]>
Add Math Extensions proposal Stage 1 TC39 0716

github.com/zloirock/core-js - ae10219ff27e355c28a5e2cae50dbc1c76e34222 authored over 8 years ago by Kenneth Brubaker <[email protected]>
[experimental] remove Object enumerables - https://github.com/tc39/proposals/commit/d26dd0ac0fabb2daafbb7a5cb7169864458c0226

github.com/zloirock/core-js - 89e627b3ddc5e6b6d1ebfbe8bf6c17fb6fec8816 authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `eslint`, fix badge

github.com/zloirock/core-js - 300c4b2cac9c65a490b0064d22b2814a946c8a88 authored over 8 years ago by Denis Pushkarev <[email protected]>
Merge pull request #224 from bettiolo/patch-1

Fixed links to padStart/padEnd code

github.com/zloirock/core-js - f58789fa5c163230f302b7c31503f90d7d974f20 authored over 8 years ago by Denis Pushkarev <[email protected]>
Fixed links to padStart/padEnd code

github.com/zloirock/core-js - 7eb043d0eba394f1b051e36a0f1f3df9f62f711c authored over 8 years ago by Marco Bettiolo <[email protected]>
[devDependencies] update `grunt-contrib-uglify`

github.com/zloirock/core-js - 96689e3eca530ee4452be693d56a5b4145075f77 authored over 8 years ago by Denis Pushkarev <[email protected]>
add fallback for Date#toJSON in engines without native Date#toISOString, close #220

github.com/zloirock/core-js - 5b97fbd3c46b69f58322622cc46f00db50d16c02 authored over 8 years ago by Denis Pushkarev <[email protected]>
2.4.1

github.com/zloirock/core-js - 5e106f64c726edf2849f0babc9096ce6664b7368 authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `eslint`

github.com/zloirock/core-js - 066079be256c05e41276102ab25ccb99716342b8 authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `grunt-karma`, `karma`, `karma-qunit`, `qunitjs`, `eslint`

github.com/zloirock/core-js - 1dd55ee92d7d58b9ad857b02997146832f92e392 authored over 8 years ago by Denis Pushkarev <[email protected]>
Merge pull request #218 from teppeis/no-unused-vars

Enable no-unused-vars and remove them

github.com/zloirock/core-js - a23f86001a737fc4cea7e4490a96ffd5b69edcac authored over 8 years ago by Denis Pushkarev <[email protected]>
remove unused vars

github.com/zloirock/core-js - abb2b689cf16cd5aa67bebbb92ae5c1fa2a87a3d authored over 8 years ago by teppeis <[email protected]>
eslint: enable no-unused-vars

github.com/zloirock/core-js - c84fda847e172b28793b3e8b9a02736b1d854d2c authored over 8 years ago by teppeis <[email protected]>
remove unused variables, close #217

github.com/zloirock/core-js - 630378ea75326f2bc9cd12027dd6af37e45b1198 authored over 8 years ago by Denis Pushkarev <[email protected]>
Merge pull request #216 from funklos/patch-1

close #204 Escaping script tags

github.com/zloirock/core-js - 70f08412a913d8168a870f5bae2a431fb6ff1eea authored over 8 years ago by Denis Pushkarev <[email protected]>
add missing lt variable declaration

github.com/zloirock/core-js - 3ff99edca95fd7c53cc3fd260932766adc1087db authored over 8 years ago by Funklos <[email protected]>
use lt and gt

github.com/zloirock/core-js - 76fbd61373427e00de6ad999a71ee650f2d21256 authored over 8 years ago by Funklos <[email protected]>
#204 Escaping script tags

We experienced issues with inlining this code and parsing by facebook parser. So it's indeed saf...

github.com/zloirock/core-js - f6fd176369be297d46c2a4ae7f1952b040920b2a authored over 8 years ago by Funklos <[email protected]>
[devDependencies] update `eslint`

github.com/zloirock/core-js - 60a946b529d29e9a7a9773536c7fd716018de46c authored over 8 years ago by Denis Pushkarev <[email protected]>
[readme] split examples and links to entry points for proposals

github.com/zloirock/core-js - 6fb7482278ad0e5f18afaf70004b797788ce952d authored over 8 years ago by Denis Pushkarev <[email protected]>
[experimental] add Object enumerables

ugly, https://github.com/tc39/ecma262/pull/564

github.com/zloirock/core-js - bee8905adf70d10a1f648b47aa7e289fe6811aba authored over 8 years ago by Denis Pushkarev <[email protected]>
MS Edge `Reflect.construct` and `Reflect.apply` allow primitive as `argumentsList` argument

github.com/zloirock/core-js - 26d15e6670c01c261cd14d334ded5d57099a9dfe authored over 8 years ago by Denis Pushkarev <[email protected]>
2.4.0

github.com/zloirock/core-js - a08b6d46ea3f02a33b17df552e73078b42c5b78f authored over 8 years ago by Denis Pushkarev <[email protected]>
some minor fixes in `Observable` and tests for ES3 engines

github.com/zloirock/core-js - 4b4186ba431e0cdd33eccd48a5729b3649877187 authored over 8 years ago by Denis Pushkarev <[email protected]>
fix behavior `Object.{getOwnPropertySymbols, getOwnPropertyDescriptor, #propertyIsEnumerable}` on `Object.prototype`

github.com/zloirock/core-js - 78770786a4e5f2f87ea32b4dada46b9ce0a92887 authored over 8 years ago by Denis Pushkarev <[email protected]>
enable `Observable` by default

github.com/zloirock/core-js - 38801b56dcf67d9a6a01186a4fd1152417c06119 authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `karma-qunit` and `karma-firefox-launcher`

github.com/zloirock/core-js - cec3e53265d12d8252a127adc7ca3a27fdd6dc0c authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `grunt-karma` and `karma-ie-launcher`

github.com/zloirock/core-js - b92c995194342c6709c6d4a56a786bfe193e4dce authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `karma-chrome-launcher`

github.com/zloirock/core-js - 4ec99fa49f2836d08ff2579041f8c49f63450bc6 authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `eslint`

github.com/zloirock/core-js - 3f3c485bd5027c9fe8fe8f3f0a8c03f4438bb163 authored over 8 years ago by Denis Pushkarev <[email protected]>
`Reflect.apply` should not allow primitive as the third argument, close #194

github.com/zloirock/core-js - 184047dfce349e148d56d1cea26423a0117e00fd authored over 8 years ago by Denis Pushkarev <[email protected]>
[experimental] add Observable

github.com/zloirock/core-js - 1cb3f6b1da169e44c5970f52324504da1994c098 authored over 8 years ago by Denis Pushkarev <[email protected]>
`Reflect.construct` should not allow primitive as the second argument

github.com/zloirock/core-js - 39a120b2d363f72f754dab531e6b68a2fe0fd293 authored over 8 years ago by Denis Pushkarev <[email protected]>
fix typo in the changelog

github.com/zloirock/core-js - 82920698858c5d6e28820c2354f3dcbac0ab82b0 authored over 8 years ago by Denis Pushkarev <[email protected]>
2.3.0

github.com/zloirock/core-js - b5ad27939bc50add2d2079348b11e68b1f8abe7a authored over 8 years ago by Denis Pushkarev <[email protected]>
extract `_array-species-constructor` helper

github.com/zloirock/core-js - 020a9736b618ed911a533159fc79c1757f3b0d25 authored over 8 years ago by Denis Pushkarev <[email protected]>
add `Symbol.asyncIterator` and `Symbol.observable` to entry points

github.com/zloirock/core-js - 271aa177a565382577a02754c413cfdd4e44de02 authored over 8 years ago by Denis Pushkarev <[email protected]>
[tests] increase timeout for asap test and remove .name test for library version (old IE case)

github.com/zloirock/core-js - e725cd18932810adaf6f9457f28f4ad67a517e7f authored over 8 years ago by Denis Pushkarev <[email protected]>
add `Symbol.asyncIterator` and `Symbol.observable`

github.com/zloirock/core-js - f5acca39b3c11f252f45f31583648a3429c79ce5 authored over 8 years ago by Denis Pushkarev <[email protected]>
simplify fallback for Function#name with broken toString conversion

github.com/zloirock/core-js - 712ada7e781ea1fce6635f2f275dbc3dd007dbc1 authored over 8 years ago by Denis Pushkarev <[email protected]>
add fallback for Function#name on non-extensible functions and functions with broken toString conversion, close #193

github.com/zloirock/core-js - 80b0e10520e300a11362667aa05e9bca4a9886f8 authored over 8 years ago by Denis Pushkarev <[email protected]>
add support NodeJS domains to `asap`

github.com/zloirock/core-js - aa0c05d0b0ae5e60d944a22db8519eaff9b8cb38 authored over 8 years ago by Denis Pushkarev <[email protected]>
[readme] add link to index

github.com/zloirock/core-js - 6b1631291e948e0c677819ead144896c4f5185cf authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `eslint` and `webpack`

github.com/zloirock/core-js - a6228b98dbb755e1a73574ba03d35684235c981a authored over 8 years ago by Denis Pushkarev <[email protected]>
add `global.asap`

github.com/zloirock/core-js - add384de52cb380ff16118664f2d177302943b1a authored over 8 years ago by Denis Pushkarev <[email protected]>
[readme] fix links to entry points, remove deprecated examples

github.com/zloirock/core-js - e42201f0c7fa4c07aa915d15ed54612fad7cb15a authored over 8 years ago by Denis Pushkarev <[email protected]>
[readme] mark rejected / withdrawn proposals

github.com/zloirock/core-js - be8bbfc269b11b1118683947e5425fbe0e8a1238 authored over 8 years ago by Denis Pushkarev <[email protected]>
Merge pull request #187 from danez/advance-es7

Move es7 proposals to upper stage

github.com/zloirock/core-js - 9bfb0d6daba8c7a9c70168f105d80318a100877a authored over 8 years ago by Denis Pushkarev <[email protected]>
Move es7 proposals

Object.values/Object.entries has been moved to stage 4 from 3
System.global has been moved to st...

github.com/zloirock/core-js - 016119cd0971ad269ac6413abe3b05589f4509d8 authored over 8 years ago by Daniel Tschinder <[email protected]>
`String#{padStart, padEnd}` should return original string if filler is empty string, March T39 meeting

github.com/zloirock/core-js - 75fe7f85b4cc57d27b13a25c12a660e5e722687d authored over 8 years ago by Denis Pushkarev <[email protected]>
2.2.2

github.com/zloirock/core-js - 1165b27889a9c01e7f3e72e27c250cecb7c31487 authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `grunt`

github.com/zloirock/core-js - d6d2e9390b363dfc7c89ba4b373a4ae43e561b47 authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `eslint`

github.com/zloirock/core-js - ea40784667cc592ad1a4b68247aba16607fba42e authored over 8 years ago by Denis Pushkarev <[email protected]>
by ES2016, Array#{indexOf, lastIndexOf} should convert -0 to +0

github.com/zloirock/core-js - 559a92cb44f704c632481117721c5f6aba7401d6 authored over 8 years ago by Denis Pushkarev <[email protected]>
Array.{from, of} should not call prototype accessors

github.com/zloirock/core-js - 2cb9435c654ece8d509d0f441990703c286dd437 authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `grunt-cli`

github.com/zloirock/core-js - 38aaf205e4dfda01e56dd75af57282d332d84998 authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `eslint`

github.com/zloirock/core-js - 2fb5367b1f0ec100f106abef4e3ee4363d9b0148 authored over 8 years ago by Denis Pushkarev <[email protected]>
add a fallback for Chrome dev tools strange behavior, close #186

github.com/zloirock/core-js - 9089848cef1d93057bb099f40f806dcf9cde19b2 authored over 8 years ago by Denis Pushkarev <[email protected]>
fix Math.expm1 in Tor Browser and in old FF

github.com/zloirock/core-js - d1501b2e816cc50fd1727d18cd38c3e5fe71c613 authored over 8 years ago by Denis Pushkarev <[email protected]>
[tests] add test for #76

github.com/zloirock/core-js - a193af20b9cae492e7da15e83cd64a167a53b9e0 authored over 8 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `eslint` and `qunitjs`

github.com/zloirock/core-js - 565e13e6565bc440b6c988f540f5501d57f35655 authored over 8 years ago by Denis Pushkarev <[email protected]>
fix Math.atanh in Tor Browser

github.com/zloirock/core-js - e0300c874634f09c3cc95ca6a8c2cc7ddf72079e authored over 8 years ago by Denis Pushkarev <[email protected]>