rollup v2.69.0 Release Notes

  • 2022-03-02

    ๐Ÿ”‹ Features

    • Introduce new output.generatedCode.symbols to control the usage of Symbols in Rollup-generated code (#4378)
    • ๐Ÿ—„ soft-deprecate output.namespaceToStringTag in favor of output.generatedCode.symbols (#4378)

    ๐Ÿ› Bug Fixes

    • Properly handle ./ and ../ as external dependencies (#4419)
    • ๐Ÿ‘‰ Make generated "Module" namespace toStringTag non-enumerable for correct Object.assign/spread behaviour (#4378)
    • โž• Add file name to error when top-level-await is used in disallowed formats (#4421)

    Pull Requests

    • #4378: Make namespace @@toStringTag "Module" non-enumerable (@dnalborczyk and @lukastaegert)
    • ๐Ÿ”จ #4413: refactor: some code and type fixes (@dnalborczyk)
    • #4418: chore: bump deps (@dnalborczyk)
    • #4419: Properly handle upper directories as external dependencies (@lukastaegert)
    • #4421: Improve the error prompt and output the error file name (@caoxiemeihao)
    • โšก๏ธ #4423: Update 999-big-list-of-options.md (@leoj3n)