Skip to content

Releases: skyspec28/dotenv_schema

v0.1.0 - Initial Release

06 Apr 01:10

Choose a tag to compare

Initial release of dotenv_schema.

This package provides a schema validation system for .env files, allowing developers to define and enforce structure for their environment variables.

Features:

  • Schema definition for .env files
  • Validation of environment variables against schema
  • Type checking and conversion
  • Default values for missing variables

Documentation is available in the README.

bug patch

06 Apr 01:29

Choose a tag to compare

v0.1.1

chore: bump version to 0.1.1