Rollup v0.66.0 Release Notes

  • 2018-09-16

    • ๐Ÿ‘Œ Support ES2019 optional catch bindings (#2455)
    • โž• Add option to transform paths within sourcemaps (#2430)
    • โž• Add renderStart and renderEnd plugin hooks (#2438)
    • ๐Ÿ”ฆ Expose ESM browser build and minify browser builds (#2437
    • Associate hoisted variables in function bodys with function parameters (#2456)
    • ๐Ÿ›  Fix issue when deconflicting variables used as pattern defaults (#2446)
    • 0๏ธโƒฃ Properly deconflict default exported class and function expressions with ids (#2458)
    • ๐Ÿ— Faster internal test builds (#2457)
    • ๐Ÿ”Œ Switch to rollup-plugin-typescript2 (#2460)
    • ๐Ÿ›  Fix internal "perf" script (#2433)
    • ๐Ÿ— Test that errors are passed to the buildEnd hook (#2450)