Releases: Xunnamius/black-flag
Releases · Xunnamius/black-flag
v1.3.2
1.3.2 (2024-07-12)
🪄 Fixes
- src: tweak error handling debug verboseness in certain edge cases (96ce293)
v1.3.1
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
1.3.0 (2024-07-12)
✨ Features
clierror
: add dangerouslyFatal
option, update cause
option handling (1c369fb)
v1.2.7
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
1.2.6 (2024-06-02)
🪄 Fixes
- src: ignore --help and --version if they occur after -- in argv (35f66cc)
v1.2.5
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
1.2.4 (2024-03-27)
🪄 Fixes
- src: explicitly ignore .d.ts files within command dirs (d6618d3)
v1.2.3
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
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
1.2.1 (2024-03-19)
⚙️ Build system
- babel: fix import specifier rewrite oversight (2369534)