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

Improve webpack custom build support for external node packages

github.com/zloirock/core-js - af298ef28b5d370620ef354f43a1bbf5337574a1 authored about 9 years ago by Haydn <[email protected]>
[tests] add `%TypedArrayPrototype%.copyWithin` tests

github.com/zloirock/core-js - d15641a46a709082e538fb870e7396b3392024eb authored about 9 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update eslint (bug in eslint was a reason of the previous commit)

github.com/zloirock/core-js - ee5cd5d5a1c6c4439f8d38055a50264f15a30d6f authored about 9 years ago by Denis Pushkarev <[email protected]>
fix little more lint warnings

github.com/zloirock/core-js - 5a33e3fbf11bba73162d03946d2a5968a0e894ef authored about 9 years ago by Denis Pushkarev <[email protected]>
update eslint, fix some lint warnings

github.com/zloirock/core-js - bc547b6bd2c7d82de0b8e5bb838a0931ff6f2b0a authored about 9 years ago by Denis Pushkarev <[email protected]>
fix link to changelog

github.com/zloirock/core-js - adf7511064df8c50e5a46d0133169d6fe7f3df02 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix lint warning

github.com/zloirock/core-js - 9a94af868b0922ec229064e5113c4392026583ed authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArrayPrototype%.fill` tests

github.com/zloirock/core-js - 0f28fe60d090c051895aaa3246886eabd655d890 authored about 9 years ago by Denis Pushkarev <[email protected]>
remove special cases for native prototypes from iterator helpers, revert aef86d2b374fa67731c7b17367faa86ce03ac4b3

`String.prototype` semantic reverted to ES5,
https://github.com/tc39/ecma262/pull/83, `Array.pro...

github.com/zloirock/core-js - 5c9f9559c65a2a08decac6aa8a1cf29b858c8972 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] little play with the typed arrays

