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