All Versions
14
Latest Version
Avg Release Cycle
91 days
Latest Release
1604 days ago

Changelog History
Page 1

  • v3.7.2 Changes

    November 28, 2019

    🛠 Bugfixes:

    • 🛠 Fixes firefox settimeout not initialized error (#1623)
  • v3.7.1 Changes

    October 15, 2019

    🔋 Features:

    • 🔋 feature

    🛠 Bugfixes:

  • v3.7.0 Changes

    October 01, 2019

    🔋 Features:

  • v3.6.0 Changes

    October 01, 2019

    🔋 Features:

    • ➕ Add support for AsyncResource (#1403)

    🛠 Bugfixes:

    • 🛠 Fix .reduce generating unhandled rejection events (#1501)
    • 🛠 Fix Promise.reduce` generating unhandled rejction events (#1502)
    • 🛠 Fix .map and .filter generating unhandled rejection events (#1487)
    • 🛠 Fix Promise.map` unhandled rejection events (#1489)
    • 🛠 Fix cancel skipping upward propagation (#1459)
    • 🛠 Fix loadTimes deprecation (#1505)
    • 🛠 Fix Promise.each` maximum stack exceeded error (#1326)
    • 👉 Make PromiseRejectionEvent confrom to spec (#1509)
    • 🛠 Fix false unhandled rejection events (#1468)
  • v3.5.5 Changes

    May 24, 2019

    🔋 Features:

    • ➕ Added Symbol.toStringTag support to Promise (#1421)

    🛠 Bugfixes:

    • 🛠 Fix error in IE9 (#1591, #1592)
    • 🛠 Fix error with undefined stack trace (#1537)
    • 🛠 Fix #catch throwing an error later rather than immediately when passed non-function handler (#1517)
  • v3.5.4 Changes

    April 03, 2019
    • 👍 Proper version check supporting VSCode(#1576)
  • v3.5.3 Changes

    November 06, 2018

    🛠 Bugfixes:

    • ⚡️ Update acorn dependency
  • v3.5.2 Changes

    September 03, 2018

    🛠 Bugfixes:

    • 🛠 Fix PromiseRejectionEvent to contain .reason and .promise properties. (#1509, #1464)
    • 🛠 Fix promise chain retaining memory until the entire chain is resolved (#1544, #1529)

    id: changelog

    title: Changelog

  • v3.5.1 Changes

    October 04, 2017

    🛠 Bugfixes:

    • 🛠 Fix false positive unhandled rejection when using async await (#1404)
    • 🛠 Fix false positive when reporting error as non-error (#990)
  • v3.5.0 Changes

    March 03, 2017

    🔋 Features:

    🛠 Bugfixes:

    • 🛠 Fixed streamline benchmarks (#1233)
    • 🛠 Fixed yielding a function calling the function (#1314, #1315)
    • 🛠 Fixed confusing error message when calling .catch with non function predicate (#1350)
    • 🛠 Fixed .props resolving to empty object when called with empty Map (#1338)
    • 🛠 Fixed confusing error message when invoking Promise directly without new (#1320)
    • ➕ Added dedicated webpack entry point (#1318)