@@ -5,7 +5,21 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## [ Unreleased]
7
7
8
- - [ ` order ` ] : Adds support for correctly sorting unknown types into a single group (thanks [ @swernerx ] )
8
+
9
+ ## [ 2.18.0] - 2019-06-24
10
+
11
+ ### Added
12
+ - Support eslint v6 ([ #1393 ] , thanks [ @sheepsteak ] )
13
+ - [ ` order ` ] : Adds support for correctly sorting unknown types into a single group ([ #1375 ] , thanks [ @swernerx ] )
14
+ - [ ` order ` ] : add fixer for destructuring commonjs import ([ #1372 ] , thanks [ @golopot ] )
15
+ - typescript config: add TS def extensions + defer to TS over JS ([ #1366 ] , thanks [ @benmosher ] )
16
+
17
+ ### Fixes
18
+ - [ ` no-unused-modules ` ] : handle ClassDeclaration ([ #1371 ] , thanks [ @golopot ] )
19
+
20
+ ### Docs
21
+ - [ ` no-cycle ` ] : split code examples so file separation is obvious ([ #1370 ] , thanks [ @alex-page ] )
22
+ - [ ` no-named-as-default-member ` ] : update broken link ([ #1389 ] , thanks [ @fooloomanzoo ] )
9
23
10
24
## [ 2.17.3] - 2019-05-23
11
25
@@ -572,6 +586,12 @@ for info on changes for earlier releases.
572
586
573
587
[ `memo-parser` ] : ./memo-parser/README.md
574
588
589
+ [ #1393 ] : https://github.com/benmosher/eslint-plugin-import/pull/1393
590
+ [ #1389 ] : https://github.com/benmosher/eslint-plugin-import/pull/1389
591
+ [ #1375 ] : https://github.com/benmosher/eslint-plugin-import/pull/1375
592
+ [ #1372 ] : https://github.com/benmosher/eslint-plugin-import/pull/1372
593
+ [ #1371 ] : https://github.com/benmosher/eslint-plugin-import/pull/1371
594
+ [ #1370 ] : https://github.com/benmosher/eslint-plugin-import/pull/1370
575
595
[ #1363 ] : https://github.com/benmosher/eslint-plugin-import/pull/1363
576
596
[ #1358 ] : https://github.com/benmosher/eslint-plugin-import/pull/1358
577
597
[ #1356 ] : https://github.com/benmosher/eslint-plugin-import/pull/1356
@@ -690,6 +710,7 @@ for info on changes for earlier releases.
690
710
[ #164 ] : https://github.com/benmosher/eslint-plugin-import/pull/164
691
711
[ #157 ] : https://github.com/benmosher/eslint-plugin-import/pull/157
692
712
713
+ [ #1366 ] : https://github.com/benmosher/eslint-plugin-import/issues/1366
693
714
[ #1334 ] : https://github.com/benmosher/eslint-plugin-import/issues/1334
694
715
[ #1323 ] : https://github.com/benmosher/eslint-plugin-import/issues/1323
695
716
[ #1322 ] : https://github.com/benmosher/eslint-plugin-import/issues/1322
@@ -772,7 +793,11 @@ for info on changes for earlier releases.
772
793
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
773
794
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
774
795
775
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.17.0...HEAD
796
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.18.0...HEAD
797
+ [ 2.18.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.17.3...v2.18.0
798
+ [ 2.17.3 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.17.2...v2.17.3
799
+ [ 2.17.2 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.17.1...v2.17.2
800
+ [ 2.17.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.17.0...v2.17.1
776
801
[ 2.17.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.16.0...v2.17.0
777
802
[ 2.16.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.15.0...v2.16.0
778
803
[ 2.15.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.14.0...v2.15.0
@@ -921,3 +946,7 @@ for info on changes for earlier releases.
921
946
[ @charlessuh ] : https://github.com/charlessuh
922
947
[ @kgregory ] : https://github.com/kgregory
923
948
[ @christophercurrie ] : https://github.com/christophercurrie
949
+ [ @alex-page ] : https://github.com/alex-page
950
+ [ @benmosher ] : https://github.com/benmosher
951
+ [ @fooloomanzoo ] : https://github.com/fooloomanzoo
952
+ [ @sheepsteak ] : https://github.com/sheepsteak
0 commit comments