It's been a little while, but a new stable release is here! Thanks to contributors for the following additions and fixes:
- Support for "yes" and "no" as valid boolean values (#224)
- Support for conditionally required fields using the requiredWhen validator option (#223)
- Fix: catch EnvMissingError and send error to reporter when no default value is provided in dev (#225)
In addition, there have been some behind-the-scenes improvements:
- various devDependency package updates
- migrate to vitest for faster, simpler unit tests
- migrate to biome for formatting and linting