Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 08d985d

Browse files
author
ESLint Jenkins
committed
Build: changelog update for 4.0.0
1 parent 6a612cd commit 08d985d

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
v4.0.0 - July 10, 2017
2+
3+
* 6a612cd Breaking: Include type annotation range for Identifiers (fixes #314) (#319) (Reyad Attiyat)
4+
* 074a64f Fix: Arrow function body should be ObjectExpression (fixes #331) (#334) (Reyad Attiyat)
5+
* fb66f61 Fix: Unescape string literal identifiers (fixes #328) (#330) (Lucas Azzola)
6+
* 9cab9d3 Breaking: Remove TypeAnnotation wrapper from constraint (#325) (James Henry)
7+
* b255499 New: Provider loggerFn option to configure logging (fixes #323) (#324) (James Henry)
8+
* 0540298 Fix: Calculate correct type parameter range (fixes #316) (#320) (Reyad Attiyat)
9+
* 4938c2c Fix: Ensure JSX tag names are JSXIdentifiers (fixes #315) (#318) (Reyad Attiyat)
10+
* 1f20557 Fix: Use TSExportAssignment node type (fixes #304) (#317) (Reyad Attiyat)
11+
* b26cda1 Fix: Use TSNullKeyword for null type instead of Literal (#313) (James Henry)
12+
* 9037dc5 Chore: Add node 8 to .travis.yml (#312) (James Henry)
13+
* 8062515 Chore: Refactor tests to assert snapshots not JSON (#311) (James Henry)
14+
* 2ad791b Fix: Add name to JSXIdentifier when converting ThisKeyword (fixes #307) (#310) (Reyad Attiyat)
15+
* 519907e Breaking: Use ESTree export node types in modules (fixes# 263) (#265) (Reyad Attiyat)
16+
* c4b0b64 Fix: Label readonly class properties (fixes #302) (#303) (Reyad Attiyat)
17+
* bffd6cc Fix: Add more tests for destructuring and spread (fixes #306) (#308) (Reyad Attiyat)
18+
* f7c9246 Chore: Fix typo in comment (#305) (Jeremy Attali)
19+
* 3dcba7d Breaking: Change isReadonly to readonly (fixes #284) (#285) (James Henry)
20+
* bc9225f Chore: Replace mocha (istanbul, chai, leche) with Jest (#300) (James Henry)
21+
* 8744577 Breaking: Decorator ESTree compliance, always convert (fixes #250) (#293) (James Henry)
22+
* dd6404a Breaking: Convert Signature types to be more ESTree like (fixes #262) (#264) (Reyad Attiyat)
23+
* 379dcaf Fix: Only set optional property on certain node property (fixes #289) (#292) (Reyad Attiyat)
24+
* 89f8561 Fix: Label static and export in TSParameterProperty (fixes #286) (#301) (Reyad Attiyat)
25+
* 992f1fa Fix: Unescape type parameter names (fixes #296) (#298) (Reyad Attiyat)
26+
* 5ed8573 Fix: Async generator method should be labeled (fixes #297) (#299) (Reyad Attiyat)
27+
* 31ad3c4 Fix: Create RegExp object for RegExp literals (fixes #287) (#291) (Reyad Attiyat)
28+
* 525a544 Fix: Set node type to ExperimentalRestProperty (fixes #276) (#279) (Reyad Attiyat)
29+
* eb32fed Fix: Convert type guards (fixes #282) (#283) (James Henry)
30+
* b7220fd New: Create option to enable JSXText node type (fixes #266) (#272) (Reyad Attiyat)
31+
* 6dd3696 Fix: Add exponentiation operators (fixes #280) (#281) (Lucas Azzola)
32+
* 3491b4b Fix: Replace JSXMemberExpression with TSQualifiedName (fixes #257) (#258) (Lucas Azzola)
33+
* b4eb0b5 Fix: Convert range and line number corretly in JSX literals (#277) (Reyad Attiyat)
34+
* 3f9f41c Fix: wrap interface in ExportNamedDeclaration if necessary (fixes #269) (#270) (Danny Martini)
35+
136
v3.0.0 - May 17, 2017
237

338
* 6b56bfe Fix: Use correct starting range and loc for JSXText tokens (fixes #227) (#271) (Reyad Attiyat)

0 commit comments

Comments
 (0)