@@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55
66## Unreleased
77
8+ ## v2.8.0 - 2023-04-14
9+
10+ ### New
11+ - ` parse ` : support flat config ([ #2714 ] , thanks [ @DMartens ] )
12+
813### Fixed
914- Improve performance of ` fullResolve ` for large projects ([ #2755 ] , thanks [ @leipert ] )
1015
@@ -19,7 +24,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1924## v2.7.3 - 2022-01-26
2025
2126### 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 ] )
2328
2429## v2.7.2 - 2022-01-01
2530
@@ -127,6 +132,7 @@ Yanked due to critical issue with cache key resulting from #839.
127132- ` unambiguous.test() ` regex is now properly in multiline mode
128133
129134[ #2755 ] : https://github.com/import-js/eslint-plugin-import/pull/2755
135+ [ #2714 ] : https://github.com/import-js/eslint-plugin-import/pull/2714
130136[ #2523 ] : https://github.com/import-js/eslint-plugin-import/pull/2523
131137[ #2431 ] : https://github.com/import-js/eslint-plugin-import/pull/2431
132138[ #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.
159165[ @bradzacher ] : https://github.com/bradzacher
160166[ @brettz9 ] : https://github.com/brettz9
161167[ @christophercurrie ] : https://github.com/christophercurrie
168+ [ @DMartens ] : https://github.com/DMartens
162169[ @hulkish ] : https://github.com/hulkish
163170[ @Hypnosphi ] : https://github.com/Hypnosphi
164171[ @iamnapo ] : https://github.com/iamnapo
0 commit comments