- Support GHCs 9.4 to 9.10, fix warnings.
- Bumped upper bounds for GHC 8.8.
- Added 'param', 'paramF'.
- Export 'NamedF(Arg, ArgF)' as a bundle.
- Removed 'Flag', 'named', 'Apply', 'apply'.
- Changed notation: 'Named' is now '(:!)' in types, 'Arg' in patterns.
- Added 'arg', 'argF'.
- Support for optional parameters: see 'argDef', 'defaults', '(:?)'.
- 'with #param value' is now 'with (#param value)' to allow 'with defaults'.
- Internals are now exposed from "Named.Internal".
- First version. Released on an unsuspecting world.