Browse Source

-> 0.10.0

contingency-plan v0.10.0
Rich-Harris 10 years ago
parent
commit
ea2e332735
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,5 +1,11 @@
# rollup changelog
## 0.10.0
* Better sorting algorithm – sorting happens at the module level, rather than the statement level. This avoids certain edge cases
* IIFEs are ignored for the purposes of distinguishing between 'strong' and 'weak' dependencies
* Empty `var` declarations for exported bindings are omitted
## 0.9.1
* Much faster statement insertion (fixes major 0.9.0 performance regression)

2
package.json

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

Loading…
Cancel
Save