Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

21 lines (15 loc) · 1.09 KB

Changelog

v0.3.0 (2021-05-30)

Feature

  • Added transform argument to fields_from and model_from (b87a907)
  • Added is_optional helper function (acb80db)

Breaking

  • minimum required Python version is now 3.8 instead of 3.6 (ee267ec)

Documentation

  • README.md: Added short explanation of the transform feature (7bfa21a)

v0.2.1 (2021-05-30)

Fix

  • Nullable columns were not generating Optional fields (d49f161)

Documentation

  • README.md: Added short explanation of fields_from (5b4daa0)