Browse Source

-> 0.12.0

contingency-plan v0.12.0
Rich-Harris 9 years ago
parent
commit
ac788c7f46
  1. 9
      CHANGELOG.md
  2. 2
      package.json

9
CHANGELOG.md

@ -1,5 +1,14 @@
# rollup changelog
## 0.12.0
* Internal re-architecting, resulting in more efficient bundling with reduced memory usage
* Shorthand properties are expanded if necessary ([#61](https://github.com/rollup/rollup/issues/61))
* Fixed various bugs with bundle external dependencies, particularly when generating ES6 bundles ([#59](https://github.com/rollup/rollup/issues/59))
* Add `--globals` option to CLI ([#60](https://github.com/rollup/rollup/pull/60))
* Allow imports of external modules for side-effects ([#55](https://github.com/rollup/rollup/pull/55))
* Prevent Rollup hanging on non-existent external module ([#54](https://github.com/rollup/rollup/pull/54))
## 0.11.4
* Side-effect preservation applies to internal default exports ([#43](https://github.com/rollup/rollup/issues/43))

2
package.json

@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.11.4",
"version": "0.12.0",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"jsnext:main": "src/rollup.js",

Loading…
Cancel
Save