@@ -4,120 +4,128 @@ All notable changes to this project will be documented in this auto-generated
4
4
file. The format is based on [ Conventional Commits] [ 1 ] ;
5
5
this project adheres to [ Semantic Versioning] [ 2 ] .
6
6
7
- ## [ 1.5.0] [ 3 ] (2024-10-28)
7
+ ### [ 1.5.1] [ 3 ] (2024-10-29)
8
+
9
+ #### 🪄 Fixes
10
+
11
+ - ** src:** use proper destructuring for rewrite report ([ 30352bc] [ 4 ] )
12
+
13
+ ## [ 1.5.0] [ 5 ] (2024-10-28)
8
14
9
15
#### ✨ Features
10
16
11
- - Allow explicitly disabling arbitrary dynamic import support via ` injectDynamicRewriter ` ([ 0db9c4c] [ 4 ] )
17
+ - Allow explicitly disabling arbitrary dynamic import support via ` injectDynamicRewriter ` ([ 0db9c4c] [ 6 ] )
12
18
13
- ## [ 1.4.0] [ 5 ] (2024-10-28)
19
+ ## [ 1.4.0] [ 7 ] (2024-10-28)
14
20
15
21
#### ✨ Features
16
22
17
- - ** src:** add support for ` requireLikeFunctions ` ([ eafe348] [ 6 ] )
23
+ - ** src:** add support for ` requireLikeFunctions ` ([ eafe348] [ 8 ] )
18
24
19
25
#### 🪄 Fixes
20
26
21
- - ** src:** use more robust specifier scanning for ` CallExpression ` s ([ 34eb5f4] [ 7 ] )
27
+ - ** src:** use more robust specifier scanning for ` CallExpression ` s ([ 34eb5f4] [ 9 ] )
22
28
23
- ### [ 1.3.1] [ 8 ] (2024-10-27)
29
+ ### [ 1.3.1] [ 10 ] (2024-10-27)
24
30
25
31
#### 🪄 Fixes
26
32
27
- - Ensure debug output is consistent and meaningful ([ 19e1588] [ 9 ] )
33
+ - Ensure debug output is consistent and meaningful ([ 19e1588] [ 11 ] )
28
34
29
- ## [ 1.3.0] [ 10 ] (2024-10-27)
35
+ ## [ 1.3.0] [ 12 ] (2024-10-27)
30
36
31
37
#### ✨ Features
32
38
33
- - Make ` filepath ` available in replacer context and add support for ` TSImportType ` replacements ([ 0be1eda] [ 11 ] )
39
+ - Make ` filepath ` available in replacer context and add support for ` TSImportType ` replacements ([ 0be1eda] [ 13 ] )
34
40
35
41
#### ⚙️ Build System
36
42
37
- - ** husky:** update commit hooks ([ 5719706] [ 12 ] )
43
+ - ** husky:** update commit hooks ([ 5719706] [ 14 ] )
38
44
39
- ## [ 1.2.0] [ 13 ] (2023-02-02)
45
+ ## [ 1.2.0] [ 15 ] (2023-02-02)
40
46
41
47
#### ✨ Features
42
48
43
- - ` appendExtension ` and ` replaceExtensions ` accept callbacks for advanced functionality ([ 618f4c3] [ 14 ] )
49
+ - ` appendExtension ` and ` replaceExtensions ` accept callbacks for advanced functionality ([ 618f4c3] [ 16 ] )
44
50
45
- ## [ 1.1.0] [ 15 ] (2023-01-29)
51
+ ## [ 1.1.0] [ 17 ] (2023-01-29)
46
52
47
53
#### ✨ Features
48
54
49
- - ** src:** use more aesthetically appealing output format ([ 7390e3a] [ 16 ] )
55
+ - ** src:** use more aesthetically appealing output format ([ 7390e3a] [ 18 ] )
50
56
51
- ### [ 1.0.1] [ 17 ] (2023-01-28)
57
+ ### [ 1.0.1] [ 19 ] (2023-01-28)
52
58
53
59
#### 🪄 Fixes
54
60
55
- - Use console.log for output, retire debug log function, improve type usage ([ 70e4053] [ 18 ] )
61
+ - Use console.log for output, retire debug log function, improve type usage ([ 70e4053] [ 20 ] )
56
62
57
63
#### ⚙️ Build System
58
64
59
- - Reorganize output distributables ([ cb4346d] [ 19 ] )
65
+ - Reorganize output distributables ([ cb4346d] [ 21 ] )
60
66
61
- ## [ 1.0.0] [ 20 ] (2023-01-27)
67
+ ## [ 1.0.0] [ 22 ] (2023-01-27)
62
68
63
69
#### ✨ Features
64
70
65
- - Add drone ci test pipeline ([ ae66e28] [ 21 ] )
66
- - Add github action to lint and test ([ dafd93f] [ 22 ] )
67
- - Add support for exports ([ 32188ab] [ 23 ] )
68
- - Add tests and update plugin version ([ 948baea] [ 24 ] )
69
- - Automate package publishing ([ 2fd6c22] [ 25 ] )
70
- - Handle ../ paths ([ 470b358] [ 26 ] )
71
- - Skip type-only imports and exports ([ 49fdd96] [ 27 ] )
72
- - Support ExportAllDeclaration ([ 8a39cf6] [ 28 ] )
71
+ - Add drone ci test pipeline ([ ae66e28] [ 23 ] )
72
+ - Add github action to lint and test ([ dafd93f] [ 24 ] )
73
+ - Add support for exports ([ 32188ab] [ 25 ] )
74
+ - Add tests and update plugin version ([ 948baea] [ 26 ] )
75
+ - Automate package publishing ([ 2fd6c22] [ 27 ] )
76
+ - Handle ../ paths ([ 470b358] [ 28 ] )
77
+ - Skip type-only imports and exports ([ 49fdd96] [ 29 ] )
78
+ - Support ExportAllDeclaration ([ 8a39cf6] [ 30 ] )
73
79
74
80
#### 🪄 Fixes
75
81
76
- - ✅replace "false" extension value to "undefined" for default value tests ([ 054921e] [ 29 ] )
77
- - 🐛replace extension properly ([ 0609c35] [ 30 ] )
78
- - Add linter(standardjs) ([ db0f337] [ 31 ] )
79
- - Don't exclude relative paths ([ 99668ab] [ 32 ] )
80
- - Make drone use npm ci instead of npm install ([ 1c2c16f] [ 33 ] )
81
- - Missing import ([ 3aa9d12] [ 34 ] )
82
+ - ✅replace "false" extension value to "undefined" for default value tests ([ 054921e] [ 31 ] )
83
+ - 🐛replace extension properly ([ 0609c35] [ 32 ] )
84
+ - Add linter(standardjs) ([ db0f337] [ 33 ] )
85
+ - Don't exclude relative paths ([ 99668ab] [ 34 ] )
86
+ - Make drone use npm ci instead of npm install ([ 1c2c16f] [ 35 ] )
87
+ - Missing import ([ 3aa9d12] [ 36 ] )
82
88
83
89
#### ⚙️ Build System
84
90
85
- - ** readme:** update maintenance badge ([ 4d47b6e] [ 35 ] )
86
- - Update tooling ([ 74a87dd] [ 36 ] )
91
+ - ** readme:** update maintenance badge ([ 4d47b6e] [ 37 ] )
92
+ - Update tooling ([ 74a87dd] [ 38 ] )
87
93
88
94
[ 1 ] : https://conventionalcommits.org
89
95
[ 2 ] : https://semver.org
90
- [ 3 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.4.0...v1.5.0
91
- [ 4 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/0db9c4c9e970eff7f8163f80446cbbfd7a6d287f
92
- [ 5 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.3.1...v1.4.0
93
- [ 6 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/eafe34854380e6d047cf3e785a59a8da7630093a
94
- [ 7 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/34eb5f476d6ab5e523a705589f6f7579694a233a
95
- [ 8 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.3.0...v1.3.1
96
- [ 9 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/19e1588c04e6526fdd6fd5327755da13326abcaa
97
- [ 10 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.2.0...v1.3.0
98
- [ 11 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/0be1eda4a2b30709c0755c0ffd994f51ba295498
99
- [ 12 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/5719706662031be27d19e940d41b502973d329fa
100
- [ 13 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.1.0...v1.2.0
101
- [ 14 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/618f4c3a161b526b09bcb5ba5f0eee81058a75bd
102
- [ 15 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.0.1...v1.1.0
103
- [ 16 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/7390e3adfea60a3ff0dc03b23f01d15467bc0ef2
104
- [ 17 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.0.0...v1.0.1
105
- [ 18 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/70e405373905799a7cc565d841f585fe87f12a26
106
- [ 19 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/cb4346dc02e9df632acf7ac734f85c5c76c6d51d
107
- [ 20 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/32188ab1317f1936e364d98658ff915f5d4dafd3...v1.0.0
108
- [ 21 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/ae66e28d2ff61c1207bfa65c37a6541031c9504d
109
- [ 22 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/dafd93fd33a5aab03734e64619ec84161ac42d73
110
- [ 23 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/32188ab1317f1936e364d98658ff915f5d4dafd3
111
- [ 24 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/948baeab189090375faf956397c370b62abc555a
112
- [ 25 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/2fd6c22cf181baa83e8c6eac2fbdd6653f57b423
113
- [ 26 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/470b358a0d749c1cee3ab0f3f5b649d3f05490ed
114
- [ 27 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/49fdd9684668b8437bd11c4c5f03b40c1af50acd
115
- [ 28 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/8a39cf60884d430c70be94183e70d11e25bb4ecd
116
- [ 29 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/054921ee3cacd13a60a1837c4ab302310a5c1422
117
- [ 30 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/0609c3524352763f743f9d3994f9e22847c28971
118
- [ 31 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/db0f337812e99cfd58c56d5f1fe3a320e60892e7
119
- [ 32 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/99668ab304703adcb329b60ff3ef29a88f5d3aad
120
- [ 33 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/1c2c16f27e37a8376acd50799f07e8ae00e88d73
121
- [ 34 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/3aa9d12066bd8469beee641a9d79007bacc1dd41
122
- [ 35 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/4d47b6e0b2e9892aa563a525ed61e9a5087c59bf
123
- [ 36 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/74a87ddcaeb6a3fae6ebeb0376910e1ad4408784
96
+ [ 3 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.5.0...v1.5.1
97
+ [ 4 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/30352bcb473f6670b4d32e875f44ed5a58c989d4
98
+ [ 5 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.4.0...v1.5.0
99
+ [ 6 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/0db9c4c9e970eff7f8163f80446cbbfd7a6d287f
100
+ [ 7 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.3.1...v1.4.0
101
+ [ 8 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/eafe34854380e6d047cf3e785a59a8da7630093a
102
+ [ 9 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/34eb5f476d6ab5e523a705589f6f7579694a233a
103
+ [ 10 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.3.0...v1.3.1
104
+ [ 11 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/19e1588c04e6526fdd6fd5327755da13326abcaa
105
+ [ 12 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.2.0...v1.3.0
106
+ [ 13 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/0be1eda4a2b30709c0755c0ffd994f51ba295498
107
+ [ 14 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/5719706662031be27d19e940d41b502973d329fa
108
+ [ 15 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.1.0...v1.2.0
109
+ [ 16 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/618f4c3a161b526b09bcb5ba5f0eee81058a75bd
110
+ [ 17 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.0.1...v1.1.0
111
+ [ 18 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/7390e3adfea60a3ff0dc03b23f01d15467bc0ef2
112
+ [ 19 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.0.0...v1.0.1
113
+ [ 20 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/70e405373905799a7cc565d841f585fe87f12a26
114
+ [ 21 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/cb4346dc02e9df632acf7ac734f85c5c76c6d51d
115
+ [ 22 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/32188ab1317f1936e364d98658ff915f5d4dafd3...v1.0.0
116
+ [ 23 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/ae66e28d2ff61c1207bfa65c37a6541031c9504d
117
+ [ 24 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/dafd93fd33a5aab03734e64619ec84161ac42d73
118
+ [ 25 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/32188ab1317f1936e364d98658ff915f5d4dafd3
119
+ [ 26 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/948baeab189090375faf956397c370b62abc555a
120
+ [ 27 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/2fd6c22cf181baa83e8c6eac2fbdd6653f57b423
121
+ [ 28 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/470b358a0d749c1cee3ab0f3f5b649d3f05490ed
122
+ [ 29 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/49fdd9684668b8437bd11c4c5f03b40c1af50acd
123
+ [ 30 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/8a39cf60884d430c70be94183e70d11e25bb4ecd
124
+ [ 31 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/054921ee3cacd13a60a1837c4ab302310a5c1422
125
+ [ 32 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/0609c3524352763f743f9d3994f9e22847c28971
126
+ [ 33 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/db0f337812e99cfd58c56d5f1fe3a320e60892e7
127
+ [ 34 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/99668ab304703adcb329b60ff3ef29a88f5d3aad
128
+ [ 35 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/1c2c16f27e37a8376acd50799f07e8ae00e88d73
129
+ [ 36 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/3aa9d12066bd8469beee641a9d79007bacc1dd41
130
+ [ 37 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/4d47b6e0b2e9892aa563a525ed61e9a5087c59bf
131
+ [ 38 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/74a87ddcaeb6a3fae6ebeb0376910e1ad4408784
0 commit comments