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