| Age | Commit message (Collapse) | Author |
|
|
|
Named parameter names can now be abbreviated to anything that is
unambiguous with all the other named parameters for that directive.
|
|
Named parameters are always converted to uppercase now.
|
|
This allows named parameters to be used with all directives that take
prefix parameters. Unnamed parameters still work, and there is no option
at the moment that requires a name, but that may not remain true in the
future.
|
|
|
|
|
|
You can now use named prefix parameters in FORMAT strings.
Well, none of the directives support them yet, but they are accepted in
the directives, and it'll be easy enough to add the support
|
|
|
|
|
|
Changes directives to take a single parameter object, so that parameters
can be added/removed easier
|
|
|
|
|
|
|
|
|