Skip to content

Releases: fontebasso/envguardr

1.1.0

11 May 21:35
14e58d4

Choose a tag to compare

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

10 May 16:30
eeb95b8

Choose a tag to compare

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.