features:
- convert values directly from one Python type to another with `convert_value()`
- convert values to JSON format with `convert_to_json()`
- convert generic aliases (`List[str]`) to simple collection types (`[str]`) with `guard_generic_alias()`
**Full Changelog**: https://github.com/zacharyburnett/TypePigeon/commits/v1.0.0