- Added transform argument to fields_from and model_from (
b87a907
) - Added is_optional helper function (
acb80db
)
- minimum required Python version is now 3.8 instead of 3.6 (
ee267ec
)
- README.md: Added short explanation of the transform feature (
7bfa21a
)
- Nullable columns were not generating Optional fields (
d49f161
)
- README.md: Added short explanation of fields_from (
5b4daa0
)