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)