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

v22.0.0

18 Jan 18:06
Compare
Choose a tag to compare
  • 0c76467 Docs: Update README with deprecation notice (#602) (Nicholas C. Zakas)
  • 26348b6 Docs: Update README.md regarding migration (#600) (James Henry)
  • a8fee90 Fix: sourceType not correctly set in AST when provided in options. (#583) (Armano)
  • 567e8db Breaking: typescript-estree to 18.0.0 and typescript to 3.2.1 (#596) (Armano)

v21.0.2

03 Dec 18:12
Compare
Choose a tag to compare
  • fed0a5a Docs: Update README.md (#567) (dudiharush)
  • 47abd82 Fix: issue with global augmentation when tokens are not present (#574) (Armano)
  • c5ffad3 Fix: scope for TSImportEqualsDeclaration (#571) (Armano)
  • 8ff0ad1 Fix: missing implements in classes (#562) (Armano)
  • cc92044 Fix: visiting superTypeParameters in classes (#561) (Armano)
  • 83dbabb Fix: visiting typeParameters in expressions (#565) (Armano)
  • c19e479 Fix: visitor-keys for TSAbstractClassProperty (#560) (Armano)
  • 491ebca Fix: crash in no-unused-vars when using enum (#556) (Armano)
  • ae7c4e6 Fix: missing visitor-keys (#554) (Armano)

v21.0.1

15 Nov 16:42
Compare
Choose a tag to compare
  • 3715584 Fix: wrong reference on TSQualifiedName (fixes #550) (#551) (Toru Nagashima)
  • 15b32d0 Upgrade: eslint-release v1.2.0 (#549) (Kai Cataldo)

v21.0.0

13 Nov 21:20
Compare
Choose a tag to compare
  • eb23b26 Update: add proper scope analysis (fixes #535) (#540) (Toru Nagashima)
  • 150ffe8 Breaking: make 'useJSXTextNode:true' by default (#544) (Toru Nagashima)
  • 2d22321 Breaking: switch 'jsx' option by filename (fixes #517) (#543) (Toru Nagashima)
  • 3b1ed17 Breaking: make eslint a peerDep/devDep (#541) (Kai Cataldo)
  • 1d54346 Chore: test Node v11 in CI (#542) (Kai Cataldo)
  • a9d932a Breaking: typescript-estree v5 (#538) (Kai Cataldo)
  • 6a9b629 Docs: add options to README (#530) (Joe Pea)

v20.1.1

31 Oct 18:02
Compare
Choose a tag to compare
  • 1683169 Revert "Chore: Make ESLint a devDependency/peerDependency (fixes #523)" (#537) (Kevin Partington)

v20.1.0

31 Oct 01:06
Compare
Choose a tag to compare
  • 075d243 Chore: Make ESLint a devDependency/peerDependency (fixes #523) (#526) (Kevin Partington)
  • 4310aac Chore: Force LF for tsx files (#520) (Benjamin Lichtman)
  • bacac5f New: Add visitor keys (#516) (Michał Sajnóg)
  • 4172933 Upgrade: eslint-release@1.0.0 (#527) (Teddy Katz)

v20.0.0

08 Oct 17:13
Compare
Choose a tag to compare
  • f4b9893 Breaking: Support TypeScript 3.1 (fixes #524) (#525) (James Henry)

v19.0.2

30 Sep 03:03
Compare
Choose a tag to compare
  • aa0fe13 Fix: Re-expose parse method (fixes #519) (#521) (Kevin Partington)
  • 655359f Chore: Makefile tweaks (#522) (Kevin Partington)

v19.0.1

25 Sep 15:14
Compare
Choose a tag to compare
  • 7a367c7 Fix: Remove lib from package.json files (#518) (James Henry)

v18.0.0

06 Aug 19:51
Compare
Choose a tag to compare
  • 16d1a78 Breaking: Support TypeScript 3.0 (#504) (James Henry)
  • 7461462 Fix: remove unnecessary TypeRef wrapper for ImportType (fixes #507) (#508) (Ika)