Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: rollup/rollup

v0.67.4

16 Dec 12:20

Choose a tag to compare

2018-12-03

Bug Fixes

  • Prevent corrupt source maps for files with very long lines (#2571)

Pull Requests

  • #2571: Fix an issue with long lines in sourcemaps (@mislav)

v0.67.3

16 Dec 12:20

Choose a tag to compare

2018-11-17

Bug Fixes

  • Make sure the ESM browser build is actually published to npm (#2560)
  • Throw proper error when using inlineDynamicImports with experimentalPreserveModules (#2560)

Pull Requests

  • #2552: Properly include ESM browser build in package (@lukastaegert)
  • #2560: Show proper error when using inlineDynamicImports with experimentalPreserveModules (@clarkdo)

v0.67.2

16 Dec 12:19

Choose a tag to compare

2018-11-17

Bug Fixes

  • Prevent crash when not returning sourcemaps from renderChunk plugin hook (#2558)

Pull Requests

  • #2558: Prevent crash when not returning sourcemaps from renderChunk (@kyle1320)

v0.67.1

16 Dec 12:19

Choose a tag to compare

2018-11-11

Bug Fixes

  • Deconflict CLI entry points with same name but on different paths if no explicit naming is used (#2548)

Pull Requests

  • #2548: Deconflict CLI entry points with same name but on different paths if no explicit naming is used (@lukastaegert)

v0.67.0

16 Dec 12:08

Choose a tag to compare

2018-11-04

Breaking Changes

none

Features

  • Do not resolve external dynamic imports via plugins to match the logic for static external imports again (#2505)
  • Support virtual modules created by plugins when preserving modules (#2511)
  • Add new output.sourcemapExcludeSources option to exclude the actual sources from sourcemaps (#2531)

Bug Fixes

  • Fix TypeScript type for sourcemaps (#2507)
  • Fix order of external and inter-chunk imports to match the proper execution order (#2508)
  • Do not tree-shake children of unknown nodes to e.g. properly handle do-expressions via acorn plugin (#2510)
  • Prevent memory leak when using the bundle as cache (#2522)
  • Fix mis-placed semicolons for certain SystemJS exports (#2529)

Pull Requests

  • #2505: Do not resolve external dynamic imports via plugins (@lukastaegert)
  • #2507: Fix public sourcemap type (@aMarCruz)
  • #2508: Improve execution order of chunks and externals (@lukastaegert)
  • #2510: Do not tree-shake children of unknown nodes to e.g. properly handle do-expressions via acorn plugin (@devsnek)
  • #2511: Create chunks for virtual modules when preserving modules (@lukastaegert)
  • #2522: Prevent memory leak when using the bundle as cache (@kyle1320)
  • #2529: Fix mis-placed semicolons for certain SystemJS exports (@kyle1320)
  • #2531: add sourcemapExcludeSources option to exclude the source content from sourcemaps (@kitsonk)

v0.20.0

26 Oct 22:05

Choose a tag to compare

remove the obsolete whats-the-catch section of the README