@@ -4,148 +4,156 @@ 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.5 ] [ 3 ] (2024-05-30 )
7+ ### [ 1.2.6 ] [ 3 ] (2024-06-02 )
88
99#### 🪄 Fixes
1010
11- - ** src:** permanently fix --version support regression in node\@ 22 ([ c201c2f] [ 4 ] )
11+ - ** src:** ignore --help and --version if they occur after -- in argv ([ 35f66cc] [ 4 ] )
12+
13+ ### [ 1.2.5] [ 5 ] (2024-05-30)
14+
15+ #### 🪄 Fixes
16+
17+ - ** src:** permanently fix --version support regression in node\@ 22 ([ c201c2f] [ 6 ] )
1218
1319#### ⚙️ Build System
1420
15- - ** package:** append node\@ 22 to supported node versions ([ 98815d1] [ 5 ] )
21+ - ** package:** append node\@ 22 to supported node versions ([ 98815d1] [ 7 ] )
1622
17- ### [ 1.2.4] [ 6 ] (2024-03-27)
23+ ### [ 1.2.4] [ 8 ] (2024-03-27)
1824
1925#### 🪄 Fixes
2026
21- - ** src:** explicitly ignore .d.ts files within command dirs ([ d6618d3] [ 7 ] )
27+ - ** src:** explicitly ignore .d.ts files within command dirs ([ d6618d3] [ 9 ] )
2228
23- ### [ 1.2.3] [ 8 ] (2024-03-27)
29+ ### [ 1.2.3] [ 10 ] (2024-03-27)
2430
2531#### 🪄 Fixes
2632
27- - ** package:** bump minimum node support to 20 LTS ([ 4b8c975] [ 9 ] )
28- - ** src:** ignore unknown file extension errors when discovering commands ([ 4babf12] [ 10 ] )
33+ - ** package:** bump minimum node support to 20 LTS ([ 4b8c975] [ 11 ] )
34+ - ** src:** ignore unknown file extension errors when discovering commands ([ 4babf12] [ 12 ] )
2935
30- ### [ 1.2.2] [ 11 ] (2024-03-21)
36+ ### [ 1.2.2] [ 13 ] (2024-03-21)
3137
3238#### 🪄 Fixes
3339
34- - No longer include default command when listing subcommands ([ be2960a] [ 12 ] )
40+ - No longer include default command when listing subcommands ([ be2960a] [ 14 ] )
3541
3642#### ⚙️ Build System
3743
38- - ** husky:** update to latest hooks ([ 75d5c66] [ 13 ] )
39- - ** src:** do not filter to own methods when proxying and rebinding ([ 8bb0254] [ 14 ] )
44+ - ** husky:** update to latest hooks ([ 75d5c66] [ 15 ] )
45+ - ** src:** do not filter to own methods when proxying and rebinding ([ 8bb0254] [ 16 ] )
4046
41- ### [ 1.2.1] [ 15 ] (2024-03-19)
47+ ### [ 1.2.1] [ 17 ] (2024-03-19)
4248
4349#### ⚙️ Build System
4450
45- - ** babel:** fix import specifier rewrite oversight ([ 2369534] [ 16 ] )
51+ - ** babel:** fix import specifier rewrite oversight ([ 2369534] [ 18 ] )
4652
47- ## [ 1.2.0] [ 17 ] (2024-03-18)
53+ ## [ 1.2.0] [ 19 ] (2024-03-18)
4854
4955#### ✨ Features
5056
51- - Add ` showHelp ` option to ` CliError ` ([ b5a1e58] [ 18 ] )
57+ - Add ` showHelp ` option to ` CliError ` ([ b5a1e58] [ 20 ] )
5258
53- ### [ 1.1.4] [ 19 ] (2024-03-16)
59+ ### [ 1.1.4] [ 21 ] (2024-03-16)
5460
5561#### 🪄 Fixes
5662
57- - ** types:** allow exported types to specify custom ` ExecutionContext ` ([ f66599b] [ 20 ] )
63+ - ** types:** allow exported types to specify custom ` ExecutionContext ` ([ f66599b] [ 22 ] )
5864
59- ### [ 1.1.3] [ 21 ] (2024-03-15)
65+ ### [ 1.1.3] [ 23 ] (2024-03-15)
6066
6167#### 🪄 Fixes
6268
63- - Add support for ` export default X ` syntax ([ bad391d] [ 22 ] )
64- - Ensure ` demandOption ` is properly supported ([ 2f205c1] [ 23 ] )
69+ - Add support for ` export default X ` syntax ([ bad391d] [ 24 ] )
70+ - Ensure ` demandOption ` is properly supported ([ 2f205c1] [ 25 ] )
6571
66- ### [ 1.1.2] [ 24 ] (2023-12-31)
72+ ### [ 1.1.2] [ 26 ] (2023-12-31)
6773
6874#### 🪄 Fixes
6975
70- - ** readme:** move parserConfiguration call out of dead zone in example ([ f79c114] [ 25 ] )
76+ - ** readme:** move parserConfiguration call out of dead zone in example ([ f79c114] [ 27 ] )
7177
72- ### [ 1.1.1] [ 26 ] (2023-12-31)
78+ ### [ 1.1.1] [ 28 ] (2023-12-31)
7379
7480#### 🪄 Fixes
7581
76- - Fix Node10 type resolution failure ([ b6178c9] [ 27 ] )
82+ - Fix Node10 type resolution failure ([ b6178c9] [ 29 ] )
7783
78- ## [ 1.1.0] [ 28 ] (2023-12-31)
84+ ## [ 1.1.0] [ 30 ] (2023-12-31)
7985
8086#### ✨ Features
8187
82- - ** src:** support file://-style URLs ([ 0e5067e] [ 29 ] )
88+ - ** src:** support file://-style URLs ([ 0e5067e] [ 31 ] )
8389
8490#### 🪄 Fixes
8591
86- - ** src:** ensure --version is included in help text output when relevant ([ 4f159dc] [ 30 ] )
92+ - ** src:** ensure --version is included in help text output when relevant ([ 4f159dc] [ 32 ] )
8793
8894#### ⚙️ Build System
8995
90- - ** babel:** fix ESM<=>CJS interop issue ([ 5470091] [ 31 ] )
96+ - ** babel:** fix ESM<=>CJS interop issue ([ 5470091] [ 33 ] )
9197
92- ## [ 1.0.0] [ 32 ] (2023-12-29)
98+ ## [ 1.0.0] [ 34 ] (2023-12-29)
9399
94100#### ✨ Features
95101
96- - ** src:** disallow creating commands with conflicting names/aliases ([ 78bf8ff] [ 33 ] )
102+ - ** src:** disallow creating commands with conflicting names/aliases ([ 78bf8ff] [ 35 ] )
97103
98104#### 🪄 Fixes
99105
100- - Rename package from "black-flag" to "[ @black- ] [ 34 ] flag/core" npm typosquat workaround ([ 292ead5] [ 35 ] )
106+ - Rename package from "black-flag" to "[ @black- ] [ 36 ] flag/core" npm typosquat workaround ([ 292ead5] [ 37 ] )
101107
102108#### ⚙️ Build System
103109
104- - Fix horrible decision by marked devs to break output for no reason ([ 036e350] [ 36 ] )
105- - ** jest:** ensure pkg-up is transformed ([ c7f4aef] [ 37 ] )
106- - ** jest:** fix transformIgnorePatterns ([ 0548d34] [ 38 ] )
107- - ** jest:** transpile node\_ modules ([ 5cf7a6c] [ 39 ] )
108- - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 40 ] )
109- - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 41 ] )
110+ - Fix horrible decision by marked devs to break output for no reason ([ 036e350] [ 38 ] )
111+ - ** jest:** ensure pkg-up is transformed ([ c7f4aef] [ 39 ] )
112+ - ** jest:** fix transformIgnorePatterns ([ 0548d34] [ 40 ] )
113+ - ** jest:** transpile node\_ modules ([ 5cf7a6c] [ 41 ] )
114+ - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 42 ] )
115+ - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 43 ] )
110116
111117[ 1 ] : https://conventionalcommits.org
112118[ 2 ] : https://semver.org
113- [ 3 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.4...v1.2.5
114- [ 4 ] : https://github.com/Xunnamius/black-flag/commit/c201c2ff87c1119b9678e38acdc12918d2ed7fc2
115- [ 5 ] : https://github.com/Xunnamius/black-flag/commit/98815d1ef218af56e07493a921c66294f91101cf
116- [ 6 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4
117- [ 7 ] : https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986
118- [ 8 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3
119- [ 9 ] : https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71
120- [ 10 ] : https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3
121- [ 11 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
122- [ 12 ] : https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
123- [ 13 ] : https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
124- [ 14 ] : https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
125- [ 15 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
126- [ 16 ] : https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
127- [ 17 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
128- [ 18 ] : https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
129- [ 19 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
130- [ 20 ] : https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
131- [ 21 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
132- [ 22 ] : https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
133- [ 23 ] : https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
134- [ 24 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
135- [ 25 ] : https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
136- [ 26 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
137- [ 27 ] : https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
138- [ 28 ] : https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
139- [ 29 ] : https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
140- [ 30 ] : https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
141- [ 31 ] : https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
142- [ 32 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
143- [ 33 ] : https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
144- [ 34 ] : https://github.com/black-
145- [ 35 ] : https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
146- [ 36 ] : https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
147- [ 37 ] : https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
148- [ 38 ] : https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
149- [ 39 ] : https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
150- [ 40 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
151- [ 41 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
119+ [ 3 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.5...v1.2.6
120+ [ 4 ] : https://github.com/Xunnamius/black-flag/commit/35f66cc9d69f8434d03db49f067b4f7e03d4c58c
121+ [ 5 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.4...v1.2.5
122+ [ 6 ] : https://github.com/Xunnamius/black-flag/commit/c201c2ff87c1119b9678e38acdc12918d2ed7fc2
123+ [ 7 ] : https://github.com/Xunnamius/black-flag/commit/98815d1ef218af56e07493a921c66294f91101cf
124+ [ 8 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4
125+ [ 9 ] : https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986
126+ [ 10 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3
127+ [ 11 ] : https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71
128+ [ 12 ] : https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3
129+ [ 13 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
130+ [ 14 ] : https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
131+ [ 15 ] : https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
132+ [ 16 ] : https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
133+ [ 17 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
134+ [ 18 ] : https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
135+ [ 19 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
136+ [ 20 ] : https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
137+ [ 21 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
138+ [ 22 ] : https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
139+ [ 23 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
140+ [ 24 ] : https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
141+ [ 25 ] : https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
142+ [ 26 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
143+ [ 27 ] : https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
144+ [ 28 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
145+ [ 29 ] : https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
146+ [ 30 ] : https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
147+ [ 31 ] : https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
148+ [ 32 ] : https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
149+ [ 33 ] : https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
150+ [ 34 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
151+ [ 35 ] : https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
152+ [ 36 ] : https://github.com/black-
153+ [ 37 ] : https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
154+ [ 38 ] : https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
155+ [ 39 ] : https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
156+ [ 40 ] : https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
157+ [ 41 ] : https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
158+ [ 42 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
159+ [ 43 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
0 commit comments