@@ -4,102 +4,117 @@ 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.1] [ 3 ] (2024-03-19)
7+ ### [ 1.2.2] [ 3 ] (2024-03-21)
8+
9+ #### 🪄 Fixes
10+
11+ - No longer include default command when listing subcommands ([ be2960a] [ 4 ] )
12+
13+ #### ⚙️ Build System
14+
15+ - ** husky:** update to latest hooks ([ 75d5c66] [ 5 ] )
16+ - ** src:** do not filter to own methods when proxying and rebinding ([ 8bb0254] [ 6 ] )
17+
18+ ### [ 1.2.1] [ 7 ] (2024-03-19)
819
920#### ⚙️ Build System
1021
11- - ** babel:** fix import specifier rewrite oversight ([ 2369534] [ 4 ] )
22+ - ** babel:** fix import specifier rewrite oversight ([ 2369534] [ 8 ] )
1223
13- ## [ 1.2.0] [ 5 ] (2024-03-18)
24+ ## [ 1.2.0] [ 9 ] (2024-03-18)
1425
1526#### ✨ Features
1627
17- - Add ` showHelp ` option to ` CliError ` ([ b5a1e58] [ 6 ] )
28+ - Add ` showHelp ` option to ` CliError ` ([ b5a1e58] [ 10 ] )
1829
19- ### [ 1.1.4] [ 7 ] (2024-03-16)
30+ ### [ 1.1.4] [ 11 ] (2024-03-16)
2031
2132#### 🪄 Fixes
2233
23- - ** types:** allow exported types to specify custom ` ExecutionContext ` ([ f66599b] [ 8 ] )
34+ - ** types:** allow exported types to specify custom ` ExecutionContext ` ([ f66599b] [ 12 ] )
2435
25- ### [ 1.1.3] [ 9 ] (2024-03-15)
36+ ### [ 1.1.3] [ 13 ] (2024-03-15)
2637
2738#### 🪄 Fixes
2839
29- - Add support for ` export default X ` syntax ([ bad391d] [ 10 ] )
30- - Ensure ` demandOption ` is properly supported ([ 2f205c1] [ 11 ] )
40+ - Add support for ` export default X ` syntax ([ bad391d] [ 14 ] )
41+ - Ensure ` demandOption ` is properly supported ([ 2f205c1] [ 15 ] )
3142
32- ### [ 1.1.2] [ 12 ] (2023-12-31)
43+ ### [ 1.1.2] [ 16 ] (2023-12-31)
3344
3445#### 🪄 Fixes
3546
36- - ** readme:** move parserConfiguration call out of dead zone in example ([ f79c114] [ 13 ] )
47+ - ** readme:** move parserConfiguration call out of dead zone in example ([ f79c114] [ 17 ] )
3748
38- ### [ 1.1.1] [ 14 ] (2023-12-31)
49+ ### [ 1.1.1] [ 18 ] (2023-12-31)
3950
4051#### 🪄 Fixes
4152
42- - Fix Node10 type resolution failure ([ b6178c9] [ 15 ] )
53+ - Fix Node10 type resolution failure ([ b6178c9] [ 19 ] )
4354
44- ## [ 1.1.0] [ 16 ] (2023-12-31)
55+ ## [ 1.1.0] [ 20 ] (2023-12-31)
4556
4657#### ✨ Features
4758
48- - ** src:** support file://-style URLs ([ 0e5067e] [ 17 ] )
59+ - ** src:** support file://-style URLs ([ 0e5067e] [ 21 ] )
4960
5061#### 🪄 Fixes
5162
52- - ** src:** ensure --version is included in help text output when relevant ([ 4f159dc] [ 18 ] )
63+ - ** src:** ensure --version is included in help text output when relevant ([ 4f159dc] [ 22 ] )
5364
5465#### ⚙️ Build System
5566
56- - ** babel:** fix ESM<=>CJS interop issue ([ 5470091] [ 19 ] )
67+ - ** babel:** fix ESM<=>CJS interop issue ([ 5470091] [ 23 ] )
5768
58- ## [ 1.0.0] [ 20 ] (2023-12-29)
69+ ## [ 1.0.0] [ 24 ] (2023-12-29)
5970
6071#### ✨ Features
6172
62- - ** src:** disallow creating commands with conflicting names/aliases ([ 78bf8ff] [ 21 ] )
73+ - ** src:** disallow creating commands with conflicting names/aliases ([ 78bf8ff] [ 25 ] )
6374
6475#### 🪄 Fixes
6576
66- - Rename package from "black-flag" to "[ @black- ] [ 22 ] flag/core" npm typosquat workaround ([ 292ead5] [ 23 ] )
77+ - Rename package from "black-flag" to "[ @black- ] [ 26 ] flag/core" npm typosquat workaround ([ 292ead5] [ 27 ] )
6778
6879#### ⚙️ Build System
6980
70- - Fix horrible decision by marked devs to break output for no reason ([ 036e350] [ 24 ] )
71- - ** jest:** ensure pkg-up is transformed ([ c7f4aef] [ 25 ] )
72- - ** jest:** fix transformIgnorePatterns ([ 0548d34] [ 26 ] )
73- - ** jest:** transpile node\_ modules ([ 5cf7a6c] [ 27 ] )
74- - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 28 ] )
75- - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 29 ] )
81+ - Fix horrible decision by marked devs to break output for no reason ([ 036e350] [ 28 ] )
82+ - ** jest:** ensure pkg-up is transformed ([ c7f4aef] [ 29 ] )
83+ - ** jest:** fix transformIgnorePatterns ([ 0548d34] [ 30 ] )
84+ - ** jest:** transpile node\_ modules ([ 5cf7a6c] [ 31 ] )
85+ - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 32 ] )
86+ - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 33 ] )
7687
7788[ 1 ] : https://conventionalcommits.org
7889[ 2 ] : https://semver.org
79- [ 3 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
80- [ 4 ] : https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
81- [ 5 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
82- [ 6 ] : https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
83- [ 7 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
84- [ 8 ] : https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
85- [ 9 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
86- [ 10 ] : https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
87- [ 11 ] : https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
88- [ 12 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
89- [ 13 ] : https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
90- [ 14 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
91- [ 15 ] : https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
92- [ 16 ] : https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
93- [ 17 ] : https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
94- [ 18 ] : https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
95- [ 19 ] : https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
96- [ 20 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
97- [ 21 ] : https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
98- [ 22 ] : https://github.com/black-
99- [ 23 ] : https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
100- [ 24 ] : https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
101- [ 25 ] : https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
102- [ 26 ] : https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
103- [ 27 ] : https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
104- [ 28 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
105- [ 29 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
90+ [ 3 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
91+ [ 4 ] : https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
92+ [ 5 ] : https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
93+ [ 6 ] : https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
94+ [ 7 ] : https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
95+ [ 8 ] : https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
96+ [ 9 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
97+ [ 10 ] : https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
98+ [ 11 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
99+ [ 12 ] : https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
100+ [ 13 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
101+ [ 14 ] : https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
102+ [ 15 ] : https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
103+ [ 16 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
104+ [ 17 ] : https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
105+ [ 18 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
106+ [ 19 ] : https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
107+ [ 20 ] : https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
108+ [ 21 ] : https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
109+ [ 22 ] : https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
110+ [ 23 ] : https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
111+ [ 24 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
112+ [ 25 ] : https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
113+ [ 26 ] : https://github.com/black-
114+ [ 27 ] : https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
115+ [ 28 ] : https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
116+ [ 29 ] : https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
117+ [ 30 ] : https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
118+ [ 31 ] : https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
119+ [ 32 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
120+ [ 33 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
0 commit comments