Skip to content

Releases: Xunnamius/black-flag

@black-flag/core@1.2.5

30 May 12:54
v1.2.5
4b1dd3a

Choose a tag to compare

1.2.5 (2024-05-30)

🪄 Fixes

  • src: permanently fix --version support regression in node@22 (c201c2f)

⚙️ Build system

  • package: append node@22 to supported node versions (98815d1)

@black-flag/core@1.2.4

27 Mar 02:48
v1.2.4
0776e28

Choose a tag to compare

1.2.4 (2024-03-27)

🪄 Fixes

  • src: explicitly ignore .d.ts files within command dirs (d6618d3)

@black-flag/core@1.2.3

27 Mar 02:16
v1.2.3
f3f61e1

Choose a tag to compare

1.2.3 (2024-03-27)

🪄 Fixes

  • package: bump minimum node support to 20 LTS (4b8c975)
  • src: ignore unknown file extension errors when discovering commands (4babf12)

@black-flag/core@1.2.2

21 Mar 09:53
v1.2.2
75c6846

Choose a tag to compare

1.2.2 (2024-03-21)

🪄 Fixes

  • No longer include default command when listing subcommands (be2960a)

⚙️ Build system

  • husky: update to latest hooks (75d5c66)
  • src: do not filter to own methods when proxying and rebinding (8bb0254)

@black-flag/core@1.2.1

19 Mar 09:10
v1.2.1
6fa1e92

Choose a tag to compare

1.2.1 (2024-03-19)

⚙️ Build system

  • babel: fix import specifier rewrite oversight (2369534)

@black-flag/core@1.2.0

18 Mar 12:14
v1.2.0
fad455a

Choose a tag to compare

1.2.0 (2024-03-18)

✨ Features

  • Add showHelp option to CliError (b5a1e58)

@black-flag/core@1.1.4

16 Mar 13:06
v1.1.4
4e1a91c

Choose a tag to compare

1.1.4 (2024-03-16)

🪄 Fixes

  • types: allow exported types to specify custom ExecutionContext (f66599b)

@black-flag/core@1.1.3

15 Mar 10:57
v1.1.3
f1da16f

Choose a tag to compare

1.1.3 (2024-03-15)

🪄 Fixes

  • Add support for export default X syntax (bad391d)
  • Ensure demandOption is properly supported (2f205c1)

@black-flag/core@1.1.2

31 Dec 23:54
v1.1.2
002de08

Choose a tag to compare

1.1.2 (2023-12-31)

🪄 Fixes

  • readme: move parserConfiguration call out of dead zone in example (f79c114)

@black-flag/core@1.1.1

31 Dec 22:30
v1.1.1
3952abe

Choose a tag to compare

1.1.1 (2023-12-31)

🪄 Fixes

  • Fix Node10 type resolution failure (b6178c9)