github.com/zloirock/core-js - f645f40723c8d7d7a2c67a0d16e97c932fbe12fe authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArray%.of` tests

github.com/zloirock/core-js - 1bef4d6657fe23a45ca9d60d85d8db680a054eb9 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `%TypedArray%.from` tests

github.com/zloirock/core-js - cb894054f1b8d341920851193d940dad557cf00c authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add some basic typed arrays tests

github.com/zloirock/core-js - 5e976f1915a8c262bad9ac8a2d0afad34ff8a8ab authored about 9 years ago by Denis Pushkarev <[email protected]>
remove 'undefined' shortcut for make global detection little more readable

github.com/zloirock/core-js - 766b40d62fa13e101a3cbd81107eade9e6e533c0 authored about 9 years ago by Denis Pushkarev <[email protected]>
move changelog to CHANGELOG.md

github.com/zloirock/core-js - 28cb8fb1a219507cf905495971c6dcc001a3f038 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `createIterable` helper for correct testing support generic iterables without extra dependencies

github.com/zloirock/core-js - b1f57e82ccf4a967caff96b05159362a35533548 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] rename helpers files

github.com/zloirock/core-js - cd9430cd2814fee3f684a2683fcf7b4d58ee974e authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] extract `assert.isIterator` helper

github.com/zloirock/core-js - 367f7b50af3b712b1d0e2ae679a0d485fad82e84 authored about 9 years ago by Denis Pushkarev <[email protected]>
[readme] add note about `@@isConcatSpreadable` and `@@species`

github.com/zloirock/core-js - 34556c2dde1f6e3b67c123f6fd8c66860f657fda authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] `Object.{values, entries, assign}` with changing enumerability on iteration

github.com/zloirock/core-js - fb71d3efa7b6b9cc847907e85b78110ae2d787cc authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add tests `core.{isIterable, getIteratorMethod}` with `{Array, String}.prototype`

github.com/zloirock/core-js - 41a52fef78b45dd9454500fe31004df115662dbe authored about 9 years ago by Denis Pushkarev <[email protected]>
change `core.{isIterable, getIteratorMethod}` for work with `{Array, String}.prototype` - by ES6 prototypes not instances

github.com/zloirock/core-js - aef86d2b374fa67731c7b17367faa86ce03ac4b3 authored about 9 years ago by Denis Pushkarev <[email protected]>
change `Object.{values, entries, assign}` behavior with changing enumerability on iteration

https://github.com/ljharb/proposal-object-values-entries/issues/5

github.com/zloirock/core-js - 32bc134412a2cf759c3f60173bf7886f250a448d authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] extract `assert.{isFunction, name, arity, looksNative}` helpers

github.com/zloirock/core-js - c0209d561ae27e1a54995ae1e7106079f4699feb authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] extract `assert.epsilon` helper

github.com/zloirock/core-js - 4ebdecd8718759eb46716400304917ec1c67594b authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] extract `assert.same` helper

github.com/zloirock/core-js - b4ff9e1221766cb99cc20e8fd527405206fe80e2 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] simplify clamped case in typed arrays factory

github.com/zloirock/core-js - 807d7a4343a10edc2ce07f57af63e4b14db52173 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] fix $.buffer

github.com/zloirock/core-js - 6301b720739a3325b05556b70f9e3c366fab78ec authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] play with the typed arrays

github.com/zloirock/core-js - 1a939d798e6ba8d6f0ff5e3db13856e11b984e48 authored about 9 years ago by Denis Pushkarev <[email protected]>
`@@toStringTag`s should not be writable

github.com/zloirock/core-js - b156e124357b81e285de8421b35a15ba6deb2141 authored about 9 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update eslint

github.com/zloirock/core-js - 1efab6858d892ad86bcadd675a48cbcb6094e971 authored about 9 years ago by Denis Pushkarev <[email protected]>
[readme] add wrapped `JSON.stringify`

github.com/zloirock/core-js - 842fcaff13427cb83ee7eba9cf625fa8a3ca056c authored about 9 years ago by Denis Pushkarev <[email protected]>
1.2.1

github.com/zloirock/core-js - 02da3db84b593a4c731c73b9907afb993acdf362 authored about 9 years ago by Denis Pushkarev <[email protected]>
wrap `JSON.stringify` instead of adding `.toJSON` to `Symbol.prototype` - little more correct

github.com/zloirock/core-js - 1ff357a530c678481b790698447ed32d0194f335 authored about 9 years ago by Denis Pushkarev <[email protected]>
Merge branch 'master' of https://github.com/zloirock/core-js

github.com/zloirock/core-js - 02580032fcc25e37197a4bba7870bbb1506567ad authored about 9 years ago by Denis Pushkarev <[email protected]>
Merge pull request #114 from abucur/master

Fix typo for importScript -> importScripts

github.com/zloirock/core-js - a355d12a830b99728471f8a8368ff9d3275792dc authored about 9 years ago by Denis Pushkarev <[email protected]>
Fix typo for importScript -> importScripts

github.com/zloirock/core-js - d43f083d5c69b55931dd381662d2a9c035192ad9 authored about 9 years ago by Andrei Bucur <[email protected]>
[readme] remove comprehensions from examples - deprecated, replace simple case `Array.from` to spread in NumberIterator example

github.com/zloirock/core-js - 7bba5d6313dd95f999f2d94f411503ca9daca934 authored about 9 years ago by Denis Pushkarev <[email protected]>
update version

github.com/zloirock/core-js - 69651bee22f74a049e219e200af4abdd09bfa884 authored about 9 years ago by Denis Pushkarev <[email protected]>
1.2.0

github.com/zloirock/core-js - 0b5250742c356efe9c2d198343a14460ec154745 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix test for IE7- (non array-like strings)

github.com/zloirock/core-js - dfad6ac2dbcb3e43a7bf3cf97ed6e2c22489c68f authored about 9 years ago by Denis Pushkarev <[email protected]>
update `String#leftPad` with proposal: string filler truncated from the right side

https://github.com/ljharb/proposal-string-pad-left-right/issues/6

github.com/zloirock/core-js - 7b1577294f72b8971f306a895944d0d3fe26c030 authored about 9 years ago by Denis Pushkarev <[email protected]>
add test skipping deleted keys in `Object.{assign, entries, values}`

