Skip to content

Commit

Permalink
release: 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
### [1.1.2](v1.1.1...v1.1.2) (2023-12-31)

#### 🪄 Fixes

* **readme:** move parserConfiguration call out of dead zone in example ([f79c114](f79c114))
  • Loading branch information
Xunnamius committed Dec 31, 2023
1 parent 5438f60 commit 002de08
Show file tree
Hide file tree
Showing 10 changed files with 110 additions and 102 deletions.
70 changes: 39 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,60 +4,68 @@ 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.1.1][3] (2023-12-31)
### [1.1.2][3] (2023-12-31)

#### 🪄 Fixes

- Fix Node10 type resolution failure ([b6178c9][4])
- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][4])

## [1.1.0][5] (2023-12-31)
### [1.1.1][5] (2023-12-31)

#### 🪄 Fixes

- Fix Node10 type resolution failure ([b6178c9][6])

## [1.1.0][7] (2023-12-31)

#### ✨ Features

- **src:** support file://-style URLs ([0e5067e][6])
- **src:** support file://-style URLs ([0e5067e][8])

#### 🪄 Fixes

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

#### ⚙️ Build System

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

## [1.0.0][9] (2023-12-29)
## [1.0.0][11] (2023-12-29)

#### ✨ Features

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

#### 🪄 Fixes

- Rename package from "black-flag" to "[@black-][11]flag/core" npm typosquat workaround ([292ead5][12])
- Rename package from "black-flag" to "[@black-][13]flag/core" npm typosquat workaround ([292ead5][14])

#### ⚙️ Build System

- Fix horrible decision by marked devs to break output for no reason ([036e350][13])
- **jest:** ensure pkg-up is transformed ([c7f4aef][14])
- **jest:** fix transformIgnorePatterns ([0548d34][15])
- **jest:** transpile node\_modules ([5cf7a6c][16])
- **tsconfig:** fix internal path resolution ([fbe3a69][17])
- **tsconfig:** upgrade to NodeNext ([d3a499e][18])
- Fix horrible decision by marked devs to break output for no reason ([036e350][15])
- **jest:** ensure pkg-up is transformed ([c7f4aef][16])
- **jest:** fix transformIgnorePatterns ([0548d34][17])
- **jest:** transpile node\_modules ([5cf7a6c][18])
- **tsconfig:** fix internal path resolution ([fbe3a69][19])
- **tsconfig:** upgrade to NodeNext ([d3a499e][20])

[1]: https://conventionalcommits.org
[2]: https://semver.org
[3]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
[4]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
[5]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
[6]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
[7]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
[8]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
[9]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
[10]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
[11]: https://github.com/black-
[12]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
[13]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
[14]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
[15]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
[16]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
[17]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
[18]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
[3]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
[4]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
[5]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
[6]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
[7]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
[8]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
[9]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
[10]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
[11]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
[12]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
[13]: https://github.com/black-
[14]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
[15]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
[16]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
[17]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
[18]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
[19]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
[20]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
8 changes: 4 additions & 4 deletions docs/classes/index.CliError.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ AppError.constructor

#### Defined in

[src/error.ts:92](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L92)
[src/error.ts:92](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L92)

**new CliError**(`cause`, `options`, `message`, `superOptions`): [`CliError`](index.CliError.md)

Expand All @@ -97,7 +97,7 @@ AppError.constructor

#### Defined in

[src/error.ts:97](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L97)
[src/error.ts:97](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L97)

## Properties

Expand All @@ -107,7 +107,7 @@ AppError.constructor

#### Defined in

[src/error.ts:87](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L87)
[src/error.ts:87](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L87)

___

Expand Down Expand Up @@ -177,7 +177,7 @@ NonNullable.suggestedExitCode

#### Defined in

[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L85)
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L85)

___

Expand Down
6 changes: 3 additions & 3 deletions docs/classes/index.GracefulEarlyExitError.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ termination of the application but with an exit code indicating success

#### Defined in

[src/error.ts:159](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L159)
[src/error.ts:159](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L159)

## Properties

Expand All @@ -69,7 +69,7 @@ termination of the application but with an exit code indicating success

#### Defined in

[src/error.ts:153](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L153)
[src/error.ts:153](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L153)

___

Expand Down Expand Up @@ -139,7 +139,7 @@ ___

#### Defined in

[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L85)
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L85)

___

Expand Down
6 changes: 3 additions & 3 deletions docs/classes/util.AssertionFailedError.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Represents a failed sanity check.

#### Defined in

[src/error.ts:175](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L175)
[src/error.ts:175](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L175)

## Properties

Expand All @@ -71,7 +71,7 @@ Represents a failed sanity check.

#### Defined in

[src/error.ts:171](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L171)
[src/error.ts:171](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L171)

___

Expand Down Expand Up @@ -141,7 +141,7 @@ ___

#### Defined in

[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L85)
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L85)

___

Expand Down
6 changes: 3 additions & 3 deletions docs/classes/util.CommandNotImplementedError.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ implemented.

#### Defined in

[src/error.ts:137](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L137)
[src/error.ts:137](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L137)

## Properties

Expand All @@ -66,7 +66,7 @@ implemented.

#### Defined in

[src/error.ts:132](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L132)
[src/error.ts:132](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L132)

___

Expand Down Expand Up @@ -136,7 +136,7 @@ ___

#### Defined in

[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/error.ts#L85)
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/5438f60/src/error.ts#L85)

___

Expand Down
8 changes: 4 additions & 4 deletions docs/enums/index.FrameworkExitCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In most cases, this exit code is indicative of improper use of Black Flag.

#### Defined in

[src/constant.ts:60](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/constant.ts#L60)
[src/constant.ts:60](https://github.com/Xunnamius/black-flag/blob/5438f60/src/constant.ts#L60)

___

Expand All @@ -41,7 +41,7 @@ Hard-coded default fallback exit code when fatal errors occur.

#### Defined in

[src/constant.ts:48](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/constant.ts#L48)
[src/constant.ts:48](https://github.com/Xunnamius/black-flag/blob/5438f60/src/constant.ts#L48)

___

Expand All @@ -53,7 +53,7 @@ The exit code used when executing an unimplemented child command.

#### Defined in

[src/constant.ts:52](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/constant.ts#L52)
[src/constant.ts:52](https://github.com/Xunnamius/black-flag/blob/5438f60/src/constant.ts#L52)

___

Expand All @@ -65,4 +65,4 @@ The exit code used when execution succeeds and exits gracefully.

#### Defined in

[src/constant.ts:44](https://github.com/Xunnamius/black-flag/blob/b6178c9/src/constant.ts#L44)
[src/constant.ts:44](https://github.com/Xunnamius/black-flag/blob/5438f60/src/constant.ts#L44)
Loading

0 comments on commit 002de08

Please sign in to comment.