Move "throw parse error if class properties do not have a semicolon" to breaking changes

This broke my project, because I hadn't added semi-colons in all places.
This commit is contained in:
Forbes Lindesay 2016-01-09 17:54:41 +00:00
parent 0dd640d0dc
commit d9c2090d23

View File

@ -49,10 +49,8 @@ Thanks to @samwgoldman for all the new flow support!
* `babel-plugin-transform-runtime`: Ensure `regenerator` option doesn't cancel out core-js polyfill.
* `babel-generator`: [#3229](https://github.com/babel/babel/pull/3229) Check for parentheses for `AwaitExpressions` and fix over-parentheses in `YieldExpressions`.
* **Spec Compliancy**
* `babylon`: [#3225](https://github.com/babel/babel/pull/3225) throw parse error if class properties do not have a semicolon.
* **Breaking Change**
* `babylon`: [#3225](https://github.com/babel/babel/pull/3225) throw parse error if class properties do not have a semicolon.
* `babel-types`: [#3195](https://github.com/babel/babel/pull/3195) Allow `JSXText` node in `JSXElement` children property and remove `StringLiteral`.
* `babel-plugin-external-helpers`: [#3205](https://github.com/babel/babel/pull/3205) Renamed from `babel-plugin-external-helpers-2` due to someone taking the npm name beforehand.