Browse Source

-> 0.18.0

better-aggressive v0.18.0
Rich-Harris 9 years ago
parent
commit
636aaa35cd
  1. 7
      CHANGELOG.md
  2. 2
      package.json

7
CHANGELOG.md

@ -1,5 +1,12 @@
# rollup changelog
## 0.18.0
* Internal rewrite
* Reinstate statically-analysable namespace imports
* Avoid using getters in namespace blocks where possible ([#144](https://github.com/rollup/rollup/issues/144))
* Track variable aliases ([#96](https://github.com/rollup/rollup/issues/96))
## 0.17.4
* Allow imports from hidden directories (replay of [#133](https://github.com/rollup/rollup/issues/133))

2
package.json

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

Loading…
Cancel
Save