Skip to content

Commit 5ae165d

Browse files
authored
update changelog [skip ci]
1 parent cccee00 commit 5ae165d

1 file changed

Lines changed: 72 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,78 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
1515

1616
See the [Babel Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) for the pre-6.8.0 version Changelog.
1717

18-
## 7.0.0-beta.4 (2017-03-01)
18+
## v6.17.0 (2017-04-20)
19+
20+
### :bug: Bug Fix
21+
* Cherry-pick #418 to 6.x ([#476](https://github.com/babel/babylon/pull/476)) (Sebastian McKenzie)
22+
* Add support for invalid escapes in tagged templates ([#274](https://github.com/babel/babylon/pull/274)) (Kevin Gibbons)
23+
* Throw error if new.target is used outside of a function ([#402](https://github.com/babel/babylon/pull/402)) (Brian Ng)
24+
* Fix parsing of class properties ([#351](https://github.com/babel/babylon/pull/351)) (Kevin Gibbons)
25+
* Fix parsing yield with dynamicImport ([#383](https://github.com/babel/babylon/pull/383)) (Brian Ng)
26+
* Ensure consistent start args for parseParenItem ([#386](https://github.com/babel/babylon/pull/386)) (Brian Ng)
27+
28+
## 7.0.0-beta.8 (2017-04-04)
29+
30+
### New Feature
31+
* Add support for flow type spread (#418) (Conrad Buck)
32+
* Allow statics in flow interfaces (#427) (Brian Ng)
33+
34+
### Bug Fix
35+
* Fix predicate attachment to match flow parser (#428) (Brian Ng)
36+
* Add extra.raw back to JSXText and JSXAttribute (#344) (Alex Rattray)
37+
* Fix rest parameters with array and objects (#424) (Brian Ng)
38+
* Fix number parser (#433) (Alex Kuzmenko)
39+
40+
### Docs
41+
* Fix CONTRIBUTING.md [skip ci] (#432) (Alex Kuzmenko)
42+
43+
### Internal
44+
* Use babel-register script when running babel smoke tests (#442) (Brian Ng)
45+
46+
## 7.0.0-beta.7 (2017-03-22)
47+
48+
### Spec Compliancy
49+
* Remove babylon plugin for template revision since it's stage-4 (#426) (Henry Zhu)
50+
51+
### Bug Fix
52+
53+
* Fix push-pop logic in flow (#405) (Daniel Tschinder)
54+
55+
## 7.0.0-beta.6 (2017-03-21)
56+
57+
### New Feature
58+
* Add support for invalid escapes in tagged templates (#274) (Kevin Gibbons)
59+
60+
### Polish
61+
* Improves error message when super is called outside of constructor (#408) (Arshabh Kumar Agarwal)
62+
63+
### Docs
64+
65+
* [7.0] Moved value field in spec from ObjectMember to ObjectProperty as ObjectMethod's don't have it (#415) [skip ci] (James Browning)
66+
67+
## 7.0.0-beta.5 (2017-03-21)
68+
69+
### Bug Fix
70+
* Throw error if new.target is used outside of a function (#402) (Brian Ng)
71+
* Fix parsing of class properties (#351) (Kevin Gibbons)
72+
73+
### Other
74+
* Test runner: Detect extra property in 'actual' but not in 'expected'. (#407) (Andy)
75+
* Optimize travis builds (#419) (Daniel Tschinder)
76+
* Update codecov to 2.0 (#412) (Daniel Tschinder)
77+
* Fix spec for ClassMethod: It doesn't have a function, it *is* a function. (#406) [skip ci] (Andy)
78+
* Changed Non-existent RestPattern to RestElement which is what is actually parsed (#409) [skip ci] (James Browning)
79+
* Upgrade flow to 0.41 (Daniel Tschinder)
80+
* Fix watch command (#403) (Brian Ng)
81+
* Update yarn lock (Daniel Tschinder)
82+
* Fix watch command (#403) (Brian Ng)
83+
* chore(package): update flow-bin to version 0.41.0 (#395) (greenkeeper[bot])
84+
* Add estree test for correct order of directives (Daniel Tschinder)
85+
* Add DoExpression to spec (#364) (Alex Kuzmenko)
86+
* Mention cloning of repository in CONTRIBUTING.md (#391) [skip ci] (Sumedh Nimkarde)
87+
* Explain how to run only one test (#389) [skip ci] (Aaron Ang)
88+
89+
## 7.0.0-beta.4 (2017-03-01)
1990

2091
* Don't consume async when checking for async func decl (#377) (Brian Ng)
2192
* add `ranges` option [skip ci] (Henry Zhu)

0 commit comments

Comments
 (0)