Skip to content

Commit f76cc00

Browse files
committed
release: 1.5.1 [skip ci]
### [1.5.1](v1.5.0...v1.5.1) (2024-10-29) #### 🪄 Fixes * **src:** use proper destructuring for rewrite report ([30352bc](30352bc))
1 parent 40f2b2b commit f76cc00

9 files changed

+136
-128
lines changed

Diff for: CHANGELOG.md

+76-68
Original file line numberDiff line numberDiff line change
@@ -4,120 +4,128 @@ All notable changes to this project will be documented in this auto-generated
44
file. The format is based on [Conventional Commits][1];
55
this project adheres to [Semantic Versioning][2].
66

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)
814

915
#### ✨ Features
1016

11-
- Allow explicitly disabling arbitrary dynamic import support via `injectDynamicRewriter` ([0db9c4c][4])
17+
- Allow explicitly disabling arbitrary dynamic import support via `injectDynamicRewriter` ([0db9c4c][6])
1218

13-
## [1.4.0][5] (2024-10-28)
19+
## [1.4.0][7] (2024-10-28)
1420

1521
#### ✨ Features
1622

17-
- **src:** add support for `requireLikeFunctions` ([eafe348][6])
23+
- **src:** add support for `requireLikeFunctions` ([eafe348][8])
1824

1925
#### 🪄 Fixes
2026

21-
- **src:** use more robust specifier scanning for `CallExpression`s ([34eb5f4][7])
27+
- **src:** use more robust specifier scanning for `CallExpression`s ([34eb5f4][9])
2228

23-
### [1.3.1][8] (2024-10-27)
29+
### [1.3.1][10] (2024-10-27)
2430

2531
#### 🪄 Fixes
2632

27-
- Ensure debug output is consistent and meaningful ([19e1588][9])
33+
- Ensure debug output is consistent and meaningful ([19e1588][11])
2834

29-
## [1.3.0][10] (2024-10-27)
35+
## [1.3.0][12] (2024-10-27)
3036

3137
#### ✨ Features
3238

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])
3440

3541
#### ⚙️ Build System
3642

37-
- **husky:** update commit hooks ([5719706][12])
43+
- **husky:** update commit hooks ([5719706][14])
3844

39-
## [1.2.0][13] (2023-02-02)
45+
## [1.2.0][15] (2023-02-02)
4046

4147
#### ✨ Features
4248

43-
- `appendExtension` and `replaceExtensions` accept callbacks for advanced functionality ([618f4c3][14])
49+
- `appendExtension` and `replaceExtensions` accept callbacks for advanced functionality ([618f4c3][16])
4450

45-
## [1.1.0][15] (2023-01-29)
51+
## [1.1.0][17] (2023-01-29)
4652

4753
#### ✨ Features
4854

49-
- **src:** use more aesthetically appealing output format ([7390e3a][16])
55+
- **src:** use more aesthetically appealing output format ([7390e3a][18])
5056

51-
### [1.0.1][17] (2023-01-28)
57+
### [1.0.1][19] (2023-01-28)
5258

5359
#### 🪄 Fixes
5460

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])
5662

5763
#### ⚙️ Build System
5864

59-
- Reorganize output distributables ([cb4346d][19])
65+
- Reorganize output distributables ([cb4346d][21])
6066

61-
## [1.0.0][20] (2023-01-27)
67+
## [1.0.0][22] (2023-01-27)
6268

6369
#### ✨ Features
6470

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])
7379

7480
#### 🪄 Fixes
7581

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])
8288

8389
#### ⚙️ Build System
8490

85-
- **readme:** update maintenance badge ([4d47b6e][35])
86-
- Update tooling ([74a87dd][36])
91+
- **readme:** update maintenance badge ([4d47b6e][37])
92+
- Update tooling ([74a87dd][38])
8793

8894
[1]: https://conventionalcommits.org
8995
[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

Diff for: docs/functions/default.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ A babel plugin that reliably rewrites import (and export) specifiers.
1616

1717
## Defined in
1818

19-
[index.ts:136](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/0db9c4c9e970eff7f8163f80446cbbfd7a6d287f/src/index.ts#L136)
19+
[index.ts:137](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/40f2b2bf6fa6d5f4f6faf3e8004138265cb3ed3d/src/index.ts#L137)

Diff for: docs/type-aliases/Callback.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ The import/export specifier being evaluated by Babel.
3939

4040
## Defined in
4141

42-
[index.ts:43](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/0db9c4c9e970eff7f8163f80446cbbfd7a6d287f/src/index.ts#L43)
42+
[index.ts:44](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/40f2b2bf6fa6d5f4f6faf3e8004138265cb3ed3d/src/index.ts#L44)

Diff for: docs/type-aliases/Options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ false
108108

109109
## Defined in
110110

111-
[index.ts:63](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/0db9c4c9e970eff7f8163f80446cbbfd7a6d287f/src/index.ts#L63)
111+
[index.ts:64](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/40f2b2bf6fa6d5f4f6faf3e8004138265cb3ed3d/src/index.ts#L64)

Diff for: docs/type-aliases/State.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ The shape of the internal state of the Babel plugin itself.
1818
1919
## Defined in
2020

21-
[index.ts:37](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/0db9c4c9e970eff7f8163f80446cbbfd7a6d287f/src/index.ts#L37)
21+
[index.ts:38](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/40f2b2bf6fa6d5f4f6faf3e8004138265cb3ed3d/src/index.ts#L38)

Diff for: docs/variables/defaultRecognizedExtensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ The default value of `Options.recognizedExtensions`.
1212

1313
## Defined in
1414

15-
[index.ts:125](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/0db9c4c9e970eff7f8163f80446cbbfd7a6d287f/src/index.ts#L125)
15+
[index.ts:126](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/40f2b2bf6fa6d5f4f6faf3e8004138265cb3ed3d/src/index.ts#L126)

Diff for: docs/variables/defaultRequireLikeFunctions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
1111
## Defined in
1212

13-
[index.ts:13](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/0db9c4c9e970eff7f8163f80446cbbfd7a6d287f/src/index.ts#L13)
13+
[index.ts:14](https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/blob/40f2b2bf6fa6d5f4f6faf3e8004138265cb3ed3d/src/index.ts#L14)

0 commit comments

Comments
 (0)