All Versions
627
Latest Version
Avg Release Cycle
5 days
Latest Release
-

Changelog History
Page 3

  • v2.77.1 Changes

    2022-07-26

    🐛 Bug Fixes

    • Ensure IIFE output generates a global variable when generating ES5 (#4588)

    Pull Requests

    • 🚚 #4577: broken link removed (@Jawad-H)
    • ⚡️ #4580: Update dependencies (@lukastaegert)
    • 📚 #4584: Documentation clarity and syntax improvements (@berniegp)
    • #4588: Use var for IIFE (@lukastaegert)
  • v2.77.0 Changes

    2022-07-15

    🔋 Features

    • 0️⃣ Introduce maxParallelFileOps to limit both read and write operations, default to 20 and replaces maxParallelFileRead (#4570)

    🐛 Bug Fixes

    • Avoid including variables referenced from return statements that are never reached (#4573)

    Pull Requests

    • #4570: Introduce maxParallelFileOps to limit parallel writes (@lukastaegert)
    • 📦 #4572: Document more ways to read package.json in ESM (@berniegp)
    • #4573: Do not include unused return expressions (@lukastaegert)
  • v2.76.0 Changes

    2022-07-08

    🔋 Features

    • 👍 Allow setting a sourcmapBaseUrl for absolute paths in sourcemaps (#4527)

    🐛 Bug Fixes

    • 👌 Support absolute CLI plugin paths on Windows (#4533)

    Pull Requests

    • #4527: Add sourcemapBaseUrl option (@nickgarlis)
    • 🔌 #4533: Add support for absolute plugin paths (@ygoe)
    • #4538: chore: Included githubactions in the dependabot config (@naveensrinivasan)
    • 👷 #4546: Adapt Node versions on CI to prepare for v3 (@lukastaegert)
    • #4556: Improve error message for invalid patterns (@DysphoricUnicorn)
    • ⚡️ #4559: Update dependencies (@lukastaegert)
    • ⚡️ #4560: Bump peter-evans/create-or-update-comment from 1 to 2 (@dependabot)
    • #4561: Bump peter-evans/find-comment from 1 to 2 (@dependabot)
    • #4562: Bump codecov/codecov-action from 1 to 3 (@dependabot)
  • v2.75.7 Changes

    2022-06-20

    🐛 Bug Fixes

    • 🆓 Mark Array.prototype.group/groupToMap as side effect free. (#4531)

    Pull Requests

    • 🚚 #4523: chore: remove source map workaround, bump deps (@dnalborczyk)
    • #4525: Add regression tests for instanceof (@lukastaegert)
    • #4528: chore: Set permissions for GitHub actions (@naveensrinivasan)
    • #4531: fix: rename Array.prototype.group/groupToMap (@dnalborczyk)
    • #4535: chore: bump resolve from 1.22.0 to 1.22.1 (@pos777)
  • v2.75.6 Changes

    2022-06-07

    🐛 Bug Fixes

    • ⚡️ Properly deoptimize "this" when using member expressions with getters/setters in for loops and update expressions (#4522)

    Pull Requests

    • 🔨 #4522: Refactor side effect handling for property interactions (@lukastaegert)
  • v2.75.5 Changes

    2022-06-01

    🐛 Bug Fixes

    • Avoid crashes when using logical expressions for unused constructor arguments (#4519)
    • 🛠 Fix missing parameter defaults for calls from try statements and functions returned by functions (#4520)

    Pull Requests

    • #4519: Try to make logical expression deoptimization more robust (@lukastaegert)
    • 0️⃣ #4520: Roll back parameter default tree shaking (@lukastaegert)
  • v2.75.4 Changes

    2022-05-31

    🐛 Bug Fixes

    • 0️⃣ Ensure parameter defaults are retained when a function is used as an object property (#4516)

    Pull Requests

    • ⚡️ #4516: Deoptimize parameter defaults when referenced from object/array/class literals (@lukastaegert)
  • v2.75.3 Changes

    2022-05-29

    🐛 Bug Fixes

    • 0️⃣ Retain parameter defaults for functions that are defaults themselves (#4515)
    • 0️⃣ Track mutations for objects as default values (#4515)

    Pull Requests

    • ⚡️ #4515: Ensure parameter defaults are deoptimized (@lukastaegert)
  • v2.75.1 Changes

    2022-05-28

    Pull Requests

    • ⚡️ #4513: Update link to node polyfill repo (@lukastaegert)
  • v2.75.0 Changes

    2022-05-27

    🔋 Features

    • 0️⃣ Re-implement default parameter tree-shaking for top-level functions (#4510)
    • Do not consider calling string methods like .trim() on template literals a side effect (#4511)

    Pull Requests

    • 0️⃣ #4510: Tree-shake parameter defaults (replaces #4498) (@lukastaegert)
    • 🆓 #4511: Tree-shake side-effect-free string methods on template literals (@lukastaegert)