|
1 | 1 | ## Changelog |
2 | 2 |
|
3 | | ---- |
4 | 3 |
|
| 4 | +--- |
5 | 5 | ### 5.2.2 |
6 | | - |
7 | 6 | - Update packages and pin babel/types [#343](https://github.com/trivago/prettier-plugin-sort-imports/pull/343) by [@byara](https://github.com/byara) |
8 | 7 |
|
9 | 8 | ### 5.2.1 |
10 | | - |
11 | 9 | - add svelte 5.x as peer dependency [#337](https://github.com/trivago/prettier-plugin-sort-imports/pull/337) by [@werner-drklein](https://github.com/werner-drklein) |
12 | 10 |
|
13 | 11 | ### 5.2.0 |
14 | | - |
15 | | -- fix type import ordering [#331](https://github.com/trivago/prettier-plugin-sort-imports/pull/331) by [@rsslldnphy](https://github.com/rsslldnphy) |
| 12 | +- fix type import ordering [#331](https://github.com/trivago/prettier-plugin-sort-imports/pull/331) by [@rsslldnphy](https://github.com/rsslldnphy) |
16 | 13 | - Fix conditional import of prettier-plugin-svelte [#332](https://github.com/trivago/prettier-plugin-sort-imports/pull/332) by [@rsslldnphy](https://github.com/rsslldnphy) |
17 | 14 |
|
18 | 15 | ### v5.1.0 |
19 | | - |
20 | 16 | - Fix svelte packages being required all the time [#327](https://github.com/trivago/prettier-plugin-sort-imports/pull/327) by [@byara](https://github.com/byara) |
21 | 17 |
|
22 | 18 | ### v5.0.1 |
23 | | - |
24 | 19 | - Clean up unwanted packages and unpin dependencies [#322](https://github.com/trivago/prettier-plugin-sort-imports/pull/322) by [@byara](https://github.com/byara) |
25 | 20 |
|
26 | 21 | ### v5.0.0 |
27 | | - |
28 | 22 | #### New features |
29 | | - |
30 | 23 | - Type imports [#153](https://github.com/trivago/prettier-plugin-sort-imports/pull/153) by [Xenfo](https://github.com/broofa) |
31 | 24 | - Svelte support [#310](https://github.com/trivago/prettier-plugin-sort-imports/pull/310) by [canarddemagret](https://github.com/canarddemagret) |
32 | 25 | - Side effect import support [#320](https://github.com/trivago/prettier-plugin-sort-imports/pull/320) by [blutorange](https://github.com/blutorange) and [vladislavarsenev](https://github.com/vladislavarsenev) |
33 | 26 | - Fixed dollar sign group replace in Vue [#283](https://github.com/trivago/prettier-plugin-sort-imports/pull/283) by [adamDilger](https://github.com/adamDilger) |
34 | 27 | - Support `importOrderImportAttributesKeyword` [#273](https://github.com/trivago/prettier-plugin-sort-imports/pull/273) by [chentsulin](https://github.com/chentsulin) |
35 | 28 |
|
36 | | -### v4.3.0 |
37 | 29 |
|
| 30 | +### v4.3.0 |
38 | 31 | #### New features |
39 | | - |
40 | 32 | - added support for sort-imports-ignore [#237](https://github.com/trivago/prettier-plugin-sort-imports/pull/237) by [stephdotnet](https://github.com/stephdotnet) |
41 | 33 | - Upgrade node in CI to current and lts versions [#264](https://github.com/trivago/prettier-plugin-sort-imports/pull/264) by [harryzcy](https://github.com/harryzcy) |
42 | 34 |
|
43 | 35 | ### v4.2.1 |
44 | | - |
45 | 36 | #### Chore |
46 | | - |
47 | 37 | - Resolves Issue 262 - CVE-2023-45133 - upgrade to latest babel traverse [#266](https://github.com/trivago/prettier-plugin-sort-imports/pull/266) by [c-h-russell-walker](https://github.com/c-h-russell-walker) |
48 | 38 |
|
49 | 39 | ### v4.2.0 |
50 | | - |
51 | 40 | #### Chore |
52 | | - |
53 | 41 | - update prettier peer dependency semVer to include 3.x [#239](https://github.com/trivago/prettier-plugin-sort-imports/pull/239) by [basselworkforce](https://github.com/basselworkforce) |
54 | 42 |
|
55 | 43 | ### v4.1.1 |
56 | | - |
57 | 44 | #### Revert |
58 | | - |
59 | 45 | - Type imports[#153](https://github.com/trivago/prettier-plugin-sort-imports/pull/153) by [Xenfo](https://github.com/broofa) |
60 | 46 |
|
61 | 47 | ### v4.1.0 |
62 | | - |
63 | 48 | #### New features |
64 | | - |
65 | | -- Move @babel/core to devDependencies [#200](https://github.com/trivago/prettier-plugin-sort-imports/pull/200) by [yykamei](https://github.com/yykamei) |
66 | | -- Only preserve directives already at the start of the program [#198](https://github.com/trivago/prettier-plugin-sort-imports/pull/198) by [c-dante](https://github.com/c-dante) |
| 49 | +- Move @babel/core to devDependencies [#200](https://github.com/trivago/prettier-plugin-sort-imports/pull/200) by [yykamei](https://github.com/yykamei) |
| 50 | +- Only preserve directives already at the start of the program [#198](https://github.com/trivago/prettier-plugin-sort-imports/pull/198) by [c-dante](https://github.com/c-dante) |
67 | 51 | - Bump babel to support satisfies keyword [#196](https://github.com/trivago/prettier-plugin-sort-imports/pull/196) by [Leomotors](https://github.com/Leomotors) |
68 | | -- Update prettier for TS 4.9 [#194](https://github.com/trivago/prettier-plugin-sort-imports/pull/194) by [taiwabisabi](https://github.com/taiwabisabi) |
| 52 | +- Update prettier for TS 4.9 [#194](https://github.com/trivago/prettier-plugin-sort-imports/pull/194) by [taiwabisabi](https://github.com/taiwabisabi) |
69 | 53 | - Fixed empty/no script tag in vue component error [#192](https://github.com/trivago/prettier-plugin-sort-imports/pull/192) by [adamDilger](https://github.com/adamDilger) |
70 | 54 | - Change @vue/compiler-sfc to an optional dependency[#189](https://github.com/trivago/prettier-plugin-sort-imports/pull/189) by [transitive-bullshit](https://github.com/transitive-bullshit) |
71 | 55 | - Type imports[#153](https://github.com/trivago/prettier-plugin-sort-imports/pull/153) by [Xenfo](https://github.com/broofa) |
72 | 56 |
|
73 | 57 | ### v4.0.0 |
74 | | - |
75 | 58 | #### New features |
76 | | - |
77 | 59 | - Make @vue/compiler-sfc peer dependency [#183](https://github.com/trivago/prettier-plugin-sort-imports/pull/183) by [blake-newman](https://github.com/blake-newman) |
78 | 60 | - Keep script directives at top of file [#186](https://github.com/trivago/prettier-plugin-sort-imports/pull/186) by [broofa](https://github.com/broofa) |
79 | 61 |
|
80 | 62 | ### v3.4.0 |
81 | | - |
82 | 63 | #### New features |
83 | | - |
84 | 64 | - Vue JS support [#174](https://github.com/trivago/prettier-plugin-sort-imports/pull/174) by [blake-newman](https://github.com/blake-newman) |
85 | 65 | - Export config type [#173](https://github.com/trivago/prettier-plugin-sort-imports/pull/173) by [Leomotors](https://github.com/Leomotors) |
86 | 66 |
|
87 | 67 | ### v3.3.1 |
88 | | - |
89 | 68 | #### Chores |
90 | | - |
91 | 69 | - Update @babel/parser (to support TypeScript 4.7) [#161](https://github.com/trivago/prettier-plugin-sort-imports/pull/161) by [odiak](https://github.com/odiak) |
92 | 70 |
|
93 | 71 | ### v3.3.0 |
94 | | - |
95 | 72 | #### Chores |
96 | | - |
97 | 73 | - Update babel version [#134](https://github.com/trivago/prettier-plugin-sort-imports/pull/147) by [marvinroger](https://github.com/marvinroger) |
98 | 74 | - Fix typo in Migration docs [#158](https://github.com/trivago/prettier-plugin-sort-imports/pull/158) by [raineorshine](https://github.com/raineorshine) |
99 | 75 |
|
100 | 76 | ### v3.2.0 |
101 | | - |
102 | 77 | #### New features |
103 | | - |
104 | 78 | - Group Namespace specifiers [#105](https://github.com/trivago/prettier-plugin-sort-imports/pull/105) by [Mattinton](https://github.com/Mattinton) |
105 | 79 |
|
106 | 80 | #### Chores |
107 | | - |
108 | 81 | - Clean up unit test and snapshot test |
109 | 82 | - Add contribution guidelines for bug fixes and new features |
110 | 83 |
|
|
115 | 88 | ### v3.1.0 |
116 | 89 |
|
117 | 90 | #### Chores |
118 | | - |
119 | 91 | - Update Babel parser to `7.14.6` [#79](https://github.com/trivago/prettier-plugin-sort-imports/pull/79) by [juanrgm](https://github.com/juanrgm) |
120 | 92 | - `.npmignore` cleanup [#96](https://github.com/trivago/prettier-plugin-sort-imports/issues/96) by [byara](https://github.com/byara) |
121 | | -- Remove npm badges in the README [#101](https://github.com/trivago/prettier-plugin-sort-imports/issues/101) by [byara](https://github.com/byara) |
| 93 | +- Remove npm badges in the README [#101](https://github.com/trivago/prettier-plugin-sort-imports/issues/101) by [byara](https://github.com/byara) |
122 | 94 |
|
123 | 95 | ### v3.0.0 |
124 | 96 |
|
125 | 97 | #### New features |
126 | | - |
127 | 98 | - `<THIRD_PARTY_MODULES>` special word in import order to place third |
128 | | - party imports at desired place. [#65](https://github.com/trivago/prettier-plugin-sort-imports/pull/65) by [@risenforces](https://github.com/risenforces) |
| 99 | +party imports at desired place. [#65](https://github.com/trivago/prettier-plugin-sort-imports/pull/65) by [@risenforces](https://github.com/risenforces) |
129 | 100 | - `importOrderSortSpecifiers` option to sort the imports in an import declaration. [#72](https://github.com/trivago/prettier-plugin-sort-imports/pull/72) by [@ratierd](https://github.com/ratierd) |
130 | | -- `importOrderCaseInsensitive` option to control the case sensitivity [#69](https://github.com/trivago/prettier-plugin-sort-imports/pull/79) by [@timiles](https://github.com/timiles) |
131 | | -- `importOrderParserPlugins` option to pass plugins to babel parser [#88](https://github.com/trivago/prettier-plugin-sort-imports/pull/88) by [@saaryab](https://github.com/saaryab) |
| 101 | +- `importOrderCaseInsensitive` option to control the case sensitivity [#69](https://github.com/trivago/prettier-plugin-sort-imports/pull/79) by [@timiles](https://github.com/timiles) |
| 102 | +- `importOrderParserPlugins` option to pass plugins to babel parser [#88](https://github.com/trivago/prettier-plugin-sort-imports/pull/88) by [@saaryab](https://github.com/saaryab) |
132 | 103 |
|
133 | 104 | #### Breaking Changes |
134 | | - |
135 | 105 | - Renaming of the `experimentalBabelParserPluginsList` to `importOrderParserPlugins`. by [@byara](https://github.com/byara) |
| 106 | + |
0 commit comments