1.2.0 (2025-06-24)
🚀 Features
- custom separators for variadic flags (bc4c369)
🩹 Fixes
- make looseBooleanParser even more permissive (07d4bc5)
- include separator in help text (suffix) (68ff1d8)
- relax flag name pattern to allow alphanumeric (and more) (beb8584)
- stricter types for
parameters.flags
when flags are a weak type (f39be88)
- expose additional types for command module (66aa66b)
❤️ Thank You
- Mateusz Burzyński @Andarist
- Michael Molisani
- mmolisani
1.1.2 (2025-03-26)
🩹 Fixes
- make looseBooleanParser even more permissive (07d4bc5)
❤️ Thank You
1.1.1 (2025-01-13)
🩹 Fixes
- loosen character restrictons on flags (2088ffd)
- use exit code (3ac7278)
- use correct flag for postinstall auto-complete command (b70bd39)
❤️ Thank You
- Marty Jones
- Michael Molisani
1.1.0 (2024-11-04)
🚀 Features
- new option to display brief with custom usage (d78fda3)
🩹 Fixes
- verify @types/node version with registry (1a762b0)
- hidden --node-version flag to bypass version discovery (f237e04)
❤️ Thank You
1.0.1 (2024-10-22)
🩹 Fixes
- update auto-complete template to output completions (a79e59f)
- export constituent types of TypedCommandParameters individually (09dfb8d)
- allow flags to parse arrays without variadic modifier (ecc9099)
❤️ Thank You
1.0.0 (2024-10-01)
🩹 Fixes
- create-app: add process to context (0c502f2)
❤️ Thank You
0.0.1 (2024-09-30)
This was a version bump only, there were no code changes.