Rollup v2.62.0 Release Notes

  • 2021-12-24

    ๐Ÿ”‹ Features

    • ๐Ÿ†“ Mark additional string prototype methods as side-effect-free and correct typings of existing ones (#4299)
    • ๐Ÿ†“ Mark additional array prototype methods as side-effect-free and correct typings of existing ones (#4309)
    • ๐Ÿ”ฆ Expose if a module is included after tree-shaking in its ModuleInfo (#4305)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix how fsevents is included to improve watch mode on MacOS (#4312)

    Pull Requests

    • #4299: Add additional string prototype methods (@dnalborczyk)
    • โœ… #4300: Bump deps, fix expected test result for core-js (@dnalborczyk)
    • #4302: Replace type assertion with type guard (@dnalborczyk)
    • #4304: Re-use reserved names set (@dnalborczyk)
    • #4305: Expose isIncluded in module info (@william57m)
    • ๐Ÿ #4306: Fix git line breaks on windows (@dnalborczyk)
    • ๐ŸŽ #4307: Add macos to pipeline (@dnalborczyk)
    • #4309: Add additional array prototype methods (@dnalborczyk)
    • ๐Ÿ“„ #4311: Add Deno instructions to docs (@jespertheend)
    • #4312: fsevents integration (@dnalborczyk)
    • ๐Ÿšš #4313: Remove non-existing static functions from known globals (@dnalborczyk)