Rollup v0.65.0 Release Notes

  • 2018-08-25

    • ๐Ÿ”จ Refactor and unify plugin system (#2382)
    • ๐Ÿ”Œ Implement plugin cache API (#2389)
    • โž• Add watchChange plugin hook to watch changed files, deprecate asset dependencies (#2405)
    • Refine asset handling (#2369)
    • Implement renderChunk hook to replace transformChunk and transformBundle hooks (#2406)
    • โž• Add rollup version to plugin context (#2394)
    • Do not resume stdin in watch mode to fix it for Lerna users (#2410)
    • ๐Ÿ‘ Allow [format] placeholder for id generation (#2387)
    • ๐ŸŒฒ Always log error stacks even when a code frame is given (#2417)
    • โœ… Do not test module ids starting with \0 as external (#2400)
    • ๐Ÿ›  Fix tracing of namespace variables (#2408)
    • ๐Ÿ›  Fix re-tracing of namespace variables (#2420)
    • Properly wrap comment annotations in SystemJS exports (#2408)
    • ๐Ÿ›  Fix renaming of destructured parameters (#2419)
    • Do not display version in watch mode when using --silent (#2392)
    • ๐Ÿ‘‰ Make cacheExpiry an experimental option for now (#2401)
    • ๐Ÿ‘• Lint test configs on commit (#2402)
    • โž• Add code of conduct (#2388)
    • ๐Ÿšš Move to CircleCI (#2390)
    • โšก๏ธ Update pull request template (#2404)