You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
667 B

10 years ago
# rollup changelog
10 years ago
## 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
10 years ago
## 0.3.1
* Saner deconflicting
* Rename namespace imports from external modules correctly
10 years ago
## 0.3.0
10 years ago
* Basic functionality present, mostly spec-compliant
10 years ago
10 years ago
## 0.2.1
* Include dist files in npm package (duh)
10 years ago
## 0.2.0
* First release capable of doing anything useful
* Still lots of basic functionality missing
## 0.1.0
10 years ago
* Initial experiment