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

fix Chrome 34 `Number.parseInt`

github.com/zloirock/core-js - 270fabccd38e0210caf1a4ffc44ca328880fba69 authored almost 9 years ago by Denis Pushkarev <[email protected]>
add fixes for `String#split` / `RegExp#@@split`, #156

github.com/zloirock/core-js - 7a90ad4004a437bbbf96e29051904eedda3f7457 authored almost 9 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update `phantomjs`

github.com/zloirock/core-js - c19264efe65e82caa7d25fbfb1f6ab4c6c5df46e authored almost 9 years ago by Denis Pushkarev <[email protected]>
FF44- `RegExp#toString` has a wrong name

github.com/zloirock/core-js - b78a183912ebde52d29b232db2ede9bbfb432150 authored almost 9 years ago by Denis Pushkarev <[email protected]>
[tests] fix `@@species` getters tests

github.com/zloirock/core-js - 8a89f4f0a2b20d142bd90b81c252c50e7ab29f4d authored almost 9 years ago by Denis Pushkarev <[email protected]>
add note about possible `Symbol` polyfill problems with environment exotic objects, close #163

github.com/zloirock/core-js - 50fefa0c7ab91e56f770d9315d55b908f7311bdf authored almost 9 years ago by Denis Pushkarev <[email protected]>
add fixes for `RegExp#toString`

- by ES6, `RegExp#toString` should be generic and use `.flags` property
- also, old engines has ...

github.com/zloirock/core-js - b24fe208430c9670e0ec20f18d0525ff7c2d6d3f authored almost 9 years ago by Denis Pushkarev <[email protected]>
some additional validations for `{Object, Reflect}.{defineProperty, getOwnPropertyDescriptor}`

github.com/zloirock/core-js - 2b40e0b71f330a7c57064d8b029364a9a420c4c6 authored almost 9 years ago by Denis Pushkarev <[email protected]>
convert first `parse(Int|Float)` argument to string before calling `$trim`

github.com/zloirock/core-js - 3d625c84f3fe9b200d1f3710df7611d56f8fe68d authored almost 9 years ago by Denis Pushkarev <[email protected]>
fix `Array#lastIndexOf`

github.com/zloirock/core-js - 38f373d65ea54429e9e6de3d1de85f0cdd79a2ec authored almost 9 years ago by Denis Pushkarev <[email protected]>
add fix for `parseFloat`, #156

github.com/zloirock/core-js - 398492a64def6ae172b2202b07ef94afe0498f29 authored almost 9 years ago by Denis Pushkarev <[email protected]>
add fixes for `parseInt`, #156

github.com/zloirock/core-js - 577bd7b0980219dae588805dd4f2cfb63635c240 authored almost 9 years ago by Denis Pushkarev <[email protected]>
add entry points for missed ES5 methods

github.com/zloirock/core-js - 9d6bb612da98d533cab72d21c4a927959654caec authored almost 9 years ago by Denis Pushkarev <[email protected]>
join ES5 and ES6 versions `Object.{keys, getOwnPropertyNames, getPrototypeOf, getOwnPropertyDescriptor}`

github.com/zloirock/core-js - 164e0df6b3d9ead2f399be8999b7fff2f1ad6845 authored almost 9 years ago by Denis Pushkarev <[email protected]>
$.setDesc -> _object-dp

github.com/zloirock/core-js - a051b20ce6793d9ceff0b0b5308efd57032b6d0d authored almost 9 years ago by Denis Pushkarev <[email protected]>
$.getDesc -> _object-gopd

github.com/zloirock/core-js - 911098b470ad0e279e302dd8284bde14bc8c728a authored almost 9 years ago by Denis Pushkarev <[email protected]>
$.setDescs -> _object-dps

github.com/zloirock/core-js - ebe03b9fc47a8e45a0c2f203ec23b0be73aabe89 authored almost 9 years ago by Denis Pushkarev <[email protected]>
$.getNames -> _object-gopn

github.com/zloirock/core-js - 4bbb3789677dcb55979714ad23cc0c59632e2aff authored almost 9 years ago by Denis Pushkarev <[email protected]>
$.getKeys -> _object-keys

github.com/zloirock/core-js - d486218d6a053de9bd67ad8ac225ce16e8e015df authored almost 9 years ago by Denis Pushkarev <[email protected]>
$.getProto -> _object-gpo

github.com/zloirock/core-js - 3a98a54e6ffd9d616b82de0cf1edd666d9a219ad authored almost 9 years ago by Denis Pushkarev <[email protected]>
$.create -> _object-create

github.com/zloirock/core-js - 2703b8e1d16811018bd9a112966b92528d49fc80 authored almost 9 years ago by Denis Pushkarev <[email protected]>
$.isEnum -> _object-pie

