Releases: sirosen/click-type-test
Releases · sirosen/click-type-test
1.1.0
1.0.0
0.0.7
0.0.6
- The type annotation used as the return type of a
callback
on a parameter will now be treated as an override which takes precedence over any deduction about the parameter type - The type annotation used as the return type of a custom type's
convert
method will be checked and used as the annotated value for parameter types which do not implementAnnotatedParamType
- The documentation is more explicit about type evaluation logic and order of overrides
0.0.5
0.0.4
- Enhance documentation and examples
- Add support for
click.Path(path_type=...)
as a type or a callable with an annotated return type. Unsupportedpath_type
values will raiseTypeError
. - A new parameter is supported for
check_param_annotations
,known_type_names
, a mapping of type values to strings.check_param_annotations
will use this mapping in a best-effort fashion to display the names of types inBadAnnotation
errors.