Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 675 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 675 Bytes

Changelog

0.2.0 - 17/12/2022

Updated

  • enva is now Python 3.9 compatible!

Added

  • Function decorator to verify env var exists
  • Function decorator to verify env var has given type
  • Configure isort to be compatible with black

0.1.0 - 10/11/2022

The first release of enva!

Added

  • Basic type conversions (float, bool, int)
  • Verify that an environment variable exists
  • Verify that an environment variable is of a given type