Skip to content

Releases: Xunnamius/black-flag

v1.3.2

12 Jul 18:12
v1.3.2
173544b
Compare
Choose a tag to compare

1.3.2 (2024-07-12)

🪄 Fixes

  • src: tweak error handling debug verboseness in certain edge cases (96ce293)

v1.3.1

12 Jul 18:02
v1.3.1
d0723e2
Compare
Choose a tag to compare

1.3.1 (2024-07-12)

🪄 Fixes

  • src: add trap door to alert developer when erroneously re-entering top-level error handler (99e2b3a)

v1.3.0

12 Jul 16:18
v1.3.0
3a339af
Compare
Choose a tag to compare

1.3.0 (2024-07-12)

✨ Features

  • clierror: add dangerouslyFatal option, update cause option handling (1c369fb)

v1.2.7

30 Jun 15:57
v1.2.7
50f0beb
Compare
Choose a tag to compare

1.2.7 (2024-06-30)

🪄 Fixes

  • types: pass through CustomExecutionContext as context type in ImportedConfigurationModule (cdc6af5)

⚙️ Build system

  • spellcheck-commit: fix commit spellchecker (6e7a268)

v1.2.6

02 Jun 03:57
v1.2.6
36c3b23
Compare
Choose a tag to compare

1.2.6 (2024-06-02)

🪄 Fixes

  • src: ignore --help and --version if they occur after -- in argv (35f66cc)

v1.2.5

30 May 12:54
v1.2.5
4b1dd3a
Compare
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)

v1.2.4

27 Mar 02:48
v1.2.4
0776e28
Compare
Choose a tag to compare

1.2.4 (2024-03-27)

🪄 Fixes

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

v1.2.3

27 Mar 02:16
v1.2.3
f3f61e1
Compare
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)

v1.2.2

21 Mar 09:53
v1.2.2
75c6846
Compare
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)

v1.2.1

19 Mar 09:10
v1.2.1
6fa1e92
Compare
Choose a tag to compare

1.2.1 (2024-03-19)

⚙️ Build system

  • babel: fix import specifier rewrite oversight (2369534)