rollup v3.2.0 Release Notes

  • 2022-10-15

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support providing Promises as plugins like Vite (#4671)

    Pull Requests

    • ๐Ÿ”Œ #4666: Add unicorn plugin (@lukastaegert)
    • ๐Ÿ”จ #4667: refactor: improve types (@sxzz)
    • ๐Ÿ”Œ #4668: fix: nested plugin in options stage (@sxzz)
    • ๐Ÿ”จ #4669: refactor: merge duplicate imports (@c0dedance)
    • ๐Ÿ“š #4670: docs: fix minor typo in migration documentation (@ThisIsMissEm)
    • ๐Ÿ”Œ #4671: feat: support async plugins (@sxzz)