Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "esnext", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Transform next-generation JavaScript to today's JavaScript.", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"es6-class": "^0.3.3", | ||
"es6-class": "^0.4.0", | ||
"es6-arrow-function": "^0.3.0", | ||
@@ -30,0 +30,0 @@ "regenerator": "^0.4.5", |
@@ -36,2 +36,3 @@ # esnext | ||
* [default params][features-default-rest-spread] (via [es6-default-params][es6-default-params]) | ||
* [spread][features-default-rest-spread] (via [es6-spread][es6-spread]) | ||
@@ -41,3 +42,2 @@ ### TODO | ||
* [modules][features-modules] (i.e. integration with [es6-module-transpiler][es6-module-transpiler]) | ||
* [spread arguments][features-default-rest-spread] | ||
* [block scoping (`let`)][features-let-const] | ||
@@ -111,2 +111,3 @@ * [destructuring][features-destructuring] | ||
[es6-rest-params]: https://github.com/thomasboyt/es6-rest-params | ||
[es6-spread]: https://github.com/square/es6-spread | ||
[es6-templates]: https://github.com/square/es6-templates | ||
@@ -113,0 +114,0 @@ [es6features]: https://github.com/lukehoban/es6features |
13083
124
+ Addedes6-class@0.4.3(transitive)
- Removedes6-class@0.3.3(transitive)
Updatedes6-class@^0.4.0