github.com/zloirock/core-js - c7220c9747ed531eefd53c9d18e3c01d1f9c8943 authored almost 9 years ago by Denis Pushkarev <[email protected]>
$.getSymbols -> _object-gops

github.com/zloirock/core-js - 6c65eb459712dde5a999e671944a5771456ada50 authored almost 9 years ago by Denis Pushkarev <[email protected]>
remove `$.each` helper

github.com/zloirock/core-js - 4ac4756e5af470ca7516226e69ed450727e35320 authored almost 9 years ago by Denis Pushkarev <[email protected]>
[tests] move all tests from es5 to es6 namespace

github.com/zloirock/core-js - 466646a07db9940dfe4006749bb7f4c0ad0f50f5 authored almost 9 years ago by Denis Pushkarev <[email protected]>
enable `es5.array.sort` by default

github.com/zloirock/core-js - 887aef98fe2c266b507217fc8a4ffdf60c210c08 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.object.(define-propert(y|ies)|get-own-property-descriptor)` from `es5`

github.com/zloirock/core-js - 99d72af9a59d1fc809a72f074c1397d0b2336344 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.object.(keys|get-own-property-names)` from `es5`

github.com/zloirock/core-js - 96f01f637dc92c5472abb7dc72c5ab9b4036e469 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.object.get-prototype-of` from `es5`

github.com/zloirock/core-js - d59db57ade7d10aa9f40982cc63266fb62886476 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.object.create` from `es5`

github.com/zloirock/core-js - a9799874bb0f28d8501cfe123f752e51ea90ca1a authored almost 9 years ago by Denis Pushkarev <[email protected]>
[tests] join ES5 and ES6 tests freeze-family methods, move to the separate files

github.com/zloirock/core-js - fcd507289d00f6dbf7b8d603d1281ce8a704b67a authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.array.slice` from `es5`

github.com/zloirock/core-js - 09bbd0471b4ce7673dfcc14a4e2e06d6c8c74fe9 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.array.reduce(-right)` from `es5`

github.com/zloirock/core-js - 7992edbd3c2629a0babee1cc5cdd8679bcda3063 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.array.index-of` from `es5`

github.com/zloirock/core-js - 6f1acfee573454c52b1a0ad78de5a1d0707f0981 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.array.every` from `es5`

github.com/zloirock/core-js - 43149dd8d2b0fcd491d6efed2d8cfe5d7e4d3f77 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.array.some` from `es5`

github.com/zloirock/core-js - a0fb63eb4ff255c5fdaa54968a4d735c8325d99a authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.array.filter` from `es5`

github.com/zloirock/core-js - cb634297585a54cb8ecf79cf20783399b776ebf8 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.array.map` from `es5`

github.com/zloirock/core-js - 2638f6f056376832697b45bbc70f67756cda97bb authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.array.for-each` from `es5`

github.com/zloirock/core-js - b7f6706fc5d098ce68290be3cf9716f84f0332c4 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.array.join` from `es5`

github.com/zloirock/core-js - d409559d34b2ef8bea7bcc01507f1f78be2148e6 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.array.last-index-of` from `es5`

github.com/zloirock/core-js - 7b06bc717afcda972518eb33ce5065e3eb4282f4 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.function.bind` from `es5`

github.com/zloirock/core-js - 7b59048573c1240f9865c2b639246986b6f210ae authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.array.is-array` from `es5`

github.com/zloirock/core-js - 06fe13c9de2b8c5e91947ccd0d7db1caef76e711 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.date.now` from `es5`

github.com/zloirock/core-js - c1b8ca99d015a77fef408c55e0e6ce23a6b404c3 authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract `es5.date.to-iso-string` from `es5`

github.com/zloirock/core-js - fd8eefca1f88c29845a4aa12414edc890a281792 authored almost 9 years ago by Denis Pushkarev <[email protected]>
[experimental] add fix for `Array#sort`, #156

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

github.com/zloirock/core-js - ab92628889374b727c9a792c70c51a7f527e3af7 authored almost 9 years ago by Denis Pushkarev <[email protected]>
use fake `Promise` constructor in `Promise.resolve` test for preventing theoretical problems in the future

github.com/zloirock/core-js - 3eb11655e5a25e4118f27d551045afef6c16639a authored almost 9 years ago by Denis Pushkarev <[email protected]>
extract NOP function in `es6.promise` module for better compression

github.com/zloirock/core-js - c20253965832d29f3aa153584c536ae8c2693b91 authored almost 9 years ago by Denis Pushkarev <[email protected]>
fix error message because of Chrome 49 `Promise` subclassing bug, close #159

github.com/zloirock/core-js - 7dfea353da3d565083cd964597c32187c9c5a24a authored almost 9 years ago by Denis Pushkarev <[email protected]>
additional check global `window` on `null` in `gOPN` wrapper for preventing possible problems with very specific engines