github.com/zloirock/core-js - 6dad33da4d5f25d840adf08495f2f7c171209410 authored about 9 years ago by Denis Pushkarev <[email protected]>
add test deterministic property order for `Object.assign`

github.com/zloirock/core-js - 1d3a4ce051aa5eb3d8a1c380b647c45f1be9f545 authored about 9 years ago by Denis Pushkarev <[email protected]>
check availability property before assign in `Object.assign`

fix for theoretical problem `Object.assign({b: 1}, {get a(){delete
this.b}, b: 2})`

github.com/zloirock/core-js - 70a8b4871a4f144c3f2fb42548b77b2a5357b86e authored about 9 years ago by Denis Pushkarev <[email protected]>
fix non-deterministic V8 `Object.assign` property order

sometimes it creates problems
https://github.com/kangax/compat-table/commit/afa89886cdf8a954f557...

github.com/zloirock/core-js - 79d955bec7c6a87a7a3fd93d42cc277972d78083 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix `Object.{values, entries}` for this theoretical case: https://bugzilla.mozilla.org/show_bug.cgi?id=1208464#c8

github.com/zloirock/core-js - bd7eb296110520b1b7d1c548bab0f03bd735f8ac authored about 9 years ago by Denis Pushkarev <[email protected]>
Merge pull request #112 from jacobangel/master

Make Array.from more Minifier friendly.

github.com/zloirock/core-js - 3685855f61a620fdc0bb0f6e0cc1978dfa25f1f7 authored about 9 years ago by Denis Pushkarev <[email protected]>
Make Array.from more minifier friendly.

Addresses Issue #111
Certain minifiers will reuse references, which breaks in Safari8 and
IE<10

github.com/zloirock/core-js - f99b8226d58abfb50782dc7b9a0381c71aaf7044 authored about 9 years ago by Jacob Angel <[email protected]>
update `Object.{values, entries}` link

github.com/zloirock/core-js - 4861ad1d5f9ecd26238405426779dd1bccebd7d0 authored about 9 years ago by Denis Pushkarev <[email protected]>
check correct [[Resolve]] and [[Reject]] in `Promise#then`, early error for #108

github.com/zloirock/core-js - f2a4056dc028e433606d1d4017babdf6f1caa173 authored about 9 years ago by Denis Pushkarev <[email protected]>
little optimize `isObject`

github.com/zloirock/core-js - c841f4a251dd1aecfe04a6557cc5cd7c675db465 authored over 9 years ago by Denis Pushkarev <[email protected]>
fix typo, add missing parentheses

github.com/zloirock/core-js - 2df941c227a034d1c38791c2133992ca3b0c8bda authored over 9 years ago by Denis Pushkarev <[email protected]>
fix IsRegExp logic in `RegExp` constructor

github.com/zloirock/core-js - 6981d8b150cdbade184083acc3f0c47e96382bff authored over 9 years ago by Denis Pushkarev <[email protected]>
add tests IsRegExp logic in `String#{includex, startsWith, endsWith}`

github.com/zloirock/core-js - c203204835389e58666c533cde18580aaebfeeb7 authored over 9 years ago by Denis Pushkarev <[email protected]>
fix IsRegExp logic in `String#{includex, startsWith, endsWith}`

github.com/zloirock/core-js - bcc65f9d60dc1b3f8b2c5d3d5eec2de8e136fa74 authored over 9 years ago by Denis Pushkarev <[email protected]>
add experimental implementation `ArrayBuffer` + `DataView`

github.com/zloirock/core-js - a383f6efaca6375201241bd3d8b78d7dcab7f946 authored over 9 years ago by Denis Pushkarev <[email protected]>
add version tag to `core` object

github.com/zloirock/core-js - 215b61ca29fe071bdbbba1ba0b115fc3faadb240 authored over 9 years ago by Denis Pushkarev <[email protected]>
little more correct `__proto__` check for very old browsers

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

github.com/zloirock/core-js - 52adef7bb1ccef3ffe5026365e74153c02898216 authored over 9 years ago by Denis Pushkarev <[email protected]>
add promise unhandled rejection hook for browsers, close #106

