@@ -4,75 +4,62 @@ 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.0.0 (2023-01-27)
8
-
9
- #### ✨ Features
10
-
11
- - Add drone ci test pipeline ([ ae66e28] [ 3 ] )
12
- - Add github action to lint and test ([ dafd93f] [ 4 ] )
13
- - Add support for exports ([ 32188ab] [ 5 ] )
14
- - Add tests and update plugin version ([ 948baea] [ 6 ] )
15
- - Automate package publishing ([ 2fd6c22] [ 7 ] )
16
- - Handle ../ paths ([ 470b358] [ 8 ] )
17
- - Skip type-only imports and exports ([ 49fdd96] [ 9 ] )
18
- - Support ExportAllDeclaration ([ 8a39cf6] [ 10 ] )
7
+ ### [ 1.0.1] [ 3 ] (2023-01-28)
19
8
20
9
#### 🪄 Fixes
21
10
22
- - ✅replace "false" extension value to "undefined" for default value tests ([ 054921e] [ 11 ] )
23
- - 🐛replace extension properly ([ 0609c35] [ 12 ] )
24
- - Add linter(standardjs) ([ db0f337] [ 13 ] )
25
- - Don't exclude relative paths ([ 99668ab] [ 14 ] )
26
- - Make drone use npm ci instead of npm install ([ 1c2c16f] [ 15 ] )
27
- - Missing import ([ 3aa9d12] [ 16 ] )
11
+ - Use console.log for output, retire debug log function, improve type usage ([ 70e4053] [ 4 ] )
28
12
29
13
#### ⚙️ Build System
30
14
31
- - ** readme:** update maintenance badge ([ 4d47b6e] [ 17 ] )
32
- - Update tooling ([ 74a87dd] [ 18 ] )
15
+ - Reorganize output distributables ([ cb4346d] [ 5 ] )
33
16
34
- ## 1.0.0 (2023-01-27)
17
+ ## [ 1.0.0] [ 6 ] (2023-01-27)
35
18
36
19
#### ✨ Features
37
20
38
- - Add drone ci test pipeline ([ ae66e28] [ 3 ] )
39
- - Add github action to lint and test ([ dafd93f] [ 4 ] )
40
- - Add support for exports ([ 32188ab] [ 5 ] )
41
- - Add tests and update plugin version ([ 948baea] [ 6 ] )
42
- - Automate package publishing ([ 2fd6c22] [ 7 ] )
43
- - Handle ../ paths ([ 470b358] [ 8 ] )
44
- - Skip type-only imports and exports ([ 49fdd96] [ 9 ] )
45
- - Support ExportAllDeclaration ([ 8a39cf6] [ 10 ] )
21
+ - Add drone ci test pipeline ([ ae66e28] [ 7 ] )
22
+ - Add github action to lint and test ([ dafd93f] [ 8 ] )
23
+ - Add support for exports ([ 32188ab] [ 9 ] )
24
+ - Add tests and update plugin version ([ 948baea] [ 10 ] )
25
+ - Automate package publishing ([ 2fd6c22] [ 11 ] )
26
+ - Handle ../ paths ([ 470b358] [ 12 ] )
27
+ - Skip type-only imports and exports ([ 49fdd96] [ 13 ] )
28
+ - Support ExportAllDeclaration ([ 8a39cf6] [ 14 ] )
46
29
47
30
#### 🪄 Fixes
48
31
49
- - ✅replace "false" extension value to "undefined" for default value tests ([ 054921e] [ 11 ] )
50
- - 🐛replace extension properly ([ 0609c35] [ 12 ] )
51
- - Add linter(standardjs) ([ db0f337] [ 13 ] )
52
- - Don't exclude relative paths ([ 99668ab] [ 14 ] )
53
- - Make drone use npm ci instead of npm install ([ 1c2c16f] [ 15 ] )
54
- - Missing import ([ 3aa9d12] [ 16 ] )
32
+ - ✅replace "false" extension value to "undefined" for default value tests ([ 054921e] [ 15 ] )
33
+ - 🐛replace extension properly ([ 0609c35] [ 16 ] )
34
+ - Add linter(standardjs) ([ db0f337] [ 17 ] )
35
+ - Don't exclude relative paths ([ 99668ab] [ 18 ] )
36
+ - Make drone use npm ci instead of npm install ([ 1c2c16f] [ 19 ] )
37
+ - Missing import ([ 3aa9d12] [ 20 ] )
55
38
56
39
#### ⚙️ Build System
57
40
58
- - ** readme:** update maintenance badge ([ 4d47b6e] [ 17 ] )
59
- - Update tooling ([ 74a87dd] [ 18 ] )
41
+ - ** readme:** update maintenance badge ([ 4d47b6e] [ 21 ] )
42
+ - Update tooling ([ 74a87dd] [ 22 ] )
60
43
61
44
[ 1 ] : https://conventionalcommits.org
62
45
[ 2 ] : https://semver.org
63
- [ 3 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/ae66e28d2ff61c1207bfa65c37a6541031c9504d
64
- [ 4 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/dafd93fd33a5aab03734e64619ec84161ac42d73
65
- [ 5 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/32188ab1317f1936e364d98658ff915f5d4dafd3
66
- [ 6 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/948baeab189090375faf956397c370b62abc555a
67
- [ 7 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/2fd6c22cf181baa83e8c6eac2fbdd6653f57b423
68
- [ 8 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/470b358a0d749c1cee3ab0f3f5b649d3f05490ed
69
- [ 9 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/49fdd9684668b8437bd11c4c5f03b40c1af50acd
70
- [ 10 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/8a39cf60884d430c70be94183e70d11e25bb4ecd
71
- [ 11 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/054921ee3cacd13a60a1837c4ab302310a5c1422
72
- [ 12 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/0609c3524352763f743f9d3994f9e22847c28971
73
- [ 13 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/db0f337812e99cfd58c56d5f1fe3a320e60892e7
74
- [ 14 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/99668ab304703adcb329b60ff3ef29a88f5d3aad
75
- [ 15 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/1c2c16f27e37a8376acd50799f07e8ae00e88d73
76
- [ 16 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/3aa9d12066bd8469beee641a9d79007bacc1dd41
77
- [ 17 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/4d47b6e0b2e9892aa563a525ed61e9a5087c59bf
78
- [ 18 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/74a87ddcaeb6a3fae6ebeb0376910e1ad4408784
46
+ [ 3 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/v1.0.0...v1.0.1
47
+ [ 4 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/70e405373905799a7cc565d841f585fe87f12a26
48
+ [ 5 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/cb4346dc02e9df632acf7ac734f85c5c76c6d51d
49
+ [ 6 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/compare/32188ab1317f1936e364d98658ff915f5d4dafd3...v1.0.0
50
+ [ 7 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/ae66e28d2ff61c1207bfa65c37a6541031c9504d
51
+ [ 8 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/dafd93fd33a5aab03734e64619ec84161ac42d73
52
+ [ 9 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/32188ab1317f1936e364d98658ff915f5d4dafd3
53
+ [ 10 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/948baeab189090375faf956397c370b62abc555a
54
+ [ 11 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/2fd6c22cf181baa83e8c6eac2fbdd6653f57b423
55
+ [ 12 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/470b358a0d749c1cee3ab0f3f5b649d3f05490ed
56
+ [ 13 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/49fdd9684668b8437bd11c4c5f03b40c1af50acd
57
+ [ 14 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/8a39cf60884d430c70be94183e70d11e25bb4ecd
58
+ [ 15 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/054921ee3cacd13a60a1837c4ab302310a5c1422
59
+ [ 16 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/0609c3524352763f743f9d3994f9e22847c28971
60
+ [ 17 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/db0f337812e99cfd58c56d5f1fe3a320e60892e7
61
+ [ 18 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/99668ab304703adcb329b60ff3ef29a88f5d3aad
62
+ [ 19 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/1c2c16f27e37a8376acd50799f07e8ae00e88d73
63
+ [ 20 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/3aa9d12066bd8469beee641a9d79007bacc1dd41
64
+ [ 21 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/4d47b6e0b2e9892aa563a525ed61e9a5087c59bf
65
+ [ 22 ] : https://github.com/Xunnamius/babel-plugin-transform-rewrite-imports/commit/74a87ddcaeb6a3fae6ebeb0376910e1ad4408784
0 commit comments