@@ -4,78 +4,86 @@ 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.1.3 ] [ 3 ] (2024-03-15 )
7+ ### [ 1.1.4 ] [ 3 ] (2024-03-16 )
88
99#### 🪄 Fixes
1010
11- - Add support for ` export default X ` syntax ([ bad391d] [ 4 ] )
12- - Ensure ` demandOption ` is properly supported ([ 2f205c1] [ 5 ] )
11+ - ** types:** allow exported types to specify custom ` ExecutionContext ` ([ f66599b] [ 4 ] )
1312
14- ### [ 1.1.2 ] [ 6 ] (2023-12-31 )
13+ ### [ 1.1.3 ] [ 5 ] (2024-03-15 )
1514
1615#### 🪄 Fixes
1716
18- - ** readme:** move parserConfiguration call out of dead zone in example ([ f79c114] [ 7 ] )
17+ - Add support for ` export default X ` syntax ([ bad391d] [ 6 ] )
18+ - Ensure ` demandOption ` is properly supported ([ 2f205c1] [ 7 ] )
1919
20- ### [ 1.1.1 ] [ 8 ] (2023-12-31)
20+ ### [ 1.1.2 ] [ 8 ] (2023-12-31)
2121
2222#### 🪄 Fixes
2323
24- - Fix Node10 type resolution failure ( [ b6178c9 ] [ 9 ] )
24+ - ** readme: ** move parserConfiguration call out of dead zone in example ( [ f79c114 ] [ 9 ] )
2525
26- ## [ 1.1.0] [ 10 ] (2023-12-31)
26+ ### [ 1.1.1] [ 10 ] (2023-12-31)
27+
28+ #### 🪄 Fixes
29+
30+ - Fix Node10 type resolution failure ([ b6178c9] [ 11 ] )
31+
32+ ## [ 1.1.0] [ 12 ] (2023-12-31)
2733
2834#### ✨ Features
2935
30- - ** src:** support file://-style URLs ([ 0e5067e] [ 11 ] )
36+ - ** src:** support file://-style URLs ([ 0e5067e] [ 13 ] )
3137
3238#### 🪄 Fixes
3339
34- - ** src:** ensure --version is included in help text output when relevant ([ 4f159dc] [ 12 ] )
40+ - ** src:** ensure --version is included in help text output when relevant ([ 4f159dc] [ 14 ] )
3541
3642#### ⚙️ Build System
3743
38- - ** babel:** fix ESM<=>CJS interop issue ([ 5470091] [ 13 ] )
44+ - ** babel:** fix ESM<=>CJS interop issue ([ 5470091] [ 15 ] )
3945
40- ## [ 1.0.0] [ 14 ] (2023-12-29)
46+ ## [ 1.0.0] [ 16 ] (2023-12-29)
4147
4248#### ✨ Features
4349
44- - ** src:** disallow creating commands with conflicting names/aliases ([ 78bf8ff] [ 15 ] )
50+ - ** src:** disallow creating commands with conflicting names/aliases ([ 78bf8ff] [ 17 ] )
4551
4652#### 🪄 Fixes
4753
48- - Rename package from "black-flag" to "[ @black- ] [ 16 ] flag/core" npm typosquat workaround ([ 292ead5] [ 17 ] )
54+ - Rename package from "black-flag" to "[ @black- ] [ 18 ] flag/core" npm typosquat workaround ([ 292ead5] [ 19 ] )
4955
5056#### ⚙️ Build System
5157
52- - Fix horrible decision by marked devs to break output for no reason ([ 036e350] [ 18 ] )
53- - ** jest:** ensure pkg-up is transformed ([ c7f4aef] [ 19 ] )
54- - ** jest:** fix transformIgnorePatterns ([ 0548d34] [ 20 ] )
55- - ** jest:** transpile node\_ modules ([ 5cf7a6c] [ 21 ] )
56- - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 22 ] )
57- - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 23 ] )
58+ - Fix horrible decision by marked devs to break output for no reason ([ 036e350] [ 20 ] )
59+ - ** jest:** ensure pkg-up is transformed ([ c7f4aef] [ 21 ] )
60+ - ** jest:** fix transformIgnorePatterns ([ 0548d34] [ 22 ] )
61+ - ** jest:** transpile node\_ modules ([ 5cf7a6c] [ 23 ] )
62+ - ** tsconfig:** fix internal path resolution ([ fbe3a69] [ 24 ] )
63+ - ** tsconfig:** upgrade to NodeNext ([ d3a499e] [ 25 ] )
5864
5965[ 1 ] : https://conventionalcommits.org
6066[ 2 ] : https://semver.org
61- [ 3 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
62- [ 4 ] : https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
63- [ 5 ] : https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
64- [ 6 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
65- [ 7 ] : https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
66- [ 8 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
67- [ 9 ] : https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
68- [ 10 ] : https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
69- [ 11 ] : https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
70- [ 12 ] : https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
71- [ 13 ] : https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
72- [ 14 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
73- [ 15 ] : https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
74- [ 16 ] : https://github.com/black-
75- [ 17 ] : https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
76- [ 18 ] : https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
77- [ 19 ] : https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
78- [ 20 ] : https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
79- [ 21 ] : https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
80- [ 22 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
81- [ 23 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
67+ [ 3 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
68+ [ 4 ] : https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
69+ [ 5 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
70+ [ 6 ] : https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
71+ [ 7 ] : https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
72+ [ 8 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
73+ [ 9 ] : https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
74+ [ 10 ] : https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
75+ [ 11 ] : https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
76+ [ 12 ] : https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
77+ [ 13 ] : https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
78+ [ 14 ] : https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
79+ [ 15 ] : https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
80+ [ 16 ] : https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
81+ [ 17 ] : https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
82+ [ 18 ] : https://github.com/black-
83+ [ 19 ] : https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
84+ [ 20 ] : https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
85+ [ 21 ] : https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
86+ [ 22 ] : https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
87+ [ 23 ] : https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
88+ [ 24 ] : https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
89+ [ 25 ] : https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
0 commit comments