github.com/zloirock/core-js - ceec0ed598102a62ac688d9df37e03ab6168ff43 authored almost 9 years ago by Denis Pushkarev <[email protected]>
[dependencies] fix peerDependencies

github.com/zloirock/core-js - b9c9dcf7c19994901c4f9779720abbc5c53dfdb3 authored almost 9 years ago by Denis Pushkarev <[email protected]>
[build] use non-global `Promise` polyfill

github.com/zloirock/core-js - fff453e913f77721dc5e54b60b8de03d57efe269 authored almost 9 years ago by Denis Pushkarev <[email protected]>
Merge pull request #157 from dantman/patch-1

Fix incorrect URL in README

github.com/zloirock/core-js - b5c75d2b8031a623f3e3b9482bb3cd1aafbf4667 authored almost 9 years ago by Denis Pushkarev <[email protected]>
Fix incorrect URL in README

github.com/zloirock/core-js - 3ffd2c0c30003f7cc457ef8b1f0f3a86eea2fc99 authored almost 9 years ago by Daniel Friesen <[email protected]>
[build] move modules lists to `config.js`

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

github.com/zloirock/core-js - 9c5801d6d63e82d634b0fbcb843640ed715f5c00 authored almost 9 years ago by Denis Pushkarev <[email protected]>
temporarily remove `length` validation from `Uint8Array` constructor wrapper - bug in `ws` module

https://github.com/karma-runner/karma/issues/1768
https://github.com/websockets/ws/pull/645

github.com/zloirock/core-js - 978d5d26d95a8e4a71afba19886e9bea5f2983ba authored almost 9 years ago by Denis Pushkarev <[email protected]>
[experimental] metadata reflection api: add basic tests, fix arity, #152

github.com/zloirock/core-js - 167f99379d714d4d91ed1cceb8cbdb79b89dd67b authored almost 9 years ago by Denis Pushkarev <[email protected]>
2.0.1

github.com/zloirock/core-js - 668c14a6874cf4c2e39e6b3009ce6730be415251 authored almost 9 years ago by Denis Pushkarev <[email protected]>
[experimental] play with metadata reflection api, #152

github.com/zloirock/core-js - ce8cb5f438b676fbd30a764c420e9441c2a6aff0 authored almost 9 years ago by Denis Pushkarev <[email protected]>
[experimental] play with metadata reflection api, #152

github.com/zloirock/core-js - 4feb559f5cdc325df8b868dd952281469ee12867 authored almost 9 years ago by Denis Pushkarev <[email protected]>
`Object.assign` should be defined in the strict mode -> throw on extension non-extensible objects

github.com/zloirock/core-js - 7bf885b119b1db54154c40a3fcf327cf2438e016 authored almost 9 years ago by Denis Pushkarev <[email protected]>
forced replacement `Promise.resolve` for a wrapped `library` constructor

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

github.com/zloirock/core-js - 0160b946fe94c16a6c85e46122fee7daa01387b6 authored almost 9 years ago by Denis Pushkarev <[email protected]>
Merge pull request #142 from yukulele/patch-1

Update README.md

github.com/zloirock/core-js - c6c70b167cee5c7e8a1669cb711eacdf1ec9c772 authored almost 9 years ago by Denis Pushkarev <[email protected]>
additional fix for iOS Safari ~ 7.1.2 `DataView#{setUint8, setInt8}`

github.com/zloirock/core-js - bdc994121e2b2516e5b4478dc039ecfe1adcb220 authored almost 9 years ago by Denis Pushkarev <[email protected]>
fallback for non-configurable `DataView` methods

github.com/zloirock/core-js - df89af8028a8ad20ec29c283d0b3c4ae0b2073d6 authored almost 9 years ago by Denis Pushkarev <[email protected]>
iOS Safari 7.x has a bug with conversion numbers in `DataView#{setUint8, setInt8}`

github.com/zloirock/core-js - 8310c8e42af596d2ce23216efb82f6e3f56677e7 authored almost 9 years ago by Denis Pushkarev <[email protected]>
a little safer wrapping typed arrays constructors

github.com/zloirock/core-js - 07f46a435d1bb86cb27894e4235ce765cbab699d authored almost 9 years ago by Denis Pushkarev <[email protected]>
iOS Safari 6.x `Array#toLocaleString` throws on typed arrays

github.com/zloirock/core-js - dfd484d82985170aac14e112b8e3e1a94d85819e authored almost 9 years ago by Denis Pushkarev <[email protected]>
Merge pull request #153 from vp2177/patch-1

Small grammar correction

github.com/zloirock/core-js - 83d2f99c55fbb0c68919eb5b172da7de4c5a1af5 authored almost 9 years ago by Denis Pushkarev <[email protected]>
temporary disable arity tests for `Promise` methods - FF bug

