rollup v2.46.0 Release Notes

  • 2021-04-29

    ๐Ÿ”‹ Features

    • โž• Add option to disable file name sanitation (#4058)
    • โž• Add information about importers to unused external import warning (#4054)

    Pull Requests

    • #4042: Use Github actions only (@lukastaegert)
    • #4045: Fix REPL artefact branch reference (@lukastaegert)
    • #4046: Use codecov action for coverage (@lukastaegert)
    • #4054: Add to UNUSED_EXTERNAL_IMPORT warning information about the origin of the problem (@cawa-93)
    • #4058: Add sanitizeFileName option (@guybedford)