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

bump version in README

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

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

github.com/zloirock/core-js - a95cf714afb40ec1ab69264704b45f14b916c764 authored over 9 years ago by Denis Pushkarev <[email protected]>
add aliases to named functions in `es6.symbol` for better compression

github.com/zloirock/core-js - 2f6e3107fb9d7cc1d71c4da81641808e3661c21d authored over 9 years ago by Denis Pushkarev <[email protected]>
fix conversion symbols to JSON in MS Edge

github.com/zloirock/core-js - d1fdf331e5f3258c54a7bc70b9a2d76e38448554 authored over 9 years ago by Denis Pushkarev <[email protected]>
use native `Reflect.ownKeys` in `$.ownKeys` helper if it possible

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

github.com/zloirock/core-js - b3e1ac9e50cef33da17fb86ead959e6ab74f9207 authored over 9 years ago by Denis Pushkarev <[email protected]>
add `toJSON` method to `Symbol` polyfill for expected result w/o patching `JSON.stringify`

github.com/zloirock/core-js - 436c13b46dfce79986554e37d358e8100331c216 authored over 9 years ago by Denis Pushkarev <[email protected]>
replace Edge and FF `Reflect.construct` implementations, https://github.com/babel/babel/issues/2240

github.com/zloirock/core-js - 5fac68bcb5ef5d271114b9895c5d0a93d08a0275 authored over 9 years ago by Denis Pushkarev <[email protected]>
check `window` before `self` for global detection, ~IE8 with changed `document.domain` case, close #100, #101

github.com/zloirock/core-js - 2f62d278b781ab60bb74c7fa112dafe25226029d authored over 9 years ago by Denis Pushkarev <[email protected]>
temporary remove experimental `es7.observable` module

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

github.com/zloirock/core-js - 84dd361666804271a8fa2640478e1d1315c5343e authored over 9 years ago by Denis Pushkarev <[email protected]>
add simple microtask queue for Promise

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

github.com/zloirock/core-js - 446657004dba03b1303d8ac696d0346c9c1118c4 authored over 9 years ago by Denis Pushkarev <[email protected]>
add simple trim methods example

github.com/zloirock/core-js - c76e9e122e1923a859de0106a38701786882cb75 authored over 9 years ago by Denis Pushkarev <[email protected]>
add links to modules to readme

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

github.com/zloirock/core-js - c9b2dbdb2d9c7cf01c4a9b504b4ad722a4cd95a2 authored over 9 years ago by Denis Pushkarev <[email protected]>
remove `typeof` check from `core.log` (old IE case)

github.com/zloirock/core-js - f9e3fb1fb7c7e35d730b088ed2a3b88ea55afe58 authored over 9 years ago by Denis Pushkarev <[email protected]>
fix `Math.acosh` for library version

github.com/zloirock/core-js - c75ef5f4f0ebaf81b9cabc8a25240543d15fa546 authored over 9 years ago by Denis Pushkarev <[email protected]>
update karma-phantomjs2-launcher

github.com/zloirock/core-js - c53bcb82977ff6506001edda875b5c74e8fc8726 authored over 9 years ago by Denis Pushkarev <[email protected]>
simplify `Function#name`

github.com/zloirock/core-js - 02899635703479742c524eb4d24b9018d68781d4 authored over 9 years ago by Denis Pushkarev <[email protected]>
little more correct `Math.acosh`

github.com/zloirock/core-js - 48beb4a3044e77067fef4ba3460a86d596945383 authored over 9 years ago by Denis Pushkarev <[email protected]>
change tests structure, additional cases

github.com/zloirock/core-js - 3439f6242b000d953dd1937405ae3bd33d5e4e14 authored over 9 years ago by Denis Pushkarev <[email protected]>
simplify `Reflect.enumerate`

https://esdiscuss.org/topic/question-about-enumerate-and-property-decision-timing

github.com/zloirock/core-js - 0a82337107483d9386b91e5a6c6cb8a0c0d80481 authored over 9 years ago by Denis Pushkarev <[email protected]>
little refactoring / optimization, add some comments

github.com/zloirock/core-js - ff50580012c9e1df67fa5f633e9608f854bc0ebd authored over 9 years ago by Denis Pushkarev <[email protected]>
split toObject -> toObject + toIObject, rename ES5Object -> IObject

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

github.com/zloirock/core-js - 061907b2d868481b1c438ebc4f6a8de2c05c5cd3 authored over 9 years ago by Denis Pushkarev <[email protected]>
fix some tests for browsers w/o strict mode

github.com/zloirock/core-js - a184886c6f1eefe21c82a2831df95c5a63168110 authored over 9 years ago by Denis Pushkarev <[email protected]>
move toString id conversion from setTask to defer

github.com/zloirock/core-js - 3768e9fda63f3613975416b215d1a556e2df67ef authored over 9 years ago by Denis Pushkarev <[email protected]>
increase `MessageChannel` priority in `$.task`, close #95

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

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