Browse Source

-> 0.7.0

contingency-plan v0.7.0
Rich-Harris 10 years ago
parent
commit
4e4122dc1a
  1. 9
      CHANGELOG.md
  2. 2
      package.json

9
CHANGELOG.md

@ -1,5 +1,14 @@
# rollup changelog
## 0.7.0
* Ensure statements are always separated by a newline ([#9](https://github.com/rollup/rollup/pull/9))
* Use CommonJS `exports` correctly (UMD exports)
* Throw error if `moduleName` is required but missing (UMD exports)
* Attach IIFE global to `this` rather than `window`
* Allow names inside bundle to the the names of `Object.prototype` properties ([#12](https://github.com/rollup/rollup/pull/12))
* Keep exports live ([#11](https://github.com/rollup/rollup/pull/11))
## 0.6.5
* Add sourceMappingURL comment to code, as appropriate

2
package.json

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

Loading…
Cancel
Save