Enhancements
- `typical` will now default to [orjson](https://github.com/ijl/orjson) for json serialization and deserialization if it is installed. This provides up to 3X performance boost, but has different behavior and output than ujson or stdlib json.
- Callable class instances are now treated as function types when wrapped (thank you xbanke, 173)
Fixes
- Expose the `always` parameter to `typic.klass`, since we are raising warnings about its usage (177)