Skip to content

Releases: corvid-agent/env

v1.0.0

16 Feb 20:04

Choose a tag to compare

@corvid-agent/env v1.0.0

Initial release! Type-safe environment variable parsing with validation, defaults, and transforms.

Features

  • Parse env vars to string, number, boolean, json, url, enum
  • Custom validation and transform functions
  • Required/optional with defaults
  • TypeScript-first, zero dependencies
  • 40 tests passing