Lines Matching full:https
8 … in `postinstall` scripts for better cross-platform compatibility, [#582](https://github.com/zloir…
9 - Improved CI detection in the `postinstall` script, [#707](https://github.com/zloirock/core-js/iss…
12 - Show similar `postinstall` messages only once per `npm i`, [#597](https://github.com/zloirock/cor…
15 …ments of the `postinstall` script like support `npm` color config ([#556](https://github.com/zloir…
18 - Added a workaround of a strange `npx` bug on `postinstall`, [#551](https://github.com/zloirock/co…
21 …completely correct `Symbol` polyfills, [#550](https://github.com/zloirock/core-js/issues/550), [#5…
24 …erable properties support in `Object.{ assign, entries, values }`, [#541](https://github.com/zloir…
25 - Fixed support of primitives in `Object.getOwnPropertySymbols` in Chrome 38 / 39, [#539](https://g…
29 - Fixed buggy `String#padStart` and `String#padEnd` mobile Safari implementations, [#414](https://g…
32 - Added a workaround against crushing an old IE11.0.9600.16384 build, [#485](https://github.com/zlo…
35 - Added a workaround for `babel-minify` bug, [#479](https://github.com/zloirock/core-js/issues/479)
38 - Fixed handling of `$` in `String#replace`, [#471](https://github.com/zloirock/core-js/issues/471)
41 - Fixed an issue with minified version, [#463](https://github.com/zloirock/core-js/issues/463)
44 …https://github.com/zloirock/core-js/issues/411), [#428](https://github.com/zloirock/core-js/issues…
47 - Get rid of reserved variable name `final`, related [#400](https://github.com/zloirock/core-js/iss…
50 …Node 10 and Chrome 66) because of [a bug with resolving custom thenables](https://bugs.chromium.or…
51 …age buggy native LG WebOS 2 `Promise` in microtask implementation, [#396](https://github.com/zloir…
55 …ix some edge cases of `Reflect.set`, [#392](https://github.com/zloirock/core-js/issues/392) and [#…
58 - Fixed one case of deoptimization built-in iterators in V8, related [#377](https://github.com/zloi…
59 - Fixed some cases of iterators feature detection, [#368](https://github.com/zloirock/core-js/issue…
60 - Fixed manually entered NodeJS domains issue in `Promise`, [#367](https://github.com/zloirock/core…
65 - Fixed calling `onunhandledrejectionhandler` multiple times for one `Promise` chain, [#318](https:…
66 …art, padEnd}` in Safari 10 because of [a bug](https://bugs.webkit.org/show_bug.cgi?id=161944), [#2…
67 … in a very rare version of `WebKit`, [#236](https://github.com/zloirock/core-js/issues/236) and [#…
68 - One more [#345](https://github.com/zloirock/core-js/issues/345)-related fix
71 …rotask implementation in iOS Safari because of bug with scrolling, [#339](https://github.com/zloir…
72 …efined, replacer)` case in the wrapper from the `Symbol` polyfill, [#345](https://github.com/zloir…
76 - Updated `Promise#finally` per [tc39/proposal-promise-finally#37](https://github.com/tc39/proposal…
81 - Added `Promise#finally` [stage 3 proposal](https://github.com/tc39/proposal-promise-finally), [#2…
82 - Added `Promise.try` [stage 1 proposal](https://github.com/tc39/proposal-promise-try)
83 - Added `Array#flatten` and `Array#flatMap` [stage 1 proposal](https://tc39.github.io/proposal-flat…
84 - Added `.of` and `.from` methods on collection constructors [stage 1 proposal](https://github.com/…
93 …Added `Math` extensions [stage 1 proposal](https://github.com/rwaldron/proposal-math-extensions), …
102 - Updated `global` [stage 3 proposal](https://github.com/tc39/proposal-global) - added `global` glo…
103 - Updated `Object.getOwnPropertyDescriptors` to the [final version](https://tc39.github.io/ecma262/…
104 - Updated the list of iterable DOM collections, [#249](https://github.com/zloirock/core-js/issues/2…
132 ….getOwnPropertyDescriptors`](https://github.com/tc39/proposal-object-getownpropertydescriptors) to…
133 …- [String padding](https://github.com/tc39/proposal-string-pad-start-end) to [stage 4 (ES2017)](ht…
134 …- [`global`](https://github.com/tc39/proposal-global) to [stage 3](https://github.com/rwaldron/tc3…
135 …- [String trimming](https://github.com/tc39/proposal-string-left-right-trim) to [stage 2](https://…
137 [#293](https://github.com/zloirock/core-js/pull/293)
138 - Fixed `%TypedArray%.from` Safari bug, [#285](https://github.com/zloirock/core-js/issues/285)
139 …lity with old version of Prototype.js, [#278](https://github.com/zloirock/core-js/issues/278), [#2…
140 …ache the result for correct behaviour with inherited constructors, [#296](https://github.com/zloir…
141 - Added errors on incorrect context of collection methods, [#272](https://github.com/zloirock/core-…
142 - Fixed conversion typed array constructors to string, fix [#300](https://github.com/zloirock/core-…
143 - Fixed `Set#size` with debugger ReactNative for Android, [#297](https://github.com/zloirock/core-j…
144 - Fixed an issue with Electron-based debugger, [#230](https://github.com/zloirock/core-js/issues/23…
145 - Fixed compatibility with incomplete third-party `WeakMap` polyfills, [#252](https://github.com/zl…
146 - Added a fallback for `Date#toJSON` in engines without native `Date#toISOString`, [#220](https://g…
147 - Added support for Sphere Dispatch API, [#286](https://github.com/zloirock/core-js/pull/286)
148 - Seriously changed the coding style and the [ESLint config](https://github.com/zloirock/core-js/bl…
153 - Fixed `script` tag for some parsers, [#204](https://github.com/zloirock/core-js/issues/204), [#21…
154 - Removed some unused variables, [#217](https://github.com/zloirock/core-js/issues/217), [#218](htt…
158 …https://github.com/zloirock/core-js/issues/159), [#186](https://github.com/zloirock/core-js/issues…
161 - Added `Observable`, [stage 1 proposal](https://github.com/zenparsing/es-observable)
163 …hould throw an error if `argumentsList` argument is not an object, [#194](https://github.com/zloir…
166 - Added `asap` for enqueuing microtasks, [stage 0 proposal](https://github.com/rwaldron/tc39-notes/…
167 - Added well-known symbol `Symbol.asyncIterator` for [stage 2 async iteration proposal](https://git…
168 - Added well-known symbol `Symbol.observable` for [stage 1 observables proposal](https://github.com…
169 …` returns original string if filler is empty string, [TC39 meeting notes](https://github.com/rwald…
170 - `Object.values` and `Object.entries` moved to stage 4 from 3, [TC39 meeting notes](https://github…
171 - `System.global` moved to stage 2 from 1, [TC39 meeting notes](https://github.com/rwaldron/tc39-no…
172 …ted and will be removed from the next major release, [TC39 meeting notes](https://github.com/rwald…
173 …awn and will be removed from the next major release, [TC39 meeting notes](https://github.com/rwald…
174 …ensible functions and functions with broken `toString` conversion, [#193](https://github.com/zloir…
177 - Added conversion `-0` to `+0` to `Array#{indexOf, lastIndexOf}`, [ES2016 fix](https://github.com/…
180 - Added workaround over Chrome DevTools strange behavior, [#186](https://github.com/zloirock/core-j…
183 - Fixed `Object.getOwnPropertyNames(window)` `2.1+` versions bug, [#181](https://github.com/zloiroc…
186 - Added `String#matchAll`, [proposal](https://github.com/tc39/String.prototype.matchAll)
187 - Added `Object#__(define|lookup)[GS]etter__`, [annex B ES2017](https://github.com/tc39/ecma262/pul…
193 - Improved support NodeJS domains in `Promise#then`, [#180](https://github.com/zloirock/core-js/iss…
194 - Added fallback for `Date#toJSON` bug in Qt Script, [#173](https://github.com/zloirock/core-js/iss…
197 - Added fallback for `Symbol` polyfill in Qt Script, [#173](https://github.com/zloirock/core-js/iss…
198 - Added one more fallback for IE11 `Script Access Denied` error with iframes, [#165](https://github…
201 … fallback for [`es6-promise` package bug](https://github.com/stefanpenner/es6-promise/issues/169),…
212 …dled rejection tracking support - now it's available everywhere**, [#140](https://github.com/zloir…
229 …- `Object.getOwnPropertyDescriptors` moved to the stage 3, [January TC39 meeting](https://github.c…
230 …option for [custom build process](https://github.com/zloirock/core-js#custom-build-from-external-s…
233 …d and will be removed from the next major release, [January TC39 meeting](https://github.com/rwald…
235 …ct` metadata API](https://github.com/jonathandturner/decorators/blob/master/specs/metadata.md) as …
261 …` subclassing bug causes unhandled rejection on feature detection, [#159](https://github.com/zloir…
265 …https://github.com/websockets/ws/pull/645) (-> `socket.io`) which passes to `Buffer` constructor -…
269 …strict mode -> throw an error on extension non-extensible objects, [#154](https://github.com/zloir…
272 - Added implementations and fixes [Typed Arrays](https://github.com/zloirock/core-js#ecmascript-6-t…
277 …al`](https://github.com/zloirock/core-js#ecmascript-7-proposals), [proposal](https://github.com/tc…
278 …`](https://github.com/zloirock/core-js#ecmascript-7-proposals), [proposal](https://github.com/ljha…
279 …[`Math.{iaddh, isubh, imulh, umulh}`](https://github.com/zloirock/core-js#ecmascript-7-proposals),…
280 …](https://github.com/rwaldron/tc39-notes/blob/master/es7/2015-07/july-28.md#62-regexpescape) - too…
281 - [`Promise`](https://github.com/zloirock/core-js#ecmascript-6-promise)
283 …- Added basic support [`rejectionHandled` event / `onrejectionhandled` handler](https://github.com…
284 …- Removed usage `@@species` from `Promise.{all, race}`, [November TC39 meeting](https://github.com…
285 - Some improvements [collections polyfills](https://github.com/zloirock/core-js#ecmascript-6-collec…
286 …- `O(1)` and preventing possible leaks with frozen keys, [#134](https://github.com/zloirock/core-j…
288 …https://github.com/zloirock/core-js#ecmascript-7-proposals), [proposal](https://github.com/tc39/pr…
289 …https://github.com/zloirock/core-js#ecmascript-7-proposals), [proposal](https://github.com/sebmark…
290 - Added [annex B HTML methods](https://github.com/zloirock/core-js#ecmascript-6-string) - ugly, but…
291 - Added little fix for [`Date#toString`](https://github.com/zloirock/core-js#ecmascript-6-date) - `…
292 …https://github.com/zloirock/core-js#iterable-dom-collections) which should have [iterable interfac…
293 …https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array#Array_gener…
296 …- Added entry points for [virtual methods](https://github.com/zloirock/core-js#commonjs-and-protot…
297 …- Added entry points for [stages proposals](https://github.com/zloirock/core-js#ecmascript-7-propo…
299 - [Custom build from external scripts](https://github.com/zloirock/core-js#custom-build-from-extern…
300 …les file names because Team Foundation Server does not support it, [#129](https://github.com/zloir…
303 - Removed usage shortcuts for `arguments` object - old WebKit bug, [#150](https://github.com/zloiro…
304 - `{Map, Set}#forEach` non-generic, [#144](https://github.com/zloirock/core-js/issues/144)
323 …- bug - `Weak(Map|Set)#{delete, get, has}` should not throw errors [#124](https://github.com/zloir…
333 * Fixed build process from external packages, [#120](https://github.com/zloirock/core-js/pull/120)
334 * One more `Object.{assign, values, entries}` fix for [**very** specific case](https://github.com/l…
337 …od to wrapping `JSON.stringify` - little more correct, [compat-table/642](https://github.com/kanga…
338 * Fixed typo which broke tasks scheduler in WebWorkers in old FF, [#114](https://github.com/zloiroc…
341 * Added browser [`Promise` rejection hook](#unhandled-rejection-tracking), [#106](https://github.co…
342 …https://github.com/zloirock/core-js/#ecmascript-6-string) and [`RegExp` constructor](https://githu…
343 * Updated [`String#leftPad`](https://github.com/zloirock/core-js/#ecmascript-7-proposals) [with pro…
344 …d V8 [`Object.assign`](https://github.com/zloirock/core-js/#ecmascript-6-object) - its properties …
345 …perties for `Object.{`[`assign`](https://github.com/zloirock/core-js/#ecmascript-6-object)`, `[`en…
346 * Fixed [`Math.sinh`](https://github.com/zloirock/core-js/#ecmascript-6-math) with very small numbe…
350 * Fixed support symbols in FF34-35 [`Object.assign`](https://github.com/zloirock/core-js/#ecmascrip…
351 * Fixed [collections iterators](https://github.com/zloirock/core-js/#ecmascript-6-iterators) in FF2…
352 * Fixed non-generic WebKit [`Array.of`](https://github.com/zloirock/core-js/#ecmascript-6-array)
356 … support Node.js domains in [`Promise`](https://github.com/zloirock/core-js/#ecmascript-6-promise)…
359 * Added `toJSON` method to [`Symbol`](https://github.com/zloirock/core-js/#ecmascript-6-symbol) pol…
360 * Replaced [`Reflect.construct`](https://github.com/zloirock/core-js/#ecmascript-6-reflect) impleme…
361 * Fixed `global` detection with changed `document.domain` in ~IE8, [#100](https://github.com/zloiro…
367 * Updated [string padding](https://github.com/zloirock/core-js/#ecmascript-7-proposals) to [actual …
370 * Added [string trim functions](#ecmascript-7-proposals) - [proposal](https://github.com/sebmarkbag…
373 * [`String#trim`](https://github.com/zloirock/core-js/#ecmascript-6-string) fixed for some engines …
374 * Splitted [`es6.object.statics-accept-primitives`](https://github.com/zloirock/core-js/#ecmascript…
375 …ethods moved from `es5` to `es6` namespace and joined with [es6 wrappers](https://github.com/zloir…
376 * `es5` [namespace](https://github.com/zloirock/core-js/#commonjs) also includes modules, moved to …
377 * Increased `MessageChannel` priority in `$.task`, [#95](https://github.com/zloirock/core-js/issues…
379 * [`Reflect.construct`](https://github.com/zloirock/core-js/#ecmascript-6-reflect) optimized and fi…
380 … Simplified [`Reflect.enumerate`](https://github.com/zloirock/core-js/#ecmascript-6-reflect), see …
381 * Some corrections in [`Math.acosh`](https://github.com/zloirock/core-js/#ecmascript-6-math)
382 * Fixed [`Math.imul`](https://github.com/zloirock/core-js/#ecmascript-6-math) for old WebKit
383 * Some fixes in string / RegExp [well-known symbols](https://github.com/zloirock/core-js/#ecmascrip…
389 …ons for safe `Function#name` and `Function#length`, should be fixed [#92](https://github.com/zloir…
392 * Added logic for [well-known symbols](https://github.com/zloirock/core-js/#ecmascript-6-regexp):
398 …, `WeakSet` constructors](https://github.com/zloirock/core-js/#ecmascript-6-collections), [`Promis…
399 …* Optimized [`Array.from`](https://github.com/zloirock/core-js/#ecmascript-6-array) for default `…
400 …* Added [`core.getIteratorMethod`](https://github.com/zloirock/core-js/#ecmascript-6-iterators) he…
402 * Added support native constructors to [`Reflect.construct`](https://github.com/zloirock/core-js/#e…
403 * Added support native constructors to [`Function#bind`](https://github.com/zloirock/core-js/#ecmas…
404 * Removed obsolete `.clear` methods native [`Weak`-collections](https://github.com/zloirock/core-js…
406 * [`es6.reflect`](https://github.com/zloirock/core-js/#ecmascript-6-reflect)
407 * [`es6.regexp`](https://github.com/zloirock/core-js/#ecmascript-6-regexp)
408 * [`es6.math`](https://github.com/zloirock/core-js/#ecmascript-6-math)
409 * [`es6.number`](https://github.com/zloirock/core-js/#ecmascript-6-number)
410 * [`es7.object.to-array`](https://github.com/zloirock/core-js/#ecmascript-7-proposals)
411 * [`core.object`](https://github.com/zloirock/core-js/#object)
412 * [`core.string`](https://github.com/zloirock/core-js/#escaping-strings)
413 * [`core.iter-helpers`](https://github.com/zloirock/core-js/#ecmascript-6-iterators)
417 …* Moved `$for` to [separate library](https://github.com/zloirock/forof). This work for syntax - `f…
418 …* Moved `Date#{format, formatUTC}` to [separate library](https://github.com/zloirock/dtf). Standar…
422 * Uses `ToNumber` instead of `ToLength` in [`Number Iterator`](https://github.com/zloirock/core-js/…
423 * Fixed [#85](https://github.com/zloirock/core-js/issues/85) - invalid `Promise` unhandled rejectio…
424 * Fixed [#86](https://github.com/zloirock/core-js/issues/86) - support FF extensions
425 * Fixed [#89](https://github.com/zloirock/core-js/issues/89) - behavior `Number` constructor in str…
428 * Removed `/` from [`RegExp.escape`](https://github.com/zloirock/core-js/#ecmascript-7-proposals) e…
431 * Updated [`RegExp.escape`](https://github.com/zloirock/core-js/#ecmascript-7-proposals) to the [la…
435 * More correct order resolving thenable in [`Promise`](https://github.com/zloirock/core-js/#ecmascr…
436 * Uses polyfill instead of [buggy V8 `Promise`](https://github.com/zloirock/core-js/issues/78)
439 * [Collections](https://github.com/zloirock/core-js/#ecmascript-6-collections) from `library` versi…
441 * Optimized [`Math.hypot`](https://github.com/zloirock/core-js/#ecmascript-6-math)
444 * Updated [`Promise.resolve` behavior](https://esdiscuss.org/topic/fixing-promise-resolve)
449 * Added fallback for [`Symbol` polyfill](https://github.com/zloirock/core-js/#ecmascript-6-symbol) …
457 * Simplified [custom build](https://github.com/zloirock/core-js/#custom-build)
463 … methods / constructors with methods similar to the [`lodash` `isNative`](https://github.com/lodas…
467 * Wrapped `Object#propertyIsEnumerable` for [`Symbol` polyfill](https://github.com/zloirock/core-js…
468 * [Added proto versions of methods to `library` for ES7 bind syntax](https://github.com/zloirock/co…
472 * Fixed [`Math.hypot`](https://github.com/zloirock/core-js/#ecmascript-6-math) with negative argume…
473 * Added `Object#toString.toString` as fallback for [`lodash` `isNative`](https://github.com/lodash/…
476 * Added [support DOM collections](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference…
479 * Added [`String#lpad`, `String#rpad`](https://github.com/zloirock/core-js/#ecmascript-7-proposals)
492 * More correct [`Promise`](https://github.com/zloirock/core-js/#ecmascript-6-promise) unhandled rej…
495 * Fixed `__proto__`-based [`Promise`](https://github.com/zloirock/core-js/#ecmascript-6-promise) su…
498 * Added correct [symbols](https://github.com/zloirock/core-js/#ecmascript-6-symbol) descriptors
500 …* Added [single entry points](https://github.com/zloirock/core-js/#commonjs) for `Object.{create, …
501 * Added [`Map#toJSON`](https://github.com/zloirock/core-js/#ecmascript-7-proposals)
502 …vailable](http://babeljs.io/blog/2015/05/14/function-bind/) [bind syntax](https://github.com/zenpa…
513 * [`Math.fround`](https://github.com/zloirock/core-js/#ecmascript-6-math) now also works in IE9-
514 * Added [`Set#toJSON`](https://github.com/zloirock/core-js/#ecmascript-7-proposals)
521 * Changed [CommonJS API](https://github.com/zloirock/core-js/#commonjs)
523 … need it - [simply include only required namespaces / features / modules](https://github.com/zloir…
524 * Removed [abstract references](https://github.com/zenparsing/es-abstract-refs) support - proposal …
525 * [`$for.isIterable` -> `core.isIterable`, `$for.getIterator` -> `core.getIterator`](https://github…
536 * Rewritten and splitted into [CommonJS modules](https://github.com/zloirock/core-js/#commonjs)
539 * Fixed support [`Object.defineProperty`](https://github.com/zloirock/core-js/#ecmascript-5) with a…
543 * Added basic support [`Promise`](https://github.com/zloirock/core-js/#ecmascript-6-promise) unhand…
544 * Added [`Object.getOwnPropertyDescriptors`](https://github.com/zloirock/core-js/#ecmascript-7-prop…
546 * Restructuring [namespaces](https://github.com/zloirock/core-js/#custom-build)
553 * Added [support binary and octal literals](https://github.com/zloirock/core-js/#ecmascript-6-numbe…
554 * Added [`Date#toISOString`](https://github.com/zloirock/core-js/#ecmascript-5)
564 * Splitted [`es6` module](https://github.com/zloirock/core-js/#ecmascript-6)
566 * Added [`delay` method](https://github.com/zloirock/core-js/#delay)
570 * [`Object.getOwnPropertySymbols`](https://github.com/zloirock/core-js/#ecmascript-6-symbol) polyfi…
576 * Some [collections](https://github.com/zloirock/core-js/#ecmascript-6-collections) fixes
579 * Added support frozen objects as [collections](https://github.com/zloirock/core-js/#ecmascript-6-c…
582 * Added [`Object.getOwnPropertySymbols`](https://github.com/zloirock/core-js/#ecmascript-6-symbol)
583 * Added [`NodeList.prototype[@@iterator]`](https://github.com/zloirock/core-js/#ecmascript-6-iterat…
606 * Added [`es6.reflect`](https://github.com/zloirock/core-js/#ecmascript-6-reflect) module:
624 * [Console cap](https://github.com/zloirock/core-js/#console) excluded from node.js default builds
627 * Added cap for [ES5](https://github.com/zloirock/core-js/#ecmascript-5) freeze-family methods
634 * Optimize [`Map` & `Set`](https://github.com/zloirock/core-js/#ecmascript-6-collections):
637 …* Iterators moved to [`es6`](https://github.com/zloirock/core-js/#ecmascript-6) and [`es6.collecti…
645 * Added [`Math.fround`](https://github.com/zloirock/core-js/#ecmascript-6-math) (IE10+)
649 * [Symbols](https://github.com/zloirock/core-js/#ecmascript-6-symbol):
665 * Added [`RegExp#flags`](https://github.com/zloirock/core-js/#ecmascript-6-regexp) ([December 2014 …
666 * Added [`String.raw`](https://github.com/zloirock/core-js/#ecmascript-6-string)
669 * Repair converting -0 to +0 in [native collections](https://github.com/zloirock/core-js/#ecmascrip…
672 * Added [`es7.proposals`](https://github.com/zloirock/core-js/#ecmascript-7-proposals) and [`es7.ab…
673 * Added [`String#at`](https://github.com/zloirock/core-js/#ecmascript-7-proposals)
674 * Added real [`String Iterator`](https://github.com/zloirock/core-js/#ecmascript-6-iterators), olde…
691 * Added [`Array#copyWithin`](https://github.com/zloirock/core-js/#ecmascript-6-array)
692 * Added [`String#codePointAt`](https://github.com/zloirock/core-js/#ecmascript-6-string)
693 * Added [`String.fromCodePoint`](https://github.com/zloirock/core-js/#ecmascript-6-string)
696 * Added [`Dict.mapPairs`](https://github.com/zloirock/core-js/#dict)
699 * [TC39 November meeting](https://github.com/rwaldron/tc39-notes/tree/master/es6/2014-11):
700 …* [`.contains` -> `.includes`](https://github.com/rwaldron/tc39-notes/blob/master/es6/2014-11/nov-…
701 …* `String#contains` -> [`String#includes`](https://github.com/zloirock/core-js/#ecmascript-6-strin…
702 …* `Array#contains` -> [`Array#includes`](https://github.com/zloirock/core-js/#ecmascript-7-proposa…
703 * `Dict.contains` -> [`Dict.includes`](https://github.com/zloirock/core-js/#dict)
704 …* [Removed `WeakMap#clear`](https://github.com/rwaldron/tc39-notes/blob/master/es6/2014-11/nov-19.…
705 …* [Removed `WeakSet#clear`](https://github.com/rwaldron/tc39-notes/blob/master/es6/2014-11/nov-19.…