Skip to content

Releases: rollup/rollup

v1.9.3

10 Apr 07:12
Compare
Choose a tag to compare

2019-04-10

Bug Fixes

  • Simplify return expressions that are evaluated before the surrounding function is bound (#2803)

Pull Requests

  • #2803: Handle out-of-order binding of identifiers to improve tree-shaking (@lukastaegert)

v1.9.2

10 Apr 06:33
Compare
Choose a tag to compare

2019-04-10

Bug Fixes

  • Allowing replacing output.file with output.dir in the outputOptions hook (#2802)

Pull Requests

v1.9.1

10 Apr 04:13
Compare
Choose a tag to compare

2019-04-10

Bug Fixes

  • Make sure inline comments in dynamic imports are preserved (#2797)

Pull Requests

v1.9.0

05 Apr 08:36
Compare
Choose a tag to compare

2019-04-05

Features

  • Add built-in support for bigint (#2789)

Pull Requests

v1.8.0

02 Apr 04:50
Compare
Choose a tag to compare

2019-04-02

Features

  • Support module as alias for esm and commonjs for cjs to match Node (#2783)

Pull Requests

v1.7.4

28 Mar 07:02
Compare
Choose a tag to compare

2019-03-28

Bug Fixes

  • Improve TypeScript type of the treeshaking options (#2779)

Pull Requests

v1.7.3

25 Mar 05:54
Compare
Choose a tag to compare

2019-03-24

Bug Fixes

  • Use getters when re-exporting live-bindings (#2765)

Pull Requests

  • #2765: Support exporting live-bindings from other chunks or external dependencies (@lukastaegert)

v1.7.2

24 Mar 13:34
Compare
Choose a tag to compare

2019-03-24

Bug Fixes

  • Make sure relative external ids are resolved correctly (#2774)

Pull Requests

v1.7.1

24 Mar 12:45
Compare
Choose a tag to compare

2019-03-24

Bug Fixes

  • Prevent invalid code when exporting several hundred identifiers from a chunk (#2768)
  • Do not wrongly deconflict labels (#2776)

Pull Requests

v1.7.0

20 Mar 07:51
Compare
Choose a tag to compare

2019-03-20

Features

  • Sort chunk exports by name for greater consistency (#2757)

Bug Fixes

  • Fix a situation where tree-shakeable code would not be removed in an indeterminate manner (#2757)

Pull Requests