4.0.0
- [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
andport
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!