github.com/zloirock/core-js - 58515d07a69fc75a934b5cc2d48af915685d4828 authored over 9 years ago by Denis Pushkarev <[email protected]>
fix `NodeList` and `HTMLCollection` iterators dependencies on `WeakMap` entry point

github.com/zloirock/core-js - 177a4d83b79f86863b2144338db6d09015e7a83d authored over 9 years ago by Denis Pushkarev <[email protected]>
extract `$.array-copy-within`

github.com/zloirock/core-js - 95c4ec83d7ce02f1e301670ff7bd175c0ac8ccee authored over 9 years ago by Denis Pushkarev <[email protected]>
fix `$.is-regexp`

github.com/zloirock/core-js - 335c8fd5b5da286bf84b3387cdca160d908272b7 authored over 9 years ago by Denis Pushkarev <[email protected]>
cleaning .npmignore

github.com/zloirock/core-js - 07824305295750b31354db39090777d960908f70 authored over 9 years ago by Denis Pushkarev <[email protected]>
cosmetic changes in the tests

github.com/zloirock/core-js - e33c5f459abc45d6aa07477cd90cb6ebaf279ffc authored over 9 years ago by Denis Pushkarev <[email protected]>
add missing `.name` and `.length` tests

github.com/zloirock/core-js - 492a4e8bed25fac95f1247ef6f2586e56c720ed2 authored over 9 years ago by Denis Pushkarev <[email protected]>
update tests for qunit 2.x - remove globals + little refactoring

github.com/zloirock/core-js - fc2d23e53f696aa51132c57cc2584da5009fefcc authored over 9 years ago by Denis Pushkarev <[email protected]>
fix compatibility problem with some alternative `Symbol` polyfills

github.com/zloirock/core-js - 2705275035035e6f40f1f9db2509f9e7f0f9b57c authored over 9 years ago by Denis Pushkarev <[email protected]>
update eslint

github.com/zloirock/core-js - 080ec9fec601cbf5935095d4e2c934a87eb1b624 authored over 9 years ago by Denis Pushkarev <[email protected]>
extract `$.array-fill`, will be need it in the future

github.com/zloirock/core-js - a9838cc3051362307ae7807a4d53c9cdddf4a61e authored over 9 years ago by Denis Pushkarev <[email protected]>
add `ArraySpeciesCreate` for `Array#{map, filter}`, but does not replace yet native methods

github.com/zloirock/core-js - ff2b8e071f2798ce7b84652482438afa6cbc2d7c authored over 9 years ago by Denis Pushkarev <[email protected]>
extract `$.is-array`

github.com/zloirock/core-js - 9038c34c1b7086b10e4db1f83189e966b5c045b5 authored over 9 years ago by Denis Pushkarev <[email protected]>
add comments to `$.is-regexp`

github.com/zloirock/core-js - 8c4c028081873439bdf6fefb9e50a180419f4c90 authored over 9 years ago by Denis Pushkarev <[email protected]>
add `$.is-regexp` helper with more correct check

github.com/zloirock/core-js - d68d12d827a559c92c5adf535d048f5d1a0d1620 authored over 9 years ago by Denis Pushkarev <[email protected]>
little change README structure

github.com/zloirock/core-js - 6aee4f574b61762f9a1daad7aad4392e5bc7f0e1 authored over 9 years ago by Denis Pushkarev <[email protected]>
little simplify fallback for old Android in `Symbol` polyfill

github.com/zloirock/core-js - adb900fa578ab07738aa3dd180981515660a490a authored over 9 years ago by Denis Pushkarev <[email protected]>
update links in README

github.com/zloirock/core-js - ac4de0c3afd51c98d70f7a41f59a3832cdd3a740 authored over 9 years ago by Denis Pushkarev <[email protected]>
little more correct `Object.assign` runtime test

github.com/zloirock/core-js - a5560572a45326ace55ca41310623bd62dc1b7a5 authored over 9 years ago by Denis Pushkarev <[email protected]>
remove WebKit case from `Symbol` + `JSON.stringify` fix

github.com/zloirock/core-js - ede8e73733e25641e68460981de6a5c4040f2787 authored over 9 years ago by Denis Pushkarev <[email protected]>
change some `Array` statics tests - old FF makes `.length` enumerable, not critical

