Skip to content

Commit

Permalink
release: 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
### [1.1.3](v1.1.2...v1.1.3) (2024-03-15)

#### 🪄 Fixes

* Add support for `export default X` syntax ([bad391d](bad391d))
* Ensure `demandOption` is properly supported ([2f205c1](2f205c1))
  • Loading branch information
Xunnamius committed Mar 15, 2024
1 parent 2f205c1 commit f1da16f
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 38 deletions.
80 changes: 45 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,68 +4,78 @@ 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.2][3] (2023-12-31)
### [1.1.3][3] (2024-03-15)

#### 🪄 Fixes

- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][4])
- Add support for `export default X` syntax ([bad391d][4])
- Ensure `demandOption` is properly supported ([2f205c1][5])

### [1.1.1][5] (2023-12-31)
### [1.1.2][6] (2023-12-31)

#### 🪄 Fixes

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

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

#### 🪄 Fixes

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

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

#### ✨ Features

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

#### 🪄 Fixes

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

#### ⚙️ Build System

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

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

#### ✨ Features

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

#### 🪄 Fixes

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

#### ⚙️ Build System

- 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])
- Fix horrible decision by marked devs to break output for no reason ([036e350][18])
- **jest:** ensure pkg-up is transformed ([c7f4aef][19])
- **jest:** fix transformIgnorePatterns ([0548d34][20])
- **jest:** transpile node\_modules ([5cf7a6c][21])
- **tsconfig:** fix internal path resolution ([fbe3a69][22])
- **tsconfig:** upgrade to NodeNext ([d3a499e][23])

[1]: https://conventionalcommits.org
[2]: https://semver.org
[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
[3]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
[4]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
[5]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
[6]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
[7]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
[8]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
[9]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
[10]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
[11]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
[12]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
[13]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
[14]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
[15]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
[16]: https://github.com/black-
[17]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
[18]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
[19]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
[20]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
[21]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
[22]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
[23]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@black-flag/core",
"version": "1.1.2",
"version": "1.1.3",
"description": "A declarative framework for building fluent, deeply hierarchical command line interfaces with yargs",
"keywords": [
"cli",
Expand Down

0 comments on commit f1da16f

Please sign in to comment.