github.com/zloirock/core-js - 3b7ef099643dc9261382e2b4cc80845ea8848116 authored about 9 years ago by Denis Pushkarev <[email protected]>
entry points: /methods/ -> /virtual/

github.com/zloirock/core-js - ecf0c67e65de44dc9929bae3cb2fd08e741f9785 authored about 9 years ago by Denis Pushkarev <[email protected]>
add /methods/ and stage/pre entry points

github.com/zloirock/core-js - 267dbbcba004aeff022f8836d5296aaec939db1a authored about 9 years ago by Denis Pushkarev <[email protected]>
export to core.%CONSTRUCTOR%.prototype.%NAME% if it's required

github.com/zloirock/core-js - 14649372697a9b41094efa13866fd7a9196eb4ca authored about 9 years ago by Denis Pushkarev <[email protected]>
export proto methods to core.%CONSTRUCTOR%.{prototype -> methods}.%NAME% for prevent pollution with new methods

github.com/zloirock/core-js - 1095ab1ae222eab5ecb41023e14ce9615dbf12cc authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add `arrayToBuffer` and `bufferToArray` helpers

github.com/zloirock/core-js - 4eb5134552e2bd7cdb74722f241d1eed8af5140d authored about 9 years ago by Denis Pushkarev <[email protected]>
extract `.bind` implementation

github.com/zloirock/core-js - 33bd69e511195eeb0c36357d2d931dcba60e2ef6 authored about 9 years ago by Denis Pushkarev <[email protected]>
add entry points for typed arrays

github.com/zloirock/core-js - 692a919eb2d9b65137be4431f5c59c99be7ed8a8 authored about 9 years ago by Denis Pushkarev <[email protected]>
2.0.0-beta.2

github.com/zloirock/core-js - 485b92f3fca9b6359be0429c44ea8517b0b39871 authored about 9 years ago by Denis Pushkarev <[email protected]>
remove `arguments` shortcuts - old webkit bug, close #150

github.com/zloirock/core-js - 059446f536f9e6af387b06a736a0d3a60bc41908 authored about 9 years ago by Denis Pushkarev <[email protected]>
make `{Map, Set}#forEach` non-generic, close #144

github.com/zloirock/core-js - 5d2a566d31190b1c13f4e53b789a23012f5fe450 authored about 9 years ago by Denis Pushkarev <[email protected]>
strictNew -> anInstance

github.com/zloirock/core-js - 575ce3e4c69721c04dc780952430da630dab1db8 authored about 9 years ago by Denis Pushkarev <[email protected]>
add `DataView` and `ArrayBuffer` to ES3 environment

github.com/zloirock/core-js - abe81954db6a6d1c4dbac0f9330c2d88a2a4ede6 authored about 9 years ago by Denis Pushkarev <[email protected]>
constructors should not accept as `this` constructed instances

github.com/zloirock/core-js - 3ec0fc175569cdfbd6e73f35636056c21a564d75 authored about 9 years ago by Denis Pushkarev <[email protected]>
use native `ArrayBuffer.isView` when it's possible

github.com/zloirock/core-js - e784281e6847f7dec745774176da5f3335a89137 authored about 9 years ago by Denis Pushkarev <[email protected]>
Update README.md

https://github.com/zloirock/core-js/pull/132

github.com/zloirock/core-js - f53b4c879a05b445e4c079bee6dbe1d4daf3c3a3 authored about 9 years ago by yukulele <[email protected]>
replace IEEE754 conversion functions

previous incorrect in some cases float32 and too dirty

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

github.com/zloirock/core-js - 5dd570e836fe0c051ee7590fedbbf2ec14e23102 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] conversions numbers near max / min safe integers

github.com/zloirock/core-js - 0f935dce9e9f14b52f7a0a13c9aa43e1f332712c authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] fix some assertions

github.com/zloirock/core-js - fc31c510f2db9a787586da1c1ff863a50b173922 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] unpacking numbers in `DataView`

github.com/zloirock/core-js - 6247b817ee475be8290b5b73ede236c8449ba9af authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] packing numbers in `DataView`

github.com/zloirock/core-js - 26359761c51fb5910bfc054396de565a064c8fcb authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] Android 4.3- `(Ui|I)nt(8|16)Array` has a bug with conversion numbers out of int32 range

github.com/zloirock/core-js - fc672c61018744c466644d8a86fe13cac740d0eb authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] some old engines (like Opera 12) has some more alternative NaN representations, so just remove this test - the main here unpacking

github.com/zloirock/core-js - ab62161b88f1074ca642950f6899f4f5f41a72da authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] packing / unpacking numbers in typed arrays

github.com/zloirock/core-js - d87991c6e06f0cc46184ed6842ce03b2fef39cf7 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] most old (and not only old) engines has some bugs with typed arrays descriptors

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