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

Releases: eslint/typescript-eslint-parser

v10.0.0

11 Dec 18:37
Compare
Choose a tag to compare
  • 59a37f4 Breaking: Updates to AST node types of some TSNodes (fixes #386) (#388) (James Henry)
  • 627355e Chore: Introduce integration tests (#411) (James Henry)
  • b4d22e7 Chore: No package-lock like other ESLint repos (#409) (James Henry)

v9.0.1

29 Nov 21:18
Compare
Choose a tag to compare
  • 153cdb8 Fix: Calculate end position of TypeInstantiation (fixes #406) (#405) (Lucas Duailibe)
  • 678907b Fix: Explicitly convert AbstractKeyword (fixes #407) (#408) (James Henry)

v9.0.0

10 Nov 19:25
Compare
Choose a tag to compare
  • 46479e8 Breaking: Support TypeScript 2.6 (fixes #394) (#397) (James Henry)

v8.0.1

22 Oct 16:17
Compare
Choose a tag to compare
  • 0401ffc Fix: Calculate typeArguments loc data correctly if empty (fixes #395) (#396) (James Henry)
  • a214f71 Chore: Add a way to test TSX specific issues (fixes #376) (#398) (James Henry)
  • 9c71a62 Fix: add missing TSSymbolKeyword type (#385) (Ika)
  • e10aab8 Chore: Refactor alignment tests, now on by default (#387) (James Henry)
  • 9e17d0b Chore: Minor cleanup, fix jQuery foundation copyright (#383) (James Henry)

v8.0.0

05 Sep 16:48
Compare
Choose a tag to compare
  • 9877e98 Breaking: Support TypeScript 2.5 (fixes #368) (#369) (#370) (James Henry)
  • 5b49870 Fix: Location data for typeAnnotations (#378) (James Henry)

v7.0.0

22 Aug 11:28
Compare
Choose a tag to compare
  • 01c34f4 Fix: Ensure exports applied to TSModuleDeclaration (#375) (James Henry)
  • 38bd1ae Breaking: Check for isTypeKeyword in type params (fixes #373) (#374) (James Henry)
  • 3727956 Breaking: Handle TSModuleDeclaration and refactor (fixes #371) (#372) (James Henry)
  • d67ee6c Fix: Typo in TSExportAssignment node type (#367) (James Henry)

v6.0.1

19 Aug 17:24
Compare
Choose a tag to compare
  • 7bcc0d6 Fix: Ensure modifiers are applied to enums (fixes #365) (#366) (James Henry)

v6.0.0

19 Aug 15:41
Compare
Choose a tag to compare
  • 32c0cc8 Breaking: Explicitly handle TSEnumDeclaration (fixes #345) (#364) (James Henry)
  • 5f741a9 Fix: Allow other orderings of implements/extends clauses (fixes #361) (#363) (Jed Fox)
  • f5bd145 Chore: Breakout and label TS-specific AST comparison tests (#360) (James Henry)
  • f6e56b3 Chore: Build out AST comparison tests and categorize issues (#358) (James Henry)
  • ab4e05e Breaking: Only add .implements/.accessibility/.decorators if truthy (#354) (James Henry)
  • 275897b Fix: Location data for methods and constructors (#357) (James Henry)
  • 5fce5e7 Fix: Exp. operator assignment is AssignmentExpression (fixes #355) (#356) (James Henry)
  • 67971de Fix: Include newlines at the end of source in AST (fixes #352) (#353) (James Henry)
  • 8406209 Fix: Remove start and end values from JSX tokens (fixes #341) (#351) (James Henry)

v5.0.1

09 Aug 12:09
Compare
Choose a tag to compare
  • 81e20c0 Fix: Only warn about an unsupported TypeScript version once (#347) (Jed Fox)
  • 5e22fac Chore: AST alignment testing against Babylon (#342) (James Henry)

v5.0.0

06 Aug 14:08
Compare
Choose a tag to compare
  • 271b4f1 New: Support TypeScript 2.4 (fixes #321) (#322) (#326) (James Henry)
  • ea6c3bb Breaking: Use TSTypeReference for TypeParameters (#340) (James Henry)
  • a9ca775 Fix: Use name 'this' in JSXMemberExpression (fixes #337) (#338) (Reyad Attiyat)
  • ef2687b Fix: Handle assignment within property destructuring (fixes #332) (#336) (James Henry)