Fixed
Changed
- Allow
[arg(pattern)]to be a list (#3484 by casey) - Allow
[arg(help)]to be expression (#3483 by casey) - Allow
[arg(pattern)]to be expression (#3482 by casey)
Added
- Add stream gates to
style()(#3503 by casey) - Accept
-Ffor--dotenv-filename(#3498 by casey) - Add
just_version()function (#3497 by casey) - Add
[arg(multiple)](#3493 by casey) - Allow combining short options (#3490 by casey)
- Allow variadic parameters to be options (#3488 by casey)
- Default
[arg(short)]to first character of parameter name (#3486 by casey) - Add support for RGB and fixed colors to
style()(#3479 by casey) - Improve
style()function (#3478 by casey) - Add
set minimum-version(#3477 by casey) - Add module aliases (#3472 by casey)
Misc
- Add example to cached recipes readme (#3506 by casey)
- Fix readme heading levels (#3505 by casey)
- Move Friendly Admonitions higher in Cached Recipes section (#3504 by casey)
- Rename test helper functions (#3502 by casey)
- Simplify tests (#3501 by casey)
- Use
assert_eval_eqin tests (#3499 by casey) - Expand readme intro list (#3496 by casey)
- Organize readme into sections (#3495 by casey)
- Rename option tests (#3494 by casey)
- Move option application to
switch.apply()(#3491 by casey) - Document that
[arg(help)]may be a list (#3485 by casey) - Move override processing out of
Analyzer(#3481 by casey) - Add
ConstEvalError(#3480 by casey) - Remove
ModuleAlias(#3475 by casey) - Chain tests (#3476 by casey)
- Remove temptree dependency (#3473 by casey)
- Simplify show tests (#3471 by casey)
- Remove unnecessary tab escapes (#3470 by casey)
- Indent
Test::write()strings (#3469 by casey) - Document cache key printing (#3468 by casey)
- Remove generic argument from
Count(#3467 by casey)