Releases: AdametherzLab/envcheck
Release list
v0.6.0
v0.5.0
CLI for interactive schema creation — Allow users to quickly define their environment schema through a guided command-line interface, reducing manual coding.
v0.4.0
Automatic .env file generation — Allow users to automatically generate a .env.example file based on their defined schema, making it easier to onboard new developers or deploy to new environments.
v0.3.0
CLI for Schema Generation — Allow users to easily generate a JSON Schema file from their TypeScript schema definition without writing a separate script, enabling integration with other tools.
v0.2.0
JSON Schema Export — Allow users to generate a JSON Schema representation of their environment variable schema, enabling validation with other tools or documentation generation.
v0.1.0
Initial release — Typed env var validator — fail fast on missing/invalid vars with type inference