Browse Source

-> 0.4.0

contingency-plan v0.4.0
Rich Harris 10 years ago
parent
commit
ad3cfd2f44
  1. 9
      CHANGELOG.md
  2. 2
      package.json

9
CHANGELOG.md

@ -1,5 +1,14 @@
# rollup changelog
## 0.4.0
* Self-hosting! `rollup.rollup` now rolls up rollup
* Fix bug with comments inside a statement later being appended to it
* Prevent shadowing of external modules
* Rewrite computed property identifiers where necessary
* Preserve original statement order where possible
* Internal refactoring
## 0.3.1
* Saner deconflicting

2
package.json

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

Loading…
Cancel
Save