Skip to content

Releases: rollup/rollup

v1.6.1

20 Mar 06:48
Compare
Choose a tag to compare

2019-03-20

Bug Fixes

  • Avoid name clashes of unused default exports when tree-shaking is false (#2758)
  • Do not crash when generating SystemJS bundles containing array patterns with member expressions (#2760)

Pull Requests

v1.6.0

08 Mar 05:31
Compare
Choose a tag to compare

2019-03-08

Features

  • Add plugin hook to modify output options (#2736)

Pull Requests

v1.5.0

07 Mar 06:24
Compare
Choose a tag to compare

2019-03-07

Features

  • Allow resolving to a different id while marking it as external at the same time (#2734)

Pull Requests

v1.4.2

07 Mar 05:44
Compare
Choose a tag to compare

2019-03-07

Bug Fixes

  • Respect variable identity of exports when hashing (#2741)
  • Resolve a situations where a variable was imported twice with the same name (#2737)

Pull Requests

v1.4.1

04 Mar 07:48
Compare
Choose a tag to compare

2019-03-04

Bug Fixes

  • Do not treat the import target "" as external by default (#2733)

Pull Requests

v1.4.0

01 Mar 10:19
Compare
Choose a tag to compare

2019-03-01

Features

  • Add option to change the name of the dynamic import function to allow polyfilling it (#2723)

Pull Requests

v1.3.3

01 Mar 06:58
Compare
Choose a tag to compare

2019-03-01

Bug Fixes

  • Fix performance regression when handling long chains of calls to property methods (#2732)

Pull Requests

v1.3.2

27 Feb 17:50
Compare
Choose a tag to compare

2019-02-27

Bug Fixes

  • Allow ids of default exported classes to be exported separately (#2728)

Pull Requests

v1.3.1

27 Feb 08:21
Compare
Choose a tag to compare

2019-02-27

Bug Fixes

  • Correctly reexport the default export from entry chunks (#2727)

Pull Requests

v1.3.0

26 Feb 07:39
Compare
Choose a tag to compare

2019-02-26

Features

  • Treeshake call expressions prefixed with UglifyJS style @__PURE__ annotations (#2429)

Pull Requests