# rollup changelog ## 0.5.0 * Command line interface * Sourcemap generation * Correct behaviour with `export { x as y } from 'z'` ## 0.4.1 * More import name deconflicting ## 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 * Rename namespace imports from external modules correctly ## 0.3.0 * Basic functionality present, mostly spec-compliant ## 0.2.1 * Include dist files in npm package (duh) ## 0.2.0 * First release capable of doing anything useful * Still lots of basic functionality missing ## 0.1.0 * Initial experiment