Releases: eslint/typescript-eslint-parser
Releases · eslint/typescript-eslint-parser
v17.0.1
- f1d7de3 Chore: Replace removed API with public flags (fixes #498) (#505) (Texas Toland)
v17.0.0
- 117800d Fix: support JSXSpreadChild (fixes #500) (#501) (Ika)
- 6eec85b Breaking: Remove "Experimental" from rest and spread (fixes #428) (#429) (Lucas Duailibe)
- 42f29a1 Fix: error on multiple super classes (fixes #493) (#494) (Ika)
- 11d9169 Breaking: always set optional on ClassProperty (fixes #472) (#491) (Ika)
v16.0.1
- bc83c6a Chore: Do not run integration tests within npm test (James Henry)
- db62d63 Fix: Snapshot all ecma-features fixtures (#495) (James Henry)
- 3c1fab0 Fix: support ImportMeta (fixes #489) (#490) (Ika)
- 6611535 Chore: Loosen node version requirement in package.json (fixes #482) (#484) (James Henry)
- 27f39cc Chore: Powerful integration tests and improved README (#483) (James Henry)
v16.0.0
- 009336d Breaking: Set minimum node version to 6 (#481) (James Henry)
- 9316b23 Breaking: Support TypeScript 2.9 (#480) (James Henry)
v15.0.1
- 891cee9 Fix: decorators removed on interface declarations (fixes #478) (#479) (Muhanad Rabie)
v14.0.0
- 439ea24 New: Support Definite Assignment (fixes #424) (#432) (Lucas Azzola)
- adc0b1b Breaking: Remove all tokens inside comments from tokens array (fixes #422) (#423) (Kai Cataldo)
v13.0.0
- fb5e4c4 Breaking: Support TypeScript 2.7 (fixes #442,#426) (#447) (James Henry)
- bd9c12f Docs: Update Known Issues section of README (#440) (Kepler Sticka-Jones)
v12.0.0
- 6ce4cd8 Breaking: Properly categorize constructors with no body (#427) (Jed Fox)
- e94ede3 Docs: Sets default code block language in issue template to "ts" (#421) (Marius Schulz)
v11.0.0
- 6698042 Breaking: No prefix on FnDec within namespace (fixes #127) (#413) (James Henry)
- aec31cb Breaking: Implement parseForESLint() function (#412) (James Henry)