- Fixed `create_schema` `ValueError` on pydantic 1.8.2 (135)
- Allow collection fields to be identified when an alias is used 133 (by kierandarcy )
- New argument `custom_fields` in `create_schema` to override or add fields
- Fixed create_schema Json field (127)
- Include ninja TestClient into distributed package