upgrade core-js to 0.4.6

This commit is contained in:
Sebastian McKenzie 2015-01-22 10:12:24 +11:00
parent 9ed8e4a35b
commit c0a4e7ad55
2 changed files with 3 additions and 2 deletions

View File

@ -19,6 +19,7 @@ _Note: Gaps between patch versions are faulty/broken releases._
* `this` is now illegal in the top level scope.
* **Internal**
* Rewritten constants transformer.
* Upgrade `core-js` to `0.4.6`.
* **Bug Fix**
* Generators now work flawlessly with any parameter transformers.
* Optional async function transformers should not name their functions.
@ -44,7 +45,7 @@ _Note: Gaps between patch versions are faulty/broken releases._
* The transformer `restParameters` has been renamed to `parameters.rest`.
* The transformer `defaultParameters` has been renamed to `parameters.default`.
* The transformer `arrayComprehension` and `generatorComprehension` have been merged into `comprehensions`.
* **All transformers have been prefixed with their corresponding type. For example, `classes` is now `es6.classes`**
* **All transformers have been prefixed with their corresponding type. For example, `classes` is now `es6.classes`**.
## 2.13.5

View File

@ -36,7 +36,7 @@
"ast-types": "~0.6.1",
"chokidar": "0.12.6",
"commander": "2.6.0",
"core-js": "0.4.5",
"core-js": "0.4.6",
"detect-indent": "^3.0.0",
"estraverse": "1.9.1",
"esutils": "1.1.6",