Skip to content

Commit

Permalink
release: 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.7...v1.3.0) (2024-07-12)

#### ✨ Features

* **`clierror`:** add `dangerouslyFatal` option, update `cause` option handling ([1c369fb](1c369fb))
  • Loading branch information
Xunnamius committed Jul 12, 2024
1 parent 20623d6 commit 3a339af
Show file tree
Hide file tree
Showing 53 changed files with 404 additions and 202 deletions.
182 changes: 95 additions & 87 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,169 +4,177 @@ All notable changes to this project will be documented in this auto-generated
file. The format is based on [Conventional Commits][1];
this project adheres to [Semantic Versioning][2].

### [1.2.7][3] (2024-06-30)
## [1.3.0][3] (2024-07-12)

#### ✨ Features

- **`clierror`:** add `dangerouslyFatal` option, update `cause` option handling ([1c369fb][4])

### [1.2.7][5] (2024-06-30)

#### 🪄 Fixes

- **types:** pass through `CustomExecutionContext` as context type in `ImportedConfigurationModule` ([cdc6af5][4])
- **types:** pass through `CustomExecutionContext` as context type in `ImportedConfigurationModule` ([cdc6af5][6])

#### ⚙️ Build System

- **spellcheck-commit:** fix commit spellchecker ([6e7a268][5])
- **spellcheck-commit:** fix commit spellchecker ([6e7a268][7])

### [1.2.6][6] (2024-06-02)
### [1.2.6][8] (2024-06-02)

#### 🪄 Fixes

- **src:** ignore --help and --version if they occur after -- in argv ([35f66cc][7])
- **src:** ignore --help and --version if they occur after -- in argv ([35f66cc][9])

### [1.2.5][8] (2024-05-30)
### [1.2.5][10] (2024-05-30)

#### 🪄 Fixes

- **src:** permanently fix --version support regression in node\@22 ([c201c2f][9])
- **src:** permanently fix --version support regression in node\@22 ([c201c2f][11])

#### ⚙️ Build System

- **package:** append node\@22 to supported node versions ([98815d1][10])
- **package:** append node\@22 to supported node versions ([98815d1][12])

### [1.2.4][11] (2024-03-27)
### [1.2.4][13] (2024-03-27)

#### 🪄 Fixes

- **src:** explicitly ignore .d.ts files within command dirs ([d6618d3][12])
- **src:** explicitly ignore .d.ts files within command dirs ([d6618d3][14])

### [1.2.3][13] (2024-03-27)
### [1.2.3][15] (2024-03-27)

#### 🪄 Fixes

- **package:** bump minimum node support to 20 LTS ([4b8c975][14])
- **src:** ignore unknown file extension errors when discovering commands ([4babf12][15])
- **package:** bump minimum node support to 20 LTS ([4b8c975][16])
- **src:** ignore unknown file extension errors when discovering commands ([4babf12][17])

### [1.2.2][16] (2024-03-21)
### [1.2.2][18] (2024-03-21)

#### 🪄 Fixes

- No longer include default command when listing subcommands ([be2960a][17])
- No longer include default command when listing subcommands ([be2960a][19])

#### ⚙️ Build System

- **husky:** update to latest hooks ([75d5c66][18])
- **src:** do not filter to own methods when proxying and rebinding ([8bb0254][19])
- **husky:** update to latest hooks ([75d5c66][20])
- **src:** do not filter to own methods when proxying and rebinding ([8bb0254][21])

### [1.2.1][20] (2024-03-19)
### [1.2.1][22] (2024-03-19)

#### ⚙️ Build System

- **babel:** fix import specifier rewrite oversight ([2369534][21])
- **babel:** fix import specifier rewrite oversight ([2369534][23])

## [1.2.0][22] (2024-03-18)
## [1.2.0][24] (2024-03-18)

#### ✨ Features

- Add `showHelp` option to `CliError` ([b5a1e58][23])
- Add `showHelp` option to `CliError` ([b5a1e58][25])

### [1.1.4][24] (2024-03-16)
### [1.1.4][26] (2024-03-16)

#### 🪄 Fixes

- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][25])
- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][27])

### [1.1.3][26] (2024-03-15)
### [1.1.3][28] (2024-03-15)

#### 🪄 Fixes

- Add support for `export default X` syntax ([bad391d][27])
- Ensure `demandOption` is properly supported ([2f205c1][28])
- Add support for `export default X` syntax ([bad391d][29])
- Ensure `demandOption` is properly supported ([2f205c1][30])

### [1.1.2][29] (2023-12-31)
### [1.1.2][31] (2023-12-31)

#### 🪄 Fixes

- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][30])
- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][32])

### [1.1.1][31] (2023-12-31)
### [1.1.1][33] (2023-12-31)

#### 🪄 Fixes

- Fix Node10 type resolution failure ([b6178c9][32])
- Fix Node10 type resolution failure ([b6178c9][34])

## [1.1.0][33] (2023-12-31)
## [1.1.0][35] (2023-12-31)

#### ✨ Features

- **src:** support file://-style URLs ([0e5067e][34])
- **src:** support file://-style URLs ([0e5067e][36])

