@@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ## v2.8.0 - 2023-04-14
9
+
10
+ ### New
11
+ - ` parse ` : support flat config ([ #2714 ] , thanks [ @DMartens ] )
12
+
8
13
### Fixed
9
14
- Improve performance of ` fullResolve ` for large projects ([ #2755 ] , thanks [ @leipert ] )
10
15
@@ -19,7 +24,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
19
24
## v2.7.3 - 2022-01-26
20
25
21
26
### Fixed
22
- - [ Fix ] ` parse ` : restore compatibility by making the return value ` ast ` again ([ #2350 ] , thanks [ @ljharb ] )
27
+ - ` parse ` : restore compatibility by making the return value ` ast ` again ([ #2350 ] , thanks [ @ljharb ] )
23
28
24
29
## v2.7.2 - 2022-01-01
25
30
@@ -127,6 +132,7 @@ Yanked due to critical issue with cache key resulting from #839.
127
132
- ` unambiguous.test() ` regex is now properly in multiline mode
128
133
129
134
[ #2755 ] : https://github.com/import-js/eslint-plugin-import/pull/2755
135
+ [ #2714 ] : https://github.com/import-js/eslint-plugin-import/pull/2714
130
136
[ #2523 ] : https://github.com/import-js/eslint-plugin-import/pull/2523
131
137
[ #2431 ] : https://github.com/import-js/eslint-plugin-import/pull/2431
132
138
[ #2350 ] : https://github.com/import-js/eslint-plugin-import/issues/2350
@@ -159,6 +165,7 @@ Yanked due to critical issue with cache key resulting from #839.
159
165
[ @bradzacher ] : https://github.com/bradzacher
160
166
[ @brettz9 ] : https://github.com/brettz9
161
167
[ @christophercurrie ] : https://github.com/christophercurrie
168
+ [ @DMartens ] : https://github.com/DMartens
162
169
[ @hulkish ] : https://github.com/hulkish
163
170
[ @Hypnosphi ] : https://github.com/Hypnosphi
164
171
[ @iamnapo ] : https://github.com/iamnapo
0 commit comments