Releases: Xunnamius/black-flag
Releases · Xunnamius/black-flag
1.2.0 (2024-03-18)
✨ Features
- Add
showHelp
option to CliError
(b5a1e58)
1.1.4 (2024-03-16)
🪄 Fixes
- types: allow exported types to specify custom
ExecutionContext
(f66599b)
1.1.3 (2024-03-15)
🪄 Fixes
- Add support for
export default X
syntax (bad391d)
- Ensure
demandOption
is properly supported (2f205c1)
1.1.2 (2023-12-31)
🪄 Fixes
- readme: move parserConfiguration call out of dead zone in example (f79c114)
1.1.1 (2023-12-31)
🪄 Fixes
- Fix Node10 type resolution failure (b6178c9)
1.1.0 (2023-12-31)
✨ Features
- src: support file://-style URLs (0e5067e)
🪄 Fixes
- src: ensure --version is included in help text output when relevant (4f159dc)
⚙️ Build system
- babel: fix ESM<=>CJS interop issue (5470091)
1.0.0 (2023-12-29)
✨ Features
- src: disallow creating commands with conflicting names/aliases (78bf8ff)
🪄 Fixes
- Rename package from "black-flag" to "@black-flag/core" npm typosquat workaround (292ead5)
⚙️ Build system
- Fix horrible decision by marked devs to break output for no reason (036e350)
- jest: ensure pkg-up is transformed (c7f4aef)
- jest: fix transformIgnorePatterns (0548d34)
- jest: transpile node_modules (5cf7a6c)
- tsconfig: fix internal path resolution (fbe3a69)
- tsconfig: upgrade to NodeNext (d3a499e)