Rollup v2.63.0 Release Notes

  • 2022-01-04

    ๐Ÿ”‹ Features

    • Report a helpful error if rollup exits due to an empty event loop when using this.load (#4320)
    • ๐Ÿ‘ Allow directly mutating ModuleInfo.meta for modules and never replace this object (#4328)
    • ๐Ÿ†“ Detect additional side effect free array prototype methods (#4332)

    ๐Ÿ› Bug Fixes

    • Do not watch if CLI watch options are specified but --watch is missing (#4335)

    Pull Requests

    • #4320: Detect unfulfilled async hook actions and report error on exit (@kzc)
    • #4328: Make initial ModuleInfo.meta mutable and maintain object identity (@lukastaegert)
    • โœ… #4318: Stabilize watch tests (@lukastaegert)
    • ๐Ÿ“„ #4331: Improve JS docs example (@lukastaegert)
    • ๐Ÿ‘ #4332: add support for Array.prototype.findLast,findLastIndex (@dnalborczyk)
    • #4333: convert utils.transform to async function (@dnalborczyk)
    • #4335: Do not watch unless --watch is specified explicitly (@lukastaegert)
    • ๐Ÿ— #4338: Add build delay for plugin event test (@lukastaegert)