Releases: fontebasso/envguardr
Releases · fontebasso/envguardr
1.1.0
Added
- Support for type: 'custom' in schemas
- New built-in custom validators: regex, range, oneOf, date, json, awsArn, and all
- Extended schema flexibility for complex validation needs
This release was crafted with the help of Amazon Q Developer as part of the "Quack The Code Challenge", streamlining the process of extending valitype's rule system.
1.0.0
First release of envguardr: a CLI tool for validating environment variables at build or runtime using a strict schema authored in TypeScript and distributed as modern JavaScript. Built on top of valitype, it ensures correctness, fails fast on misconfiguration, and integrates seamlessly into CI/CD pipelines or local development workflows.