Update CHANGELOG.md
This commit is contained in:
parent
c87bc3d3fd
commit
cea7e1a20d
@ -50,7 +50,7 @@ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
|
||||
* The `Property` node type has been renamed to `ObjectProperty`.
|
||||
* The `Property` node type with the boolean flag `method` has been renamed to `ObjectMethod` and it's `FunctionExpression` `value` property has been coerced into the main method node.
|
||||
* The `Literal` node type has been unoverloaded and split into `BooleanLiteral`, `RegexLiteral`, `NumberLiteral`, `StringLiteral` and `NullLiteral`.
|
||||
* `SpreadProperty` (from `object-rest-spread`) node type has been split into `RestProperty` (for `ObjectPattern`) and `SpreadProperty` (for `ObjectExpression`)
|
||||
* The `SpreadProperty` (from `object-rest-spread`) node type has been split into `RestProperty` (for `ObjectPattern`) and `SpreadProperty` (for `ObjectExpression`)
|
||||
* Remove `module.exports` export interop for CommonJS module formatter.
|
||||
* `externalHelpers` option has been moved into the plugin `babel-plugin-external-helper-2`.
|
||||
* **New Feature**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user