This repository has been archived by the owner on Jan 19, 2019. It is now read-only.
Releases: eslint/typescript-eslint-parser
Releases · eslint/typescript-eslint-parser
v22.0.0
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
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
v21.0.0
- 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)