github.com/zloirock/core-js - 4db56849dc9b51bee9b4066916284927f00f9c94 authored over 9 years ago by Denis Pushkarev <[email protected]>
change `Object.getOwnPropertyNames` test for engines with wrong enumeration order

github.com/zloirock/core-js - 170feb2f5b23687818e10870e24ce48cee74f056 authored over 9 years ago by Denis Pushkarev <[email protected]>
fix `Math.sinh` with very small numbers in V8 near Chromium 38

github.com/zloirock/core-js - 708236ecbd4f5fe65dc90d5a9483be0a55e0207a authored over 9 years ago by Denis Pushkarev <[email protected]>
add simple workers test

github.com/zloirock/core-js - 7bfa4d6165c5b9e2e147469d50c74dcf24b6ae4f authored over 9 years ago by Denis Pushkarev <[email protected]>
1.1.4

github.com/zloirock/core-js - 77902780b95f958650ec48b4dda934712952d630 authored over 9 years ago by Denis Pushkarev <[email protected]>
fix FF25-26 collections iterators

github.com/zloirock/core-js - ebebaa7c9f053cc0ae81728d745d5dd6fe2ad915 authored over 9 years ago by Denis Pushkarev <[email protected]>
fix support symbols in FF34-35 `Object.assign`

github.com/zloirock/core-js - 9b0289539466893ce85a797f0643d0cb34dab34e authored over 9 years ago by Denis Pushkarev <[email protected]>
change `Reflect.ownKeys` test for engines with wrong `Object.getOwnPropertyNames` enumeration order

github.com/zloirock/core-js - 108cd19d8080bfe95482181a0ea50094027fd20a authored over 9 years ago by Denis Pushkarev <[email protected]>
change `Math.hypot` test with very little numbers for some enough correct implementations

github.com/zloirock/core-js - 920fa5b55081d1eae0effca4e7c135847e4604b9 authored over 9 years ago by Denis Pushkarev <[email protected]>
replace non-generic `Array.of` in WebKit

github.com/zloirock/core-js - d47e54d1091a1fcb315800309437bfad8e12e2ca authored over 9 years ago by Denis Pushkarev <[email protected]>
remove extra microtask from unhandled rejection tracking

github.com/zloirock/core-js - db0cb512e1d9cebea405639251bd3eb485486754 authored over 9 years ago by Denis Pushkarev <[email protected]>
little simplify build process

github.com/zloirock/core-js - 0f7793536d75c1e7c616a7d36b2e4dd3133d906a authored over 9 years ago by Denis Pushkarev <[email protected]>
fix `Symbol` to JSON test for the last WebKit, https://github.com/kangax/compat-table/pull/612#issuecomment-136525765

github.com/zloirock/core-js - 42926a718009c6267f31e7c9b83726a34f25ce3a authored over 9 years ago by Denis Pushkarev <[email protected]>
add `library` version tests to CI

github.com/zloirock/core-js - eaa5fca634747e5e0f00c30270b2e5d619bed754 authored over 9 years ago by Denis Pushkarev <[email protected]>
change `Symbol#toJSON` for correct `JSON.stringify` with `Object(Symbol())` in MS Edge

github.com/zloirock/core-js - 57e1af95e793d84e48789c6ad28d61489e2979d1 authored over 9 years ago by Denis Pushkarev <[email protected]>
use `new`-based cases in `Reflect.construct` with 3 arguments if `target` === `newTarget`

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

github.com/zloirock/core-js - 31440ba436945fc231722ab71a23c13ccfa25b01 authored over 9 years ago by Denis Pushkarev <[email protected]>
update eslint

github.com/zloirock/core-js - 81382968c7b5dd739f89c86ffb26bd02c57e40f4 authored over 9 years ago by Denis Pushkarev <[email protected]>
ensure flushing is not bound to any domain, close #103

github.com/zloirock/core-js - 38a36695aa7275d0c21c08908c7dc9171c40d25c authored over 9 years ago by Denis Pushkarev <[email protected]>
fix domains support in Promise, #103

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