Skip to content

Commit 5eabb8d

Browse files
committed
release: 1.0.0 [skip ci]
## 1.0.0 (2023-12-29) #### ✨ Features * **src:** disallow creating commands with conflicting names/aliases ([78bf8ff](78bf8ff)) #### 🪄 Fixes * Rename package from "black-flag" to "[@Black-](https://github.com/black-)flag/core" npm typosquat workaround ([292ead5](292ead5)) #### ⚙️ Build system * Fix horrible decision by marked devs to break output for no reason ([036e350](036e350)) * **jest:** ensure pkg-up is transformed ([c7f4aef](c7f4aef)) * **jest:** fix transformIgnorePatterns ([0548d34](0548d34)) * **jest:** transpile node_modules ([5cf7a6c](5cf7a6c)) * **tsconfig:** fix internal path resolution ([fbe3a69](fbe3a69)) * **tsconfig:** upgrade to NodeNext ([d3a499e](d3a499e))
1 parent 1606a2d commit 5eabb8d

File tree

10 files changed

+115
-70
lines changed

10 files changed

+115
-70
lines changed

CHANGELOG.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,52 @@ All notable changes to this project will be documented in this auto-generated
44
file. The format is based on [Conventional Commits][1];
55
this project adheres to [Semantic Versioning][2].
66

7-
## 0.0.0-Semantic (2023-10-30)
7+
## 1.0.0 (2023-12-29)
8+
9+
#### ✨ Features
10+
11+
- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][3])
12+
13+
#### 🪄 Fixes
14+
15+
- Rename package from "black-flag" to "[@black-][4]flag/core" npm typosquat workaround ([292ead5][5])
16+
17+
#### ⚙️ Build System
18+
19+
- Fix horrible decision by marked devs to break output for no reason ([036e350][6])
20+
- **jest:** ensure pkg-up is transformed ([c7f4aef][7])
21+
- **jest:** fix transformIgnorePatterns ([0548d34][8])
22+
- **jest:** transpile node\_modules ([5cf7a6c][9])
23+
- **tsconfig:** fix internal path resolution ([fbe3a69][10])
24+
- **tsconfig:** upgrade to NodeNext ([d3a499e][11])
25+
26+
## 0.0.0-Semantic (2023-12-29)
27+
28+
#### ✨ Features
29+
30+
- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][3])
31+
32+
#### 🪄 Fixes
33+
34+
- Rename package from "black-flag" to "[@black-][4]flag/core" npm typosquat workaround ([292ead5][5])
35+
36+
#### ⚙️ Build System
37+
38+
- Fix horrible decision by marked devs to break output for no reason ([036e350][6])
39+
- **jest:** ensure pkg-up is transformed ([c7f4aef][7])
40+
- **jest:** fix transformIgnorePatterns ([0548d34][8])
41+
- **jest:** transpile node\_modules ([5cf7a6c][9])
42+
- **tsconfig:** fix internal path resolution ([fbe3a69][10])
43+
- **tsconfig:** upgrade to NodeNext ([d3a499e][11])
844

945
[1]: https://conventionalcommits.org
1046
[2]: https://semver.org
47+
[3]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
48+
[4]: https://github.com/black-
49+
[5]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
50+
[6]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
51+
[7]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
52+
[8]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
53+
[9]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
54+
[10]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
55+
[11]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f

docs/classes/index.CliError.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ AppError.constructor
7171

7272
#### Defined in
7373

74-
[src/error.ts:92](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L92)
74+
[src/error.ts:92](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L92)
7575

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

@@ -97,7 +97,7 @@ AppError.constructor
9797

9898
#### Defined in
9999

100-
[src/error.ts:97](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L97)
100+
[src/error.ts:97](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L97)
101101

102102
## Properties
103103

@@ -107,7 +107,7 @@ AppError.constructor
107107

108108
#### Defined in
109109

110-
[src/error.ts:87](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L87)
110+
[src/error.ts:87](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L87)
111111

112112
___
113113

@@ -177,7 +177,7 @@ NonNullable.suggestedExitCode
177177

178178
#### Defined in
179179

180-
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L85)
180+
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L85)
181181

182182
___
183183

docs/classes/index.GracefulEarlyExitError.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ termination of the application but with an exit code indicating success
5555

5656
#### Defined in
5757

58-
[src/error.ts:159](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L159)
58+
[src/error.ts:159](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L159)
5959

6060
## Properties
6161

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

7070
#### Defined in
7171

72-
[src/error.ts:153](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L153)
72+
[src/error.ts:153](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L153)
7373

7474
___
7575

@@ -139,7 +139,7 @@ ___
139139

140140
#### Defined in
141141

142-
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L85)
142+
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L85)
143143

144144
___
145145

docs/classes/util.AssertionFailedError.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Represents a failed sanity check.
5757

5858
#### Defined in
5959

60-
[src/error.ts:175](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L175)
60+
[src/error.ts:175](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L175)
6161

6262
## Properties
6363

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

7272
#### Defined in
7373

74-
[src/error.ts:171](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L171)
74+
[src/error.ts:171](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L171)
7575

7676
___
7777

@@ -141,7 +141,7 @@ ___
141141

142142
#### Defined in
143143

144-
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L85)
144+
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L85)
145145

146146
___
147147

docs/classes/util.CommandNotImplementedError.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ implemented.
5252

5353
#### Defined in
5454

55-
[src/error.ts:137](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L137)
55+
[src/error.ts:137](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L137)
5656

5757
## Properties
5858

@@ -66,7 +66,7 @@ implemented.
6666

6767
#### Defined in
6868

69-
[src/error.ts:132](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L132)
69+
[src/error.ts:132](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L132)
7070

7171
___
7272

@@ -136,7 +136,7 @@ ___
136136

137137
#### Defined in
138138

139-
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/462bdad/src/error.ts#L85)
139+
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/error.ts#L85)
140140

141141
___
142142

docs/enums/index.FrameworkExitCode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In most cases, this exit code is indicative of improper use of Black Flag.
2929

3030
#### Defined in
3131

32-
[src/constant.ts:60](https://github.com/Xunnamius/black-flag/blob/462bdad/src/constant.ts#L60)
32+
[src/constant.ts:60](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/constant.ts#L60)
3333

3434
___
3535

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

4242
#### Defined in
4343

44-
[src/constant.ts:48](https://github.com/Xunnamius/black-flag/blob/462bdad/src/constant.ts#L48)
44+
[src/constant.ts:48](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/constant.ts#L48)
4545

4646
___
4747

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

5454
#### Defined in
5555

56-
[src/constant.ts:52](https://github.com/Xunnamius/black-flag/blob/462bdad/src/constant.ts#L52)
56+
[src/constant.ts:52](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/constant.ts#L52)
5757

5858
___
5959

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

6666
#### Defined in
6767

68-
[src/constant.ts:44](https://github.com/Xunnamius/black-flag/blob/462bdad/src/constant.ts#L44)
68+
[src/constant.ts:44](https://github.com/Xunnamius/black-flag/blob/1606a2d/src/constant.ts#L44)

0 commit comments

Comments
 (0)