Browse Source

-> 0.24.1

gh-438-b v0.24.1
Rich-Harris 9 years ago
parent
commit
8b68d1ce90
  1. 9
      CHANGELOG.md
  2. 2
      package.json

9
CHANGELOG.md

@ -1,5 +1,14 @@
# rollup changelog
## 0.24.1
* Handle calls to default exports other that are not function expressions or references to function declarations ([#421](https://github.com/rollup/rollup/issues/421))
* Ensure namespace blocks are created for chained imports ([#430](https://github.com/rollup/rollup/issues/430))
* Include references in computed property keys ([#434](https://github.com/rollup/rollup/issues/434))
* Use CLI `--external` option correctly ([#417](https://github.com/rollup/rollup/pull/417))
* Allow relative imports to be treated as external, if absolute paths are provided in `options.external` ([#410](https://github.com/rollup/rollup/issues/410))
* Make IIFE output adhere to Crockford style ([#415](https://github.com/rollup/rollup/pull/415))
## 0.24.0
* No longer attempts to resolve IDs in `options.external` ([#407](https://github.com/rollup/rollup/issues/407))

2
package.json

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

Loading…
Cancel
Save