@@ -4,127 +4,135 @@ All notable changes to this project will be documented in this auto-generated
44file. The format is based on [ Conventional Commits] [ 1 ] ;
55this project adheres to [ Semantic Versioning] [ 2 ] .
66
7- ### [ 1.2.3 ] [ 3 ] (2024-03-27)
7+ ### [ 1.2.4 ] [ 3 ] (2024-03-27)
88
99#### 🪄 Fixes
1010
11- - ** package:** bump minimum node support to 20 LTS ([ 4b8c975] [ 4 ] )
12- - ** src:** ignore unknown file extension errors when discovering commands ([ 4babf12] [ 5 ] )
11+ - ** src:** explicitly ignore .d.ts files within command dirs ([ d6618d3] [ 4 ] )
1312
14- ### [ 1.2.2 ] [ 6 ] (2024-03-21 )
13+ ### [ 1.2.3 ] [ 5 ] (2024-03-27 )
1514
1615#### 🪄 Fixes
1716
18- - No longer include default command when listing subcommands ([ be2960a] [ 7 ] )
17+ - ** package:** bump minimum node support to 20 LTS ([ 4b8c975] [ 6 ] )
18+ - ** src:** ignore unknown file extension errors when discovering commands ([ 4babf12] [ 7 ] )
19+
20+ ### [ 1.2.2] [ 8 ] (2024-03-21)
21+
22+ #### 🪄 Fixes
23+
24+ - No longer include default command when listing subcommands ([ be2960a] [ 9 ] )
1925
2026#### ⚙️ Build System
2127
22- - ** husky:** update to latest hooks ([ 75d5c66] [ 8 ] )
23- - ** src:** do not filter to own methods when proxying and rebinding ([ 8bb0254] [ 9 ] )
28+ - ** husky:** update to latest hooks ([ 75d5c66] [ 10 ] )
29+ - ** src:** do not filter to own methods when proxying and rebinding ([ 8bb0254] [ 11 ] )
2430
25- ### [ 1.2.1] [ 10 ] (2024-03-19)
31+ ### [ 1.2.1] [ 12 ] (2024-03-19)
2632
2733#### ⚙️ Build System
2834
29- - ** babel:** fix import specifier rewrite oversight ([ 2369534] [ 11 ] )
35+ - ** babel:** fix import specifier rewrite oversight ([ 2369534] [ 13 ] )
3036
31- ## [ 1.2.0] [ 12 ] (2024-03-18)
37+ ## [ 1.2.0] [ 14 ] (2024-03-18)
3238
3339#### ✨ Features
3440
35- - Add ` showHelp ` option to ` CliError ` ([ b5a1e58] [ 13 ] )
41+ - Add ` showHelp ` option to ` CliError ` ([ b5a1e58] [ 15 ] )
3642
37- ### [ 1.1.4] [ 14 ] (2024-03-16)
43+ ### [ 1.1.4] [ 16 ] (2024-03-16)
3844
3945#### 🪄 Fixes
4046
41- - ** types:** allow exported types to specify custom ` ExecutionContext ` ([ f66599b] [ 15 ] )
47+ - ** types:** allow exported types to specify custom ` ExecutionContext ` ([ f66599b] [ 17 ] )
4248
43- ### [ 1.1.3] [ 16 ] (2024-03-15)
49+ ### [ 1.1.3] [ 18 ] (2024-03-15)
4450
4551#### 🪄 Fixes
4652
47- - Add support for ` export default X ` syntax ([ bad391d] [ 17 ] )
48- - Ensure ` demandOption ` is properly supported ([ 2f205c1] [ 18 ] )
53+ - Add support for ` export default X ` syntax ([ bad391d] [ 19 ] )
54+ - Ensure ` demandOption ` is properly supported ([ 2f205c1] [ 20 ] )
4955
50- ### [ 1.1.2] [ 19 ] (2023-12-31)
56+ ### [ 1.1.2] [ 21 ] (2023-12-31)
5157
5258#### 🪄 Fixes
5359
54- - ** readme:** move parserConfiguration call out of dead zone in example ([ f79c114] [ 20 ] )
60+ - ** readme:** move parserConfiguration call out of dead zone in example ([ f79c114] [ 22 ] )
5561
56- ### [ 1.1.1] [ 21 ] (2023-12-31)
62+ ### [ 1.1.1] [ 23 ] (2023-12-31)
5763
5864#### 🪄 Fixes
5965
60- - Fix Node10 type resolution failure ([ b6178c9] [ 22 ] )
66+ - Fix Node10 type resolution failure ([ b6178c9] [ 24 ] )
6167
62- ## [ 1.1.0] [ 23 ] (2023-12-31)
68+ ## [ 1.1.0] [ 25 ] (2023-12-31)
6369
6470#### ✨ Features
6571
66- - ** src:** support file://-style URLs ([ 0e5067e] [ 24 ] )
72+ - ** src:** support file://-style URLs ([ 0e5067e] [ 26 ] )
6773
6874#### 🪄 Fixes
6975
70- - ** src:** ensure --version is included in help text output when relevant ([ 4f159dc] [ 25 ] )
76+ - ** src:** ensure --version is included in help text output when relevant ([ 4f159dc] [ 27 ] )
7177
7278#### ⚙️ Build System
7379
74- - ** babel:** fix ESM<=>CJS interop issue ([ 5470091] [ 26 ] )
80+ - ** babel:** fix ESM<=>CJS interop issue ([ 5470091] [ 28 ] )
7581
76- ## [ 1.0.0] [ 27 ] (2023-12-29)
82+ ## [ 1.0.0] [ 29 ] (2023-12-29)
7783
7884#### ✨ Features
7985
80- - ** src:** disallow creating commands with conflicting names/aliases ([ 78bf8ff] [ 28 ] )
86+ - ** src:** disallow creating commands with conflicting names/aliases ([ 78bf8ff] [ 30 ] )
8187
8288#### 🪄 Fixes
8389
84- - Rename package from "black-flag" to "[ @black- ] [ 29 ] flag/core" npm typosquat workaround ([ 292ead5] [ 30 ] )
90+ - Rename package from "black-flag" to "[ @black- ] [ 31 ] flag/core" npm typosquat workaround ([ 292ead5] [ 32 ] )
8591
8692#### ⚙️ Build System
8793
88- - Fix horrible decision by marked devs to break output for no reason ([ 036e350] [ 31 ] )
89- - ** jest:** ensure pkg-up is transformed ([ c7f4aef] [ 32 ] )
90- - ** jest:** fix transformIgnorePatterns ([ 0548d34] [ 33 ] )
91- - ** jest:** transpile node\_ modules ([ 5cf7a6c] [ 34 ] )
92- - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 35 ] )
93- - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 36 ] )
94+ - Fix horrible decision by marked devs to break output for no reason ([ 036e350] [ 33 ] )
95+ - ** jest:** ensure pkg-up is transformed ([ c7f4aef] [ 34 ] )
96+ - ** jest:** fix transformIgnorePatterns ([ 0548d34] [ 35 ] )
97+ - ** jest:** transpile node\_ modules ([ 5cf7a6c] [ 36 ] )
98+ - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 37 ] )
99+ - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 38 ] )
94100
95101[ 1 ] : https://conventionalcommits.org
96102[ 2 ] : https://semver.org
97- [ 3 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3
98- [ 4 ] : https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71
99- [ 5 ] : https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3
100- [ 6 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
101- [ 7 ] : https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
102- [ 8 ] : https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
103- [ 9 ] : https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
104- [ 10 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
105- [ 11 ] : https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
106- [ 12 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
107- [ 13 ] : https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
108- [ 14 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
109- [ 15 ] : https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
110- [ 16 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
111- [ 17 ] : https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
112- [ 18 ] : https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
113- [ 19 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
114- [ 20 ] : https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
115- [ 21 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
116- [ 22 ] : https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
117- [ 23 ] : https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
118- [ 24 ] : https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
119- [ 25 ] : https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
120- [ 26 ] : https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
121- [ 27 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
122- [ 28 ] : https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
123- [ 29 ] : https://github.com/black-
124- [ 30 ] : https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
125- [ 31 ] : https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
126- [ 32 ] : https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
127- [ 33 ] : https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
128- [ 34 ] : https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
129- [ 35 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
130- [ 36 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
103+ [ 3 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4
104+ [ 4 ] : https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986
105+ [ 5 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3
106+ [ 6 ] : https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71
107+ [ 7 ] : https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3
108+ [ 8 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
109+ [ 9 ] : https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
110+ [ 10 ] : https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
111+ [ 11 ] : https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
112+ [ 12 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
113+ [ 13 ] : https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
114+ [ 14 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
115+ [ 15 ] : https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
116+ [ 16 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
117+ [ 17 ] : https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
118+ [ 18 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
119+ [ 19 ] : https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
120+ [ 20 ] : https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
121+ [ 21 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
122+ [ 22 ] : https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
123+ [ 23 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
124+ [ 24 ] : https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
125+ [ 25 ] : https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
126+ [ 26 ] : https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
127+ [ 27 ] : https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
128+ [ 28 ] : https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
129+ [ 29 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
130+ [ 30 ] : https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
131+ [ 31 ] : https://github.com/black-
132+ [ 32 ] : https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
133+ [ 33 ] : https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
134+ [ 34 ] : https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
135+ [ 35 ] : https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
136+ [ 36 ] : https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
137+ [ 37 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
138+ [ 38 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
0 commit comments