Skip to content

v8.1.0

Latest

Choose a tag to compare

@af af released this 12 Jul 22:54
· 4 commits to main since this release

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