#### 🪄 Fixes

- **src:** ensure --version is included in help text output when relevant ([4f159dc][35])
- **src:** ensure --version is included in help text output when relevant ([4f159dc][37])

#### ⚙️ Build System

- **babel:** fix ESM<=>CJS interop issue ([5470091][36])
- **babel:** fix ESM<=>CJS interop issue ([5470091][38])

## [1.0.0][37] (2023-12-29)
## [1.0.0][39] (2023-12-29)

#### ✨ Features

- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][38])
- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][40])

#### 🪄 Fixes

- Rename package from "black-flag" to "[@black-][39]flag/core" npm typosquat workaround ([292ead5][40])
- Rename package from "black-flag" to "[@black-][41]flag/core" npm typosquat workaround ([292ead5][42])

#### ⚙️ Build System

- Fix horrible decision by marked devs to break output for no reason ([036e350][41])
- **jest:** ensure pkg-up is transformed ([c7f4aef][42])
- **jest:** fix transformIgnorePatterns ([0548d34][43])
- **jest:** transpile node\_modules ([5cf7a6c][44])
- **tsconfig:** fix internal path resolution ([fbe3a69][45])
- **tsconfig:** upgrade to NodeNext ([d3a499e][46])
- Fix horrible decision by marked devs to break output for no reason ([036e350][43])
- **jest:** ensure pkg-up is transformed ([c7f4aef][44])
- **jest:** fix transformIgnorePatterns ([0548d34][45])
- **jest:** transpile node\_modules ([5cf7a6c][46])
- **tsconfig:** fix internal path resolution ([fbe3a69][47])
- **tsconfig:** upgrade to NodeNext ([d3a499e][48])

[1]: https://conventionalcommits.org
[2]: https://semver.org
[3]: https://github.com/Xunnamius/black-flag/compare/v1.2.6...v1.2.7
[4]: https://github.com/Xunnamius/black-flag/commit/cdc6af55387aac92b7d9fc16a57790068e4b6d49
[5]: https://github.com/Xunnamius/black-flag/commit/6e7a268bebe71f19120fd926b004f3cb9e490760
[6]: https://github.com/Xunnamius/black-flag/compare/v1.2.5...v1.2.6
[7]: https://github.com/Xunnamius/black-flag/commit/35f66cc9d69f8434d03db49f067b4f7e03d4c58c
[8]: https://github.com/Xunnamius/black-flag/compare/v1.2.4...v1.2.5
[9]: https://github.com/Xunnamius/black-flag/commit/c201c2ff87c1119b9678e38acdc12918d2ed7fc2
[10]: https://github.com/Xunnamius/black-flag/commit/98815d1ef218af56e07493a921c66294f91101cf
[11]: https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4
[12]: https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986
[13]: https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3
[14]: https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71
[15]: https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3
[16]: https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
[17]: https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
[18]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
[19]: https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
[20]: https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
[21]: https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
[22]: https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
[23]: https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
[24]: https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
[25]: https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
[26]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
[27]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
[28]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
[29]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
[30]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
[31]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
[32]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
[33]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
[34]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
[35]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
[36]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
[37]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
[38]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
[39]: https://github.com/black-
[40]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
[41]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
[42]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
[43]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
[44]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
[45]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
[46]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
[3]: https://github.com/Xunnamius/black-flag/compare/v1.2.7...v1.3.0
[4]: https://github.com/Xunnamius/black-flag/commit/1c369fb8570c0b42acad78af66168f9b7f688dfc
[5]: https://github.com/Xunnamius/black-flag/compare/v1.2.6...v1.2.7
[6]: https://github.com/Xunnamius/black-flag/commit/cdc6af55387aac92b7d9fc16a57790068e4b6d49
[7]: https://github.com/Xunnamius/black-flag/commit/6e7a268bebe71f19120fd926b004f3cb9e490760
[8]: https://github.com/Xunnamius/black-flag/compare/v1.2.5...v1.2.6
[9]: https://github.com/Xunnamius/black-flag/commit/35f66cc9d69f8434d03db49f067b4f7e03d4c58c
[10]: https://github.com/Xunnamius/black-flag/compare/v1.2.4...v1.2.5
[11]: https://github.com/Xunnamius/black-flag/commit/c201c2ff87c1119b9678e38acdc12918d2ed7fc2
[12]: https://github.com/Xunnamius/black-flag/commit/98815d1ef218af56e07493a921c66294f91101cf
[13]: https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4
[14]: https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986
[15]: https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3
[16]: https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71
[17]: https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3
[18]: https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
[19]: https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
[20]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
[21]: https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
[22]: https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
[23]: https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
[24]: https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
[25]: https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
[26]: https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
[27]: https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
[28]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
[29]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
[30]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
[31]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
[32]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
[33]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
[34]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
[35]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
[36]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
[37]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
[38]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
[39]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
[40]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
[41]: https://github.com/black-
[42]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
[43]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
[44]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
[45]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
[46]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
[47]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
[48]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
Loading

0 comments on commit 3a339af

Please sign in to comment.