Skip to content

4.0.0

Compare
Choose a tag to compare
@af af released this 29 Aug 14:02
· 168 commits to main since this release
  • [breaking change] Stricter strict mode! Now in strict mode, attempts to set a property on the cleaned env object, or an attempt to access a non-existing property on that object, will result in an error. See #44
  • Also in strict mode, if you mistype an env var name, the error message will helpfully try and suggest the name that you meant to type (#50)
  • New host and port validators (#55)
  • Use prettier to enforce style conventions (#49)

Thanks in particular to @SimenB and @kachkaev for all their work and feedback that went into this release!