Update CHANGELOG for v6.7.7.
This commit is contained in:
parent
f6be6e0bd4
commit
7372003fc2
23
CHANGELOG.md
23
CHANGELOG.md
@ -13,6 +13,28 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
|
|||||||
|
|
||||||
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
|
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
|
||||||
|
|
||||||
|
## 6.7.7 (2016-04-20)
|
||||||
|
|
||||||
|
#### Bug Fix
|
||||||
|
|
||||||
|
* `babel-code-frame`
|
||||||
|
* [#3464](https://github.com/babel/babel/pull/3464) - Handle tab-indented code when marking errors ([@lydell](https://github.com/lydell))
|
||||||
|
|
||||||
|
* `babel-core`
|
||||||
|
* [#3422](https://github.com/babel/babel/pull/3422) - Insert `this` references in `constructor` after `super()` ([@loganfsmyth](https://github.com/loganfsmyth))
|
||||||
|
|
||||||
|
* `babel-generator`
|
||||||
|
* [#3463](https://github.com/babel/babel/pull/3475) - Better sourcemaps for function bodies ([@loganfsmyth](https://github.com/loganfsmyth))
|
||||||
|
|
||||||
|
#### Misc
|
||||||
|
|
||||||
|
* `babel-plugin-transform-es2015-modules-commonjs`
|
||||||
|
* [#3457](https://github.com/babel/babel/pull/3457) - Some new tests ([@hzoo](https://github.com/hzoo))
|
||||||
|
|
||||||
|
* `babel-generator`, `babel-types`
|
||||||
|
* [#3475](https://github.com/babel/babel/pull/3475) - Performance improvements for the code generator ([@loganfsmyth](https://github.com/loganfsmyth))
|
||||||
|
|
||||||
|
|
||||||
## 6.7.6 (2016-04-08)
|
## 6.7.6 (2016-04-08)
|
||||||
|
|
||||||
* `babel-traverse`
|
* `babel-traverse`
|
||||||
@ -37,6 +59,7 @@ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
|
|||||||
* [#3421](https://github.com/babel/babel/pull/3421): Wrap parens around default exports starting with function/class. ([@loganfsmyth](https://github.com/loganfsmyth))
|
* [#3421](https://github.com/babel/babel/pull/3421): Wrap parens around default exports starting with function/class. ([@loganfsmyth](https://github.com/loganfsmyth))
|
||||||
|
|
||||||
#### Misc
|
#### Misc
|
||||||
|
|
||||||
* `babel-plugin-transform-runtime`
|
* `babel-plugin-transform-runtime`
|
||||||
* [#3258](https://github.com/babel/babel/pull/3258): Expanded documentation ([@trodrigues](https://github.com/trodrigues))
|
* [#3258](https://github.com/babel/babel/pull/3258): Expanded documentation ([@trodrigues](https://github.com/trodrigues))
|
||||||
* [#3441](https://github.com/babel/babel/pull/3441): Improve babel-code-frame. Kill the line-numbers dependency. ([@lydell](https://github.com/lydell))
|
* [#3441](https://github.com/babel/babel/pull/3441): Improve babel-code-frame. Kill the line-numbers dependency. ([@lydell](https://github.com/lydell))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user