@@ -4,177 +4,185 @@ 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.3.0] [ 3 ] (2024-07-12)
7+ ### [ 1.3.1] [ 3 ] (2024-07-12)
8+
9+ #### 🪄 Fixes
10+
11+ - ** src:** add trap door to alert developer when erroneously re-entering top-level error handler ([ 99e2b3a] [ 4 ] )
12+
13+ ## [ 1.3.0] [ 5 ] (2024-07-12)
814
915#### ✨ Features
1016
11- - ** ` clierror ` :** add ` dangerouslyFatal ` option, update ` cause ` option handling ([ 1c369fb] [ 4 ] )
17+ - ** ` clierror ` :** add ` dangerouslyFatal ` option, update ` cause ` option handling ([ 1c369fb] [ 6 ] )
1218
13- ### [ 1.2.7] [ 5 ] (2024-06-30)
19+ ### [ 1.2.7] [ 7 ] (2024-06-30)
1420
1521#### 🪄 Fixes
1622
17- - ** types:** pass through ` CustomExecutionContext ` as context type in ` ImportedConfigurationModule ` ([ cdc6af5] [ 6 ] )
23+ - ** types:** pass through ` CustomExecutionContext ` as context type in ` ImportedConfigurationModule ` ([ cdc6af5] [ 8 ] )
1824
1925#### ⚙️ Build System
2026
21- - ** spellcheck-commit:** fix commit spellchecker ([ 6e7a268] [ 7 ] )
27+ - ** spellcheck-commit:** fix commit spellchecker ([ 6e7a268] [ 9 ] )
2228
23- ### [ 1.2.6] [ 8 ] (2024-06-02)
29+ ### [ 1.2.6] [ 10 ] (2024-06-02)
2430
2531#### 🪄 Fixes
2632
27- - ** src:** ignore --help and --version if they occur after -- in argv ([ 35f66cc] [ 9 ] )
33+ - ** src:** ignore --help and --version if they occur after -- in argv ([ 35f66cc] [ 11 ] )
2834
29- ### [ 1.2.5] [ 10 ] (2024-05-30)
35+ ### [ 1.2.5] [ 12 ] (2024-05-30)
3036
3137#### 🪄 Fixes
3238
33- - ** src:** permanently fix --version support regression in node\@ 22 ([ c201c2f] [ 11 ] )
39+ - ** src:** permanently fix --version support regression in node\@ 22 ([ c201c2f] [ 13 ] )
3440
3541#### ⚙️ Build System
3642
37- - ** package:** append node\@ 22 to supported node versions ([ 98815d1] [ 12 ] )
43+ - ** package:** append node\@ 22 to supported node versions ([ 98815d1] [ 14 ] )
3844
39- ### [ 1.2.4] [ 13 ] (2024-03-27)
45+ ### [ 1.2.4] [ 15 ] (2024-03-27)
4046
4147#### 🪄 Fixes
4248
43- - ** src:** explicitly ignore .d.ts files within command dirs ([ d6618d3] [ 14 ] )
49+ - ** src:** explicitly ignore .d.ts files within command dirs ([ d6618d3] [ 16 ] )
4450
45- ### [ 1.2.3] [ 15 ] (2024-03-27)
51+ ### [ 1.2.3] [ 17 ] (2024-03-27)
4652
4753#### 🪄 Fixes
4854
49- - ** package:** bump minimum node support to 20 LTS ([ 4b8c975] [ 16 ] )
50- - ** src:** ignore unknown file extension errors when discovering commands ([ 4babf12] [ 17 ] )
55+ - ** package:** bump minimum node support to 20 LTS ([ 4b8c975] [ 18 ] )
56+ - ** src:** ignore unknown file extension errors when discovering commands ([ 4babf12] [ 19 ] )
5157
52- ### [ 1.2.2] [ 18 ] (2024-03-21)
58+ ### [ 1.2.2] [ 20 ] (2024-03-21)
5359
5460#### 🪄 Fixes
5561
56- - No longer include default command when listing subcommands ([ be2960a] [ 19 ] )
62+ - No longer include default command when listing subcommands ([ be2960a] [ 21 ] )
5763
5864#### ⚙️ Build System
5965
60- - ** husky:** update to latest hooks ([ 75d5c66] [ 20 ] )
61- - ** src:** do not filter to own methods when proxying and rebinding ([ 8bb0254] [ 21 ] )
66+ - ** husky:** update to latest hooks ([ 75d5c66] [ 22 ] )
67+ - ** src:** do not filter to own methods when proxying and rebinding ([ 8bb0254] [ 23 ] )
6268
63- ### [ 1.2.1] [ 22 ] (2024-03-19)
69+ ### [ 1.2.1] [ 24 ] (2024-03-19)
6470
6571#### ⚙️ Build System
6672
67- - ** babel:** fix import specifier rewrite oversight ([ 2369534] [ 23 ] )
73+ - ** babel:** fix import specifier rewrite oversight ([ 2369534] [ 25 ] )
6874
69- ## [ 1.2.0] [ 24 ] (2024-03-18)
75+ ## [ 1.2.0] [ 26 ] (2024-03-18)
7076
7177#### ✨ Features
7278
73- - Add ` showHelp ` option to ` CliError ` ([ b5a1e58] [ 25 ] )
79+ - Add ` showHelp ` option to ` CliError ` ([ b5a1e58] [ 27 ] )
7480
75- ### [ 1.1.4] [ 26 ] (2024-03-16)
81+ ### [ 1.1.4] [ 28 ] (2024-03-16)
7682
7783#### 🪄 Fixes
7884
79- - ** types:** allow exported types to specify custom ` ExecutionContext ` ([ f66599b] [ 27 ] )
85+ - ** types:** allow exported types to specify custom ` ExecutionContext ` ([ f66599b] [ 29 ] )
8086
81- ### [ 1.1.3] [ 28 ] (2024-03-15)
87+ ### [ 1.1.3] [ 30 ] (2024-03-15)
8288
8389#### 🪄 Fixes
8490
85- - Add support for ` export default X ` syntax ([ bad391d] [ 29 ] )
86- - Ensure ` demandOption ` is properly supported ([ 2f205c1] [ 30 ] )
91+ - Add support for ` export default X ` syntax ([ bad391d] [ 31 ] )
92+ - Ensure ` demandOption ` is properly supported ([ 2f205c1] [ 32 ] )
8793
88- ### [ 1.1.2] [ 31 ] (2023-12-31)
94+ ### [ 1.1.2] [ 33 ] (2023-12-31)
8995
9096#### 🪄 Fixes
9197
92- - ** readme:** move parserConfiguration call out of dead zone in example ([ f79c114] [ 32 ] )
98+ - ** readme:** move parserConfiguration call out of dead zone in example ([ f79c114] [ 34 ] )
9399
94- ### [ 1.1.1] [ 33 ] (2023-12-31)
100+ ### [ 1.1.1] [ 35 ] (2023-12-31)
95101
96102#### 🪄 Fixes
97103
98- - Fix Node10 type resolution failure ([ b6178c9] [ 34 ] )
104+ - Fix Node10 type resolution failure ([ b6178c9] [ 36 ] )
99105
100- ## [ 1.1.0] [ 35 ] (2023-12-31)
106+ ## [ 1.1.0] [ 37 ] (2023-12-31)
101107
102108#### ✨ Features
103109
104- - ** src:** support file://-style URLs ([ 0e5067e] [ 36 ] )
110+ - ** src:** support file://-style URLs ([ 0e5067e] [ 38 ] )
105111
106112#### 🪄 Fixes
107113
108- - ** src:** ensure --version is included in help text output when relevant ([ 4f159dc] [ 37 ] )
114+ - ** src:** ensure --version is included in help text output when relevant ([ 4f159dc] [ 39 ] )
109115
110116#### ⚙️ Build System
111117
112- - ** babel:** fix ESM<=>CJS interop issue ([ 5470091] [ 38 ] )
118+ - ** babel:** fix ESM<=>CJS interop issue ([ 5470091] [ 40 ] )
113119
114- ## [ 1.0.0] [ 39 ] (2023-12-29)
120+ ## [ 1.0.0] [ 41 ] (2023-12-29)
115121
116122#### ✨ Features
117123
118- - ** src:** disallow creating commands with conflicting names/aliases ([ 78bf8ff] [ 40 ] )
124+ - ** src:** disallow creating commands with conflicting names/aliases ([ 78bf8ff] [ 42 ] )
119125
120126#### 🪄 Fixes
121127
122- - Rename package from "black-flag" to "[ @black- ] [ 41 ] flag/core" npm typosquat workaround ([ 292ead5] [ 42 ] )
128+ - Rename package from "black-flag" to "[ @black- ] [ 43 ] flag/core" npm typosquat workaround ([ 292ead5] [ 44 ] )
123129
124130#### ⚙️ Build System
125131
126- - Fix horrible decision by marked devs to break output for no reason ([ 036e350] [ 43 ] )
127- - ** jest:** ensure pkg-up is transformed ([ c7f4aef] [ 44 ] )
128- - ** jest:** fix transformIgnorePatterns ([ 0548d34] [ 45 ] )
129- - ** jest:** transpile node\_ modules ([ 5cf7a6c] [ 46 ] )
130- - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 47 ] )
131- - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 48 ] )
132+ - Fix horrible decision by marked devs to break output for no reason ([ 036e350] [ 45 ] )
133+ - ** jest:** ensure pkg-up is transformed ([ c7f4aef] [ 46 ] )
134+ - ** jest:** fix transformIgnorePatterns ([ 0548d34] [ 47 ] )
135+ - ** jest:** transpile node\_ modules ([ 5cf7a6c] [ 48 ] )
136+ - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 49 ] )
137+ - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 50 ] )
132138
133139[ 1 ] : https://conventionalcommits.org
134140[ 2 ] : https://semver.org
135- [ 3 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.7...v1.3.0
136- [ 4 ] : https://github.com/Xunnamius/black-flag/commit/1c369fb8570c0b42acad78af66168f9b7f688dfc
137- [ 5 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.6...v1.2.7
138- [ 6 ] : https://github.com/Xunnamius/black-flag/commit/cdc6af55387aac92b7d9fc16a57790068e4b6d49
139- [ 7 ] : https://github.com/Xunnamius/black-flag/commit/6e7a268bebe71f19120fd926b004f3cb9e490760
140- [ 8 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.5...v1.2.6
141- [ 9 ] : https://github.com/Xunnamius/black-flag/commit/35f66cc9d69f8434d03db49f067b4f7e03d4c58c
142- [ 10 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.4...v1.2.5
143- [ 11 ] : https://github.com/Xunnamius/black-flag/commit/c201c2ff87c1119b9678e38acdc12918d2ed7fc2
144- [ 12 ] : https://github.com/Xunnamius/black-flag/commit/98815d1ef218af56e07493a921c66294f91101cf
145- [ 13 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4
146- [ 14 ] : https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986
147- [ 15 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3
148- [ 16 ] : https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71
149- [ 17 ] : https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3
150- [ 18 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
151- [ 19 ] : https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
152- [ 20 ] : https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
153- [ 21 ] : https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
154- [ 22 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
155- [ 23 ] : https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
156- [ 24 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
157- [ 25 ] : https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
158- [ 26 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
159- [ 27 ] : https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
160- [ 28 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
161- [ 29 ] : https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
162- [ 30 ] : https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
163- [ 31 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
164- [ 32 ] : https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
165- [ 33 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
166- [ 34 ] : https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
167- [ 35 ] : https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
168- [ 36 ] : https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
169- [ 37 ] : https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
170- [ 38 ] : https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
171- [ 39 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
172- [ 40 ] : https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
173- [ 41 ] : https://github.com/black-
174- [ 42 ] : https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
175- [ 43 ] : https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
176- [ 44 ] : https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
177- [ 45 ] : https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
178- [ 46 ] : https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
179- [ 47 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
180- [ 48 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
141+ [ 3 ] : https://github.com/Xunnamius/black-flag/compare/v1.3.0...v1.3.1
142+ [ 4 ] : https://github.com/Xunnamius/black-flag/commit/99e2b3aa8ebef83fdf414dda22ad11405c1907df
143+ [ 5 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.7...v1.3.0
144+ [ 6 ] : https://github.com/Xunnamius/black-flag/commit/1c369fb8570c0b42acad78af66168f9b7f688dfc
145+ [ 7 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.6...v1.2.7
146+ [ 8 ] : https://github.com/Xunnamius/black-flag/commit/cdc6af55387aac92b7d9fc16a57790068e4b6d49
147+ [ 9 ] : https://github.com/Xunnamius/black-flag/commit/6e7a268bebe71f19120fd926b004f3cb9e490760
148+ [ 10 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.5...v1.2.6
149+ [ 11 ] : https://github.com/Xunnamius/black-flag/commit/35f66cc9d69f8434d03db49f067b4f7e03d4c58c
150+ [ 12 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.4...v1.2.5
151+ [ 13 ] : https://github.com/Xunnamius/black-flag/commit/c201c2ff87c1119b9678e38acdc12918d2ed7fc2
152+ [ 14 ] : https://github.com/Xunnamius/black-flag/commit/98815d1ef218af56e07493a921c66294f91101cf
153+ [ 15 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4
154+ [ 16 ] : https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986
155+ [ 17 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3
156+ [ 18 ] : https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71
157+ [ 19 ] : https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3
158+ [ 20 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
159+ [ 21 ] : https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
160+ [ 22 ] : https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
161+ [ 23 ] : https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
162+ [ 24 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
163+ [ 25 ] : https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
164+ [ 26 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
165+ [ 27 ] : https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
166+ [ 28 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
167+ [ 29 ] : https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
168+ [ 30 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
169+ [ 31 ] : https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
170+ [ 32 ] : https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
171+ [ 33 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
172+ [ 34 ] : https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
173+ [ 35 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
174+ [ 36 ] : https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
175+ [ 37 ] : https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
176+ [ 38 ] : https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
177+ [ 39 ] : https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
178+ [ 40 ] : https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
179+ [ 41 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
180+ [ 42 ] : https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
181+ [ 43 ] : https://github.com/black-
182+ [ 44 ] : https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
183+ [ 45 ] : https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
184+ [ 46 ] : https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
185+ [ 47 ] : https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
186+ [ 48 ] : https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
187+ [ 49 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
188+ [ 50 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
0 commit comments