@@ -5,6 +5,16 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55
66## [ Unreleased]
77
8+ ## [ 2.18.1] - 2019-07-18
9+
10+ ### Fixed
11+ - Improve parse perf when using ` @typescript-eslint/parser ` ([ #1409 ] , thanks [ @bradzacher ] )
12+ - [ ` prefer-default-export ` ] : don't warn on TypeAlias & TSTypeAliasDeclaration ([ #1377 ] , thanks [ @sharmilajesupaul ] )
13+ - [ ` no-unused-modules ` ] : Exclude package "main"/"bin"/"browser" entry points ([ #1404 ] , thanks [ @rfermann ] )
14+ - [ ` export ` ] : false positive for typescript overloads ([ #1412 ] , thanks [ @golopot ] )
15+
16+ ### Refactors
17+ - [ ` no-extraneous-dependencies ` ] , ` importType ` : remove lodash ([ #1419 ] , thanks [ @ljharb ] )
818
919## [ 2.18.0] - 2019-06-24
1020
@@ -14,7 +24,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1424- [ ` order ` ] : add fixer for destructuring commonjs import ([ #1372 ] , thanks [ @golopot ] )
1525- typescript config: add TS def extensions + defer to TS over JS ([ #1366 ] , thanks [ @benmosher ] )
1626
17- ### Fixes
27+ ### Fixed
1828- [ ` no-unused-modules ` ] : handle ClassDeclaration ([ #1371 ] , thanks [ @golopot ] )
1929
2030### Docs
@@ -586,8 +596,13 @@ for info on changes for earlier releases.
586596
587597[ `memo-parser` ] : ./memo-parser/README.md
588598
599+ [ #1419 ] : https://github.com/benmosher/eslint-plugin-import/pull/1419
600+ [ #1412 ] : https://github.com/benmosher/eslint-plugin-import/pull/1412
601+ [ #1409 ] : https://github.com/benmosher/eslint-plugin-import/pull/1409
602+ [ #1404 ] : https://github.com/benmosher/eslint-plugin-import/pull/1404
589603[ #1393 ] : https://github.com/benmosher/eslint-plugin-import/pull/1393
590604[ #1389 ] : https://github.com/benmosher/eslint-plugin-import/pull/1389
605+ [ #1377 ] : https://github.com/benmosher/eslint-plugin-import/pull/1377
591606[ #1375 ] : https://github.com/benmosher/eslint-plugin-import/pull/1375
592607[ #1372 ] : https://github.com/benmosher/eslint-plugin-import/pull/1372
593608[ #1371 ] : https://github.com/benmosher/eslint-plugin-import/pull/1371
@@ -950,3 +965,4 @@ for info on changes for earlier releases.
950965[ @benmosher ] : https://github.com/benmosher
951966[ @fooloomanzoo ] : https://github.com/fooloomanzoo
952967[ @sheepsteak ] : https://github.com/sheepsteak
968+ [ @sharmilajesupaul ] : https://github.com/sharmilajesupaul